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
Abstract rc linked list so we can just use a loop. More... over 7 years ago
Try to fix windows CI errors More... over 7 years ago
Enable tests that now pass thanks to new scope scheme. More... over 7 years ago
Reintroduce new_scope for the common case of an empty scope. More... over 7 years ago
Restructure scope to distinguish between locals and globals. More... over 7 years ago
Merge pull request #634 from RustPython/joey/map-zip-filter-enumerate-to-any More... over 7 years ago
Merge pull request #551 from coolreader18/store-rcs-in-stored-vm More... over 7 years ago
Merge pull request #631 from RustPython/py_module_payload More... over 7 years ago
Add proper weakref type
ben
More... over 7 years ago
method More... over 7 years ago
function More... over 7 years ago
enumerate More... over 7 years ago
filter More... over 7 years ago
zip More... over 7 years ago
map More... over 7 years ago
Merge branch 'master' into store-rcs-in-stored-vm More... over 7 years ago
Change property.__new__ to use new style function and construct PyProperty
ben
More... over 7 years ago
Migrate usage of member_descriptor and data_descriptor to new_property/PropertyBuilder
ben
More... over 7 years ago
Merge branch 'master' into property_refactor
ben
More... over 7 years ago
Change property implementation to have rust payload and to use new function style.
ben
More... over 7 years ago
Merge pull request #612 from RustPython/type_annotations2 More... over 7 years ago
Convert most tuple/list methods to new args style More... over 7 years ago
Merge pull request #623 from RustPython/code-of-conduct More... over 7 years ago
Change returns into return. More... over 7 years ago
Add more OSError exceptions to socket More... over 7 years ago
socket connect and bind throws OSError with indicative error message More... over 7 years ago
Handle unknown socket kind More... over 7 years ago
Handle unknown address family More... over 7 years ago
Replace PyObjectPayload::Module with PyModule. More... over 7 years ago
Merge pull request #625 from RustPython/py_class More... over 7 years ago