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