0
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days 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
Switch vm _eq to use __eq__. More... about 8 years ago
Call method needs &str not &String. More... about 8 years ago
Repair tuple get elements More... about 8 years ago
Add some tuple class methods More... about 8 years ago
Move more objects to obj folder More... about 8 years ago
Check list elements on int type More... about 8 years ago
Merge branch 'master' of https://github.com/RustPython/RustPython into objtyp More... about 8 years ago
Merge pull request #115 from OddBloke/kwargs More... about 8 years ago
Merge pull request #118 from OddBloke/none More... about 8 years ago
Implement None == None More... about 8 years ago
kwarg_names should explicitly be strings so unwrap them directly More... about 8 years ago
Convert PyFuncArgs.kwargs to a Vec More... about 8 years ago
Fix and expand function parsing Rust tests More... about 8 years ago
Add bytes object class More... about 8 years ago
Expand function snippet tests for kwargs More... about 8 years ago
Fix assertion messages in func_defaults snippet More... about 8 years ago
Merge pull request #114 from RustPython/objtyp More... about 8 years ago
Fix issue #112 More... about 8 years ago
Change get_value to take a reference to a reference More... about 8 years ago
Move builtin types to own directory More... about 8 years ago
Merge pull request #107 from OddBloke/stdlib More... about 8 years ago
Merge pull request #113 from OddBloke/json More... about 8 years ago
Merge pull request #106 from OddBloke/constant_tuple More... about 8 years ago
Merge pull request #104 from OddBloke/macro More... about 8 years ago
Add PyObjectSerializer method to reduce clutter More... about 8 years ago
Rework json.dumps to support subclasses More... about 8 years ago
Add or make public get_elements for sequences/dicts More... about 8 years ago
Add JSON snippet tests for None More... about 8 years ago
Add tuple tests to json_snippet.py More... about 8 years ago
Only load Rust stdlib modules on import More... about 8 years ago