0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day 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 range start/stop/step More... over 7 years ago
Merge remote-tracking branch 'upstream/master' More... over 7 years ago
Merge pull request #431 from janczer/add_str_le_ge More... over 7 years ago
Fix the str.{__lt__, __gt__} and add the methods str.{__le__, __ge__} More... over 7 years ago
Change to more usage of VirtualMachine in anticipation of proper dictionaries. More... over 7 years ago
Fix callable(), add tests. More... over 7 years ago
Merge pull request #415 from silmeth/fix-int-eq-float More... over 7 years ago
rename old math tests (conflicting with math library imports) More... over 7 years ago
Fix set test by add __hash__ method. More... over 7 years ago
Fix build error of removed str method. More... over 7 years ago
Merge pull request #292 from mcon/sets-using-hashes More... over 7 years ago
Merge pull request #394 from ZapAnton/iter_doc More... over 7 years ago
Merge pull request #387 from janczer/add_bytes_ge_gt_le_lt More... over 7 years ago
Merge pull request #410 from OddCoincidence/complex More... over 7 years ago
Added exception string when msg can't be converted to string More... over 7 years ago
Merge pull request #417 from janczer/fix_lt_le_ge_gt_float More... over 7 years ago
Merge pull request #381 from nficca/implement-range-count More... over 7 years ago
Merge branch 'master' into complex More... over 7 years ago
Merge pull request #426 from skinny121/recursive_repr More... over 7 years ago
Merge pull request #393 from ZapAnton/filter_doc More... over 7 years ago
Merge pull request #422 from HomerMcMillan/range-reversed More... over 7 years ago
Fixed #191, fixes recursive repr() for the standard collections
ben
More... over 7 years ago
Add extra test to builtin_range.py More... over 7 years ago
Merge remote-tracking branch 'upstream/master' More... over 7 years ago
Merge pull request #420 from Tom1380/master More... over 7 years ago
Updated formatting More... over 7 years ago
Moved from using BigInt in set hash to u64, which is guaranteed to be of constant size - u64 seems easier than usize as it's the same size across all platforms. More... over 7 years ago
Dry up objrange More... over 7 years ago
Add objrange::get_value More... over 7 years ago
Simplify calling __hash__ method More... over 7 years ago