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
Fix typo More... over 7 years ago
Merge pull request #666 from RustPython/pyclassref_protocols More... over 7 years ago
Return ImportError __import__ is not in builtins More... over 7 years ago
Add import method to VirtualMachine More... over 7 years ago
Turn PyClass.mro into a Vec<PyClassRef> More... over 7 years ago
Trivial implementations of IdProtocol and TypeProtocol for PyClassRef. More... over 7 years ago
Change .__mro__ to read-only attribute so type.__mro__ works. More... over 7 years ago
PropertyBuilder: Constraint on setter type is too strong. More... over 7 years ago
Format the code More... over 7 years ago
Merge pull request #662 from adrian17/objint More... over 7 years ago
Merge pull request #661 from RustPython/obj-improvements More... over 7 years ago
cargo fmt More... over 7 years ago
Merge branch 'master' into wasm-explicit-stdout More... over 7 years ago
Remove builtin_print_html, move functionality to JS More... over 7 years ago
Test override __import__ More... over 7 years ago
Merge pull request #660 from RustPython/typetype_clean More... over 7 years ago
Merge pull request #655 from coolreader18/mandelbrot-snippet-generator More... over 7 years ago
Move classmethod and staticmethod to own files. Also use extend_class more. More... over 7 years ago
Make objint::get_value return a reference More... over 7 years ago
Convert most objint functions to new args style More... over 7 years ago
Move more methods onto PyClassRef. More... over 7 years ago
Convert _mro to iterator. More... over 7 years ago
Add type_pyref() to TypeProtocol. More... over 7 years ago
Rearrange mandelbrot.py More... over 7 years ago
Okay now it works without browser More... over 7 years ago
Make mandelbrot.py work without browser module More... over 7 years ago
Merge pull request #658 from RustPython/mro More... over 7 years ago
Merge pull request #653 from RustPython/joey/pyobject-2.0-prep More... over 7 years ago
Avoid additional clone in objtype::subinstance. More... over 7 years ago
isinstance/issubclass - avoid expensive construction of full mro. More... over 7 years ago