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
Add support for defaults to bytecode, compiler and VM More... about 8 years ago
Implement getters for PyContext types More... about 8 years ago
Merge pull request #97 from RustPython/objtyp More... about 8 years ago
Move to more usage of type checking by typ More... about 8 years ago
Merge pull request #95 from RustPython/bools_3 More... about 8 years ago
Merge pull request #96 from OddBloke/macro More... about 8 years ago
Merge pull request #86 from RustPython/exceptions More... about 8 years ago
Use optional arg_checks! for bool_new More... about 8 years ago
Merge pull request #93 from OddBloke/macro More... about 8 years ago
unittests for compilation of if statements. More... about 8 years ago
Implement compile_test to avoid extra evaluations of bools. More... about 8 years ago
Add optional positional arguments to arg_check! More... about 8 years ago
Modify arg_check! syntax to allow expansion of option types More... about 8 years ago
Merge pull request #88 from OddBloke/macro More... about 8 years ago
Use arg_check! in json module More... about 8 years ago
Use arg_check! macro in objlist More... about 8 years ago
Temporary fix for type elision in subtraction More... about 8 years ago
Move arg_check macro to a shared module More... about 8 years ago
Use explicit types in arg type checking macro More... about 8 years ago
Address review comments More... about 8 years ago
Merge branch 'master' of https://github.com/RustPython/RustPython into exceptions More... about 8 years ago
Merge pull request #89 from OddBloke/json More... about 8 years ago
Update arg checking macro to perform type checking of arguments More... about 8 years ago
Merge pull request #87 from OddBloke/import More... about 8 years ago
Add initial argument count checking macro More... about 8 years ago
Add filename and row to traceback More... about 8 years ago
Merge branch 'master' of https://github.com/RustPython/RustPython into exceptions More... about 8 years ago
Add traceback and msg to exception objects More... about 8 years ago
Add issiubclass More... about 8 years ago
Merge pull request #82 from RustPython/bools_2 More... about 8 years ago