0
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #83 from OddBloke/import More... about 8 years ago
Merge pull request #85 from RustPython/exceptions More... about 8 years ago
Don't create extra JumpIfOrPop instructions. More... about 8 years ago
Un-mut some Frame/VirtualMachine methods More... about 8 years ago
Consider imports relative to their source More... about 8 years ago
Start storing the source_path of a code object More... about 8 years ago
Distinguish between a mutable and non-mutable borrow of vm.current_frame More... about 8 years ago
Check that raise command raises exception type More... about 8 years ago
Merge pull request #84 from OddBloke/newline More... about 8 years ago
Move builtin_print to correct alphabetical position More... about 8 years ago
Rename types snippet to avoid shadowing stdlib module More... about 8 years ago
Don't double-count newlines in comments More... about 8 years ago
Merge pull request #78 from RustPython/exceptions More... about 8 years ago
Merge branch 'master' of https://github.com/RustPython/RustPython into exceptions More... about 8 years ago
Move exceptions to own struct More... about 8 years ago
Compile and and or. More... about 8 years ago
Missing __bool__ is truthy and None is falsey. More... about 8 years ago
Merge pull request #81 from OddBloke/newline More... about 8 years ago
Merge pull request #77 from OddBloke/import More... about 8 years ago
Basic json module implementation in rust More... about 8 years ago
Reject newlines in single-quoted strings More... about 8 years ago
Increment lexer row count for newlines in strings More... about 8 years ago
Add some base exceptions More... about 8 years ago
Implement exception type checking at catch More... about 8 years ago
Implement PYTHONPATH More... about 8 years ago
Merge pull request #76 from RustPython/bools More... about 8 years ago
0 == 0.0 and 0.0 == 0 More... about 8 years ago
Test __bool__ and fix it. More... about 8 years ago
Add test for bools. More... about 8 years ago
Add unary not support to parser. More... about 8 years ago