1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 10 hours ago.
Aug 18, 2024 — Aug 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add SortedList.reverse and update docs More... over 7 years ago
Remove docs for d.has_key; better to use key in d More... about 8 years ago
Remove duplicate d.clear (thanks fmoor) More... about 8 years ago
Update SortedSet for pylint fixes More... about 8 years ago
Update SortedList with pylint fixes More... about 8 years ago
SortedDict fixes for new pylint More... about 8 years ago
Remove print from test_repr More... about 8 years ago
Merge branch 'master' of github.com:grantjenks/sorted_containers More... over 8 years ago
Merge pull request #67 from medecau/update-tests More... over 8 years ago
Add key property for getting comparison key More... over 8 years ago
Remove _set from SortedSet initializer and add _fromset method More... over 8 years ago
Improve string formatting and reprs More... over 8 years ago
Apply aliasing fix to SortedListWithKey.__setitem__ (previously applied only to SortedList.__setitem__ More... over 8 years ago
Remove load parameter from SortedList, SortedSet, and SortedDict initializers More... over 8 years ago
add python 3.6 to tox change travis to use tox to run the tests More... over 8 years ago
Fix SortedList.__setitem__ to support slices with stop less than start and step equal one (v 1.5.7) More... over 8 years ago
Bump version to 1.5.6 and fix setitem to support slices that alias itself More... over 8 years ago
Bump version to 1.5.5 and add Release History documentation More... over 8 years ago
Test and bug fix for SortedList.extend with empty iterable More... over 8 years ago
Bump version to 1.5.4 More... almost 9 years ago
Tell pylint to disable unused-argument for SortedList.__new__ More... almost 9 years ago
Merge branch 'master' of github.com:grantjenks/sorted_containers More... almost 9 years ago
Merge pull request #45 from medecau/update-tests-config More... almost 9 years ago
Merge branch 'master' of github.com:grantjenks/sorted_containers More... almost 9 years ago
Fix Issue #48: SortedListWithKey.__init__ called twice from SortedList.__new__ More... almost 9 years ago
Merge pull request #47 from Wilfred/patch-1 More... almost 9 years ago
spelling fix More... almost 9 years ago
Fix code-block typo on README More... almost 9 years ago
added lint environment to tox More... about 9 years ago
removed sudo requirement on travis config see: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments More... about 9 years ago