1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove SortedDict comparison methods; unnecessary, inherited from dict More... almost 10 years ago
Update sortedset comparison doc string and raise NotImplemented on type mismatch More... almost 10 years ago
Copy SortedList comparison methods to SortedListWithKey More... almost 10 years ago
Implement SortedDict eq, ne comparison methods (match dict equality rules) More... almost 10 years ago
Change dictionary to mapping in SortedDict doc More... almost 10 years ago
Fix typo in doc for SortedList comparison methods More... almost 10 years ago
Update docs to warn about edits during iteration More... almost 10 years ago
Fix test_repr_recursion for SortedList to append self without doing comparison checks More... almost 10 years ago
Change SortedList comparison semantics to define a total ordering (mimic list comparison from CPython) More... almost 10 years ago
Update requirements More... almost 10 years ago
Fix docs formatting around SortedDict.popitem More... almost 10 years ago
Add DjangoCon 2015 Talk notes More... almost 10 years ago
Bump version to 0.9.6 More... about 10 years ago
Add documentation for islice and irange More... about 10 years ago
Make sortedlist stress more stressful by varying list size more often More... about 10 years ago
Fix index check when child exceeds length More... about 10 years ago
Implement islice, irange, and irange_key with tests. More... about 10 years ago
Fix numbers in the _index implementation notes More... over 10 years ago
Bump version to 0.9.5 More... over 10 years ago
Add alternative tree type names to docs. More... over 10 years ago
Add perf notes about sizes and sortedcollection More... over 10 years ago
Add docs for bisect_key* methods More... over 10 years ago
Add bisect_key* methods to SortedDict and SortedSet with tests. More... over 10 years ago
Add last=True keyword arg to SortedDict.popitem along with tests and docs. More... over 10 years ago
Add bisect_key and full tests for coverage More... over 10 years ago
Minor perf improvements to def _pos More... over 10 years ago
Initial code changes for SLWK.bisect_key_left and SLWK.bisect_key_right More... over 10 years ago
Bump version to 0.9.4 More... over 10 years ago
Add implementation and tests for pickling More... over 10 years ago
Bump version to 0.9.3 More... over 10 years ago