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
Remove needless format!
ben
More... over 7 years ago
Changes to RustPython to support importing and running unittest
ben
More... over 7 years ago
Merge pull request #828 from skinny121/rust_1_34_update More... over 7 years ago
Fix a bunch of clippy warnings
ben
More... over 7 years ago
Update formatting to be consistent with rustfmt included in 1.34
ben
More... over 7 years ago
str: improve {is,}title impl and add tests More... over 7 years ago
Merge pull request #826 from RustPython/joey/fix-compile More... over 7 years ago
Fix sub-crate compilation More... over 7 years ago
Merge master branch More... over 7 years ago
Merge pull request #822 from jgirardet/addbytesm More... over 7 years ago
Add load and store of global to name protocol. More... over 7 years ago
Merge pull request #817 from skinny121/function_metadata More... over 7 years ago
add is_bytes_like add bytes.count wthout slice More... over 7 years ago
add capitalize More... over 7 years ago
Merge pull request #766 from jgirardet/seq More... over 7 years ago
Merge pull request #821 from palaviv/excpetion-cause More... over 7 years ago
Use vm.new_type_error More... over 7 years ago
Use assertRaises More... over 7 years ago
Fix WASM import error More... over 7 years ago
Merge pull request #823 from adrian17/remove-impl More... over 7 years ago
Merge pull request #820 from skinny121/gen_throw More... over 7 years ago
Merge pull request #819 from palaviv/os-env More... over 7 years ago
Drop IntoPyNativeFunc impl to fix Nightly/Beta breakages. More... over 7 years ago
Add global bytecode and testcase. More... over 7 years ago
Add bytes.center fix str.center add some tests introduce is_byte More... over 7 years ago
Merge pull request #818 from RustPython/dir_str_bug More... over 7 years ago
Support reraise More... over 7 years ago
Print cause on exception More... over 7 years ago
Use dict.update to combine class and object attrs in object_dir. More... over 7 years ago
Implement generator.throw
ben
More... over 7 years ago