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
Add extremely minimal dis module. More... over 7 years ago
Add Display implementation for CodeObject. More... over 7 years ago
Include details about thread_local! for WASM More... over 7 years ago
Merge pull request #502 from janczer/add_bytearray_lower_upper More... over 7 years ago
Replace most relative imports with 2018-style crate More... over 7 years ago
Merge pull request #458 from ZapAnton/2018_edition More... over 7 years ago
Merge pull request #506 from janczer/add_check_byte_value More... over 7 years ago
Merge pull request #500 from crw5996/break-continue-fix More... over 7 years ago
Merge pull request #507 from rmliddle/develop More... over 7 years ago
Merge branch 'master' into add_check_byte_value More... over 7 years ago
Merge pull request #503 from janczer/add_pop_bytearray More... over 7 years ago
Spelling Fix More... over 7 years ago
Merge pull request #505 from RustPython/fix-continue More... over 7 years ago
README Update More... over 7 years ago
Add checking if value more then 255 in bytearraya More... over 7 years ago
Add more test for bytearray.pop and fix the panic message More... over 7 years ago
Fix continue statement More... over 7 years ago
Merge pull request #499 from RustPython/break-from-nested-for-loops More... over 7 years ago
Merge pull request #504 from palaviv/fix-key-error More... over 7 years ago
Updated to fix corner case with inner function More... over 7 years ago
Merge branch 'break-continue-fix' of https://github.com/crw5996/RustPython into break-continue-fix More... over 7 years ago
q! Merge branch 'master' of https://github.com/RustPython/RustPython into break-continue-fix More... over 7 years ago
Convert `bytes` and `bytearray`s to `Uint8Array`s More... over 7 years ago
Merge pull request #494 from janczer/add_clear_dict_bytes More... over 7 years ago
Add set.update More... over 7 years ago
Hopefully fixed rustfmt issues More... over 7 years ago
Add KeyError to builtins More... over 7 years ago
Change error to panic in bytearray.clear More... over 7 years ago
Add set.pop More... over 7 years ago
Add pop to bytearray More... over 7 years ago