0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day 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
Add time module and improve lexer handling of numeric constants More... almost 8 years ago
Unify object kinds tuple and list into sequence. More... almost 8 years ago
Add test script for bytearray More... almost 8 years ago
Add bytearray object More... almost 8 years ago
Change int __pow__ to use bigint pow. More... almost 8 years ago
Merge pull request #185 from RustPython/prepare More... almost 8 years ago
Add support for __prepare__. More... almost 8 years ago
Implement dict __setitem__ More... almost 8 years ago
Add delattr builtin method. More... almost 8 years ago
Removal of ToRust trait to prevent incorrect str representation More... almost 8 years ago
Merge pull request #184 from RustPython/metaclasses More... almost 8 years ago
Fix traceback printing bug. More... almost 8 years ago
Separate get_method (magic methods) and get_attribute (full attribute access). More... almost 8 years ago
Readme changes for compliation with wasm-pack More... almost 8 years ago
Special cases for new, and type error on bad call. More... almost 8 years ago
Simple metaclass snippet demoing call and new. More... almost 8 years ago
Support **kwargs to __call__. More... almost 8 years ago
Magic methods aren't looked up via getattribute. More... almost 8 years ago
Use __setitem__ to store elements in list. Also refactor get_elements to return a reference to the elements, not a copy. More... almost 8 years ago
Try __sub__, next __rsub__, next give up More... almost 8 years ago
Implement while-else and for-else. Call __neg__ and __invert__ methods on unary operation. More... almost 8 years ago
Implement object.__getattribute__. More... almost 8 years ago
Specify metaclass and create class with correct type. More... almost 8 years ago
Added bit length method on int type. More... almost 8 years ago
Change integer type into bigint More... almost 8 years ago
Add complex basic type More... almost 8 years ago
Fixed formatting More... almost 8 years ago
Add bytes literal support. More... almost 8 years ago
Added default __and__ More... almost 8 years ago
Add list.extend method More... almost 8 years ago