1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 1.4.2 More... almost 10 years ago
Add testing and pypi reference for Python 3.5 More... almost 10 years ago
Update version strings in docs references More... almost 10 years ago
Remove as_list documentation More... almost 10 years ago
Update SortedList stress_irange to skip short lists More... almost 10 years ago
Update benchmarks More... almost 10 years ago
Update tests to 100% coverage More... almost 10 years ago
Remove SortedList.as_list (again); all uses inlined More... almost 10 years ago
Update docstring for SortedList* re: key callable More... almost 10 years ago
Update docs re: key callable More... almost 10 years ago
Update docs now that SortedList(...) may return SortedListWithKey More... almost 10 years ago
Add reference to Debian distribution packages More... almost 10 years ago
Replace SortedList._slice with slice.indices More... almost 10 years ago
Add mention to ruamel.ordereddict.sorteddict on performance page More... almost 10 years ago
Update docs with new init benchmarks More... almost 10 years ago
Add new 'init' benchmark for constructor performance More... almost 10 years ago
Update docs so SortedDict and SortedSet reference irange_key More... almost 10 years ago
Remove redundant SortedListWithKey methods and change dunder internal methods to under prefix for inheritance More... almost 10 years ago
Change dunder internal methods to under prefix for SortedSet More... almost 10 years ago
Change dunder internal methods to under prefix for SortedDict More... almost 10 years ago
Merge sortedlistwithkey.py into sortedlist.py More... almost 10 years ago
Fast-path list[:] = values by calling __clear and __update More... almost 10 years ago
Fast-path del list[:] by calling __clear More... almost 10 years ago
Improve performance of pop and __getitem__ by inlining fast-path of _pos call (30-45% faster) More... almost 10 years ago
Add dunder references for public methods used internally More... almost 10 years ago
Change __init__ to call __update rather than update to ease method overloading More... almost 10 years ago
Bug Fix: SortedSet.__ior__ should call update, not union More... almost 10 years ago
Improve tests to 100% coverage based on new comparison semantics More... almost 10 years ago
Fix self._dict reference in ValuesView.count More... almost 10 years ago
Fix missing Sequence import for SortedListWithKey More... almost 10 years ago