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
Move PyIteratorValue to objiter.rs More... over 7 years ago
Drop iter_type_init, explicitly define __iter__ for iterators More... over 7 years ago
Move iterator __contains__ to 'in' implementation More... over 7 years ago
Make slice.stop not an option
ben
More... over 7 years ago
Don't clone More... over 7 years ago
Merge branch 'master' into coolreader18/py_class-proc-macro More... over 7 years ago
Allow an enum with #[pyclass] More... over 7 years ago
Small demo improvements More... over 7 years ago
Split some of #[pyclass] off into #[pyimpl] More... over 7 years ago
Merge pull request #762 from palaviv/doc More... over 7 years ago
Use StoreAttr for __doc__ More... over 7 years ago
Merge pull request #760 from RustPython/parser-fixes More... over 7 years ago
Merge pull request #769 from RustPython/coolreader18/lalrpop-process-out_dir More... over 7 years ago
Ignore clippy lints in the lalrpop generated file More... over 7 years ago
Process lalrpop in cargo's target directory More... over 7 years ago
Clean up a bit More... over 7 years ago
Split rustpython_derive into multiple files More... over 7 years ago
Don't derive FromArgs on payload type.
ben
More... over 7 years ago
Merge pull request #759 from RustPython/joey/convert-bytes More... over 7 years ago
Cleanup slice_new and added more slice tests
ben
More... over 7 years ago
Fix #746: invalid slice with start or stop =-1 when step<0 More... over 7 years ago
bytes: add tests for NotImplemented More... over 7 years ago
Merge remote-tracking branch 'origin/master' into joey/convert-bytes More... over 7 years ago
Allow arbitrary in slice, and convert slice.__new__ to new style
ben
More... over 7 years ago
Require a #[pymethod] for a method to be recognized More... over 7 years ago
Use doc comments for python __doc__ More... over 7 years ago
impl PyStringRef using py_class More... over 7 years ago
Merge branch 'master' into coolreader18/py_class-proc-macro More... over 7 years ago
Merge pull request #755 from skinny121/int_new_args More... over 7 years ago
Merge pull request #761 from adrian17/re More... over 7 years ago