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 21 hours
ago. based on code collected
about 21 hours
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 2 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update development docs regarding requests for contributions
Grant Jenks
More...
almost 3 years ago
Remove line about "Cython" (moved to branch)
Grant Jenks
More...
almost 3 years ago
Simplify upload to use "build" and reusable actions
Grant Jenks
More...
almost 3 years ago
Simplify build to use "build" rather than "cibuildwheel"
Grant Jenks
More...
almost 3 years ago
Run release only on version tags
Grant Jenks
More...
almost 3 years ago
Add benchmarking for Cython
Grant Jenks
More...
almost 3 years ago
Use perf_counter() instead of clock() for timings
Grant Jenks
More...
almost 3 years ago
Remove imports that shadow sorted class data types
Grant Jenks
More...
almost 3 years ago
Add Cython and GitHub actions workflow for integration (#152)
Grant Jenks
More...
almost 3 years ago
docs: Update an example of DefaultSortedDict so that it works appropriately. (#205)
Yuki Asano
More...
almost 3 years ago
change the documentation of `SortedValuesViews` to make it clear that the values view isn't sorted by value (#198)
ismailmaj
More...
almost 3 years ago
Pin pylint development dependency to avoid incompatible .pylintrc (see https://pylint.pycqa.org/en/2.6/whatsnew/2.6.html) (#200)
Jakob Keller
More...
almost 3 years ago
docs: Fix a few typos (#194)
Tim Gates
More...
about 3 years ago
Update SortedDict example (#179)
tortarino
More...
almost 4 years ago
Bump version to 2.4.0
Grant Jenks
More...
about 4 years ago
Implement SortedDict methods: __or__, __ror__, and __ior__ (#171)
Grant Jenks
More...
about 4 years ago
Bump version to 2.3.0
Grant Jenks
More...
almost 5 years ago
Remove unneeded "update order" consistency test
Grant Jenks
More...
almost 5 years ago
Simplify "update order" consistency test
Grant Jenks
More...
almost 5 years ago
Fix update() ordering to be more consistent with add() ordering (#159)
bamartin125
More...
almost 5 years ago
Bump version to 2.2.2
Grant Jenks
More...
about 5 years ago
Refactor small slice optimization in SortedList.__getitem__
Grant Jenks
More...
about 5 years ago
suppress warning in test of deprecated function (#118)
John Belmonte
More...
about 5 years ago
Bump version to 2.2.1
Grant Jenks
More...
about 5 years ago
Bump version to 2.2.0
Grant Jenks
More...
about 5 years ago
Test ref counts only on CPython
Grant Jenks
More...
about 5 years ago
Disable pylint non-str-assignment-to-dunder-name in helper function
Grant Jenks
More...
about 5 years ago
Stop testing Python 3.4 on AppVeyor for Windows
Grant Jenks
More...
about 5 years ago
Fix for issue #147 -- Stop caching dict methods using super
Grant Jenks
More...
about 5 years ago
Add trailing comma to disabled list
Grant Jenks
More...
over 5 years ago
←
1
2
3
4
5
6
7
8
9
…
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