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
Merge branch 'master' into bojan/objobject-__and__-default More... almost 8 years ago
Changed to proper implementation in vm More... almost 8 years ago
Extend min builtin function to support key and default. More... almost 8 years ago
Move max function test cases to snippet dir. Implement key and default argument on max function. More... almost 8 years ago
Add code and frame python objects. More... almost 8 years ago
Add filter and zip builtins More... almost 8 years ago
Merge pull request #188 from RustPython/sub More... almost 8 years ago
Make example work for sub/rsub. Still work in progress. More... almost 8 years ago
Add frozenset class, callable function and enumerate function. More... almost 8 years ago
Minor delta on super class. More... almost 8 years ago
Add super object type skeleton. More... almost 8 years ago
Merge pull request #189 from RustPython/getattr_bugfixes More... almost 8 years ago
Add special case handling for __get__(None, NoneType) More... almost 8 years ago
Initial version of property class. More... almost 8 years ago
type.__getattribute__ should be bound to type! More... almost 8 years ago
Add classmethod and staticmethod classes. More... almost 8 years ago
Add builtin oct function. Add weakref.ref class. More... almost 8 years ago
Add test for class with sub and rsub. More... almost 8 years ago
Implement __sub__/__rsub__. More... almost 8 years ago
Add int __pos__ method More... almost 8 years ago
Add tilde unary operator in syntax. More... almost 8 years ago
Implemented hexadecimal, octal and binary literals. Also use bigint in the lexer to store big integer literals. More... almost 8 years ago
Merge pull request #187 from RustPython/oo_fixes More... almost 8 years ago
Merge branch 'master' into newinit More... almost 8 years ago
Fix check that __init__ must return None. More... almost 8 years ago
Add logic for inheriting metaclass from bases. More... almost 8 years ago
Remove unneeded extra object from bases list. More... almost 8 years ago
builtin_print - separate multiple arguments with spaces. More... almost 8 years ago
Unify/simplify code-paths around __new__/__init__. More... almost 8 years ago
Add sum builtin function. More... almost 8 years ago