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
Use py_module macro More... over 7 years ago
Use py_class macro More... over 7 years ago
Merge pull request #590 from RustPython/exec More... over 7 years ago
Merge pull request #592 from RustPython/joey/improved-arg-errors More... over 7 years ago
Merge pull request #586 from RustPython/joey/float-range-any-payload More... over 7 years ago
Merge pull request #594 from skinny121/isinstance_2 More... over 7 years ago
Remove new macro and inline check into make_scope. More... over 7 years ago
Fix missing asserts and add (disabled) tests for things that don't work yet. More... over 7 years ago
Only use real isinstance/issubclass for builtins and move the real versions to the vm.
ben
More... over 7 years ago
bytes and bytearray More... over 7 years ago
Improve error messages and add docs for new native function machinery More... over 7 years ago
Convert a bunch of string methods to new-args-style. More... over 7 years ago
Merge pull request #584 from palaviv/socket-udp More... over 7 years ago
Use check_but_allow_none for exec/eval. More... over 7 years ago
Add check_but_allow_none macro for optional argument checking. More... over 7 years ago
Use vm.ctx.new_tuple More... over 7 years ago
Proper construction of scope for exec/eval. More... over 7 years ago
Introduce py_class macro to define classes. (#589) More... over 7 years ago
Merge pull request #588 from arfan/master More... over 7 years ago
fix typo in README.md, will to with More... over 7 years ago
Fix build (rustfmt) More... over 7 years ago
Merge pull request #572 from RustPython/joey/fun-with-functions More... over 7 years ago
Do implicit bind in socket.sendto More... over 7 years ago
Return addr in accept More... over 7 years ago
Add socket.{sendto, recvfrom} More... over 7 years ago
Merge branch 'master' into store-rcs-in-stored-vm More... over 7 years ago
Use PyResult at more places. More... over 7 years ago
Merge pull request #582 from palaviv/socket-any More... over 7 years ago
Merge remote-tracking branch 'origin/master' into joey/fun-with-functions More... over 7 years ago
PyNativeFuncFactory => IntoPyNativeFunc More... over 7 years ago