openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
Python Sorted Containers
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 11 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 12 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Remove SortedDict comparison methods; unnecessary, inherited from dict
Grant Jenks
More...
almost 10 years ago
Update sortedset comparison doc string and raise NotImplemented on type mismatch
Grant Jenks
More...
almost 10 years ago
Copy SortedList comparison methods to SortedListWithKey
Grant Jenks
More...
almost 10 years ago
Implement SortedDict eq, ne comparison methods (match dict equality rules)
Grant Jenks
More...
almost 10 years ago
Change dictionary to mapping in SortedDict doc
Grant Jenks
More...
almost 10 years ago
Fix typo in doc for SortedList comparison methods
Grant Jenks
More...
almost 10 years ago
Update docs to warn about edits during iteration
Grant Jenks
More...
almost 10 years ago
Fix test_repr_recursion for SortedList to append self without doing comparison checks
Grant Jenks
More...
almost 10 years ago
Change SortedList comparison semantics to define a total ordering (mimic list comparison from CPython)
Grant Jenks
More...
almost 10 years ago
Update requirements
Grant Jenks
More...
almost 10 years ago
Fix docs formatting around SortedDict.popitem
Grant Jenks
More...
almost 10 years ago
Add DjangoCon 2015 Talk notes
Grant Jenks
More...
almost 10 years ago
Bump version to 0.9.6
Grant Jenks
More...
about 10 years ago
Add documentation for islice and irange
Grant Jenks
More...
about 10 years ago
Make sortedlist stress more stressful by varying list size more often
Grant Jenks
More...
about 10 years ago
Fix index check when child exceeds length
Grant Jenks
More...
about 10 years ago
Implement islice, irange, and irange_key with tests.
Felix Van der Jeugt
More...
about 10 years ago
Fix numbers in the _index implementation notes
Wouter Bolsterlee
More...
over 10 years ago
Bump version to 0.9.5
Grant Jenks
More...
over 10 years ago
Add alternative tree type names to docs.
Grant Jenks
More...
over 10 years ago
Add perf notes about sizes and sortedcollection
Grant Jenks
More...
over 10 years ago
Add docs for bisect_key* methods
Grant Jenks
More...
over 10 years ago
Add bisect_key* methods to SortedDict and SortedSet with tests.
Grant Jenks
More...
over 10 years ago
Add last=True keyword arg to SortedDict.popitem along with tests and docs.
Grant Jenks
More...
over 10 years ago
Add bisect_key and full tests for coverage
Grant Jenks
More...
over 10 years ago
Minor perf improvements to def _pos
Grant Jenks
More...
over 10 years ago
Initial code changes for SLWK.bisect_key_left and SLWK.bisect_key_right
Grant Jenks
More...
over 10 years ago
Bump version to 0.9.4
Grant Jenks
More...
over 10 years ago
Add implementation and tests for pickling
Grant Jenks
More...
over 10 years ago
Bump version to 0.9.3
Grant Jenks
More...
over 10 years ago
←
1
2
…
8
9
10
11
12
13
14
15
16
…
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree