0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #412 from veera83372/travis-clippy More... over 7 years ago
Merge pull request #439 from RustPython/move_unwrap_constant More... over 7 years ago
Failing test case for in and index where types don't match. More... over 7 years ago
Merge pull request #436 from Tom1380/master More... over 7 years ago
Add .co_consts to code class. More... over 7 years ago
Don't call __eq__ directly. More... over 7 years ago
Move implementation of CodeObject after Instructions. More... over 7 years ago
Move unwrap_constant from Frame to PyContext. More... over 7 years ago
Merge pull request #418 from veera83372/format-exception More... over 7 years ago
Merge pull request #430 from RustPython/dict5 More... over 7 years ago
Merge pull request #438 from ZapAnton/fix_clippy More... over 7 years ago
Minor fix. More... over 7 years ago
Merge pull request #433 from OddCoincidence/not-implemented More... over 7 years ago
Removed the `__code__` attribute from the `builtin_function_or_method` type. More... over 7 years ago
Fixed or_fun_call clippy warnings More... over 7 years ago
Fixed into_iter_on_ref clippy warning More... over 7 years ago
Merge branch 'master' of https://github.com/RustPython/RustPython More... over 7 years ago
Merge pull request #437 from rmliddle/develop More... over 7 years ago
Fixed useless_let_if_seq clippy warnings More... over 7 years ago
Fixed map_clone clippy warnings More... over 7 years ago
Fixed cast_lossless clippy warnings More... over 7 years ago
Fixed explicit_counter_loop clippy warning More... over 7 years ago
os rename More... over 7 years ago
Fix module name in os More... over 7 years ago
Fix RustPython#390. Now Rust functions have a `builtin_function_or_method` type, Python functions retain the `function` type. More... over 7 years ago
Move delegation of __ne__ to __eq__ out of objobject More... over 7 years ago
Tests and fix objobject ne impl More... over 7 years ago
Merge pull request #432 from HomerMcMillan/range-properties More... over 7 years ago
Use NotImplemented in binary operations More... over 7 years ago
cargo fmt More... over 7 years ago