Skip to content

Pull requests: RustPython/RustPython

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

add pretty print to list and tuple
#5 by yodalee was merged Jul 12, 2018 Loading…
add pretty Debug implementation for CodeObject
#7 by yodalee was merged Jul 15, 2018 Loading…
Add bool constant
#9 by yodalee was merged Jul 20, 2018 Loading…
Lambdas and pass arguments to functions.
#12 by cthulahoops was merged Jul 28, 2018 Loading…
Fix warnings in main.rs.
#13 by cthulahoops was merged Jul 28, 2018 Loading…
vm/import: support package import
#14 by nyirog was merged Jul 28, 2018 Loading…
Add support for Windows/Mac EOL characters in lexer
#15 by wulmer was merged Jul 29, 2018 Loading…
vm/import: add module name to the message of NotFound error
#16 by nyirog was merged Jul 30, 2018 Loading…
Add a -c option to main.rs
#18 by OddBloke was merged Jul 31, 2018 Loading…
Enable semi-colon separated statements
#19 by OddBloke was merged Aug 1, 2018 Loading…
Add more information to unimplemented! panics
#24 by OddBloke was merged Aug 4, 2018 Loading…
Emit a SetupLoop instruction during while loop compilation
#25 by OddBloke was merged Aug 4, 2018 Loading…
Include numbers in valid identifier characters
#30 by OddBloke was merged Aug 4, 2018 Loading…
Implement (positive) stepped slicing for lists
#40 by OddBloke was merged Aug 6, 2018 Loading…
Single element tuples
#42 by OddBloke was merged Aug 6, 2018 Loading…
Implement no-arg dict builtin and len() for dicts
#45 by OddBloke was merged Aug 8, 2018 Loading…
Complete unification of tuple and list implementations
#48 by OddBloke was merged Aug 8, 2018 Loading…
Implement complex import handling
#54 by OddBloke was merged Aug 10, 2018 Loading…
Parse trailing commas in lists/dicts
#58 by OddBloke was merged Aug 12, 2018 Loading…
There is only one none.
#60 by cthulahoops was merged Aug 12, 2018 Loading…
Add object class.
#65 by cthulahoops was merged Aug 15, 2018 Loading…
Compute Method Resolution Order (MRO).
#67 by cthulahoops was merged Aug 20, 2018 Loading…
ProTip! Filter pull requests by the default branch with base:main.