python-sortedcontainers icon indicating copy to clipboard operation
python-sortedcontainers copied to clipboard

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set

Results 52 python-sortedcontainers issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi Grant, I'm the author of [bidict](https://bidict.readthedocs.io). I just came across SortedContainers and it looks excellent. Kudos on the great work! I'm delighted to have found another high-quality Python collections...

V3

My understanding is that `SortedList.extend` was removed because there was some sort of efficiency concern, and it was deemed preferable for people to use `SortedList.update`. Similarly, `SortedList.append` throws an error...

Currently the tests/ folder uses a `context.py` shim to ensure that the `sortedcontainers` folder *in the repository root* is the one that the tests pick up. I believe this is...

Since SortedList does not implement the MutableSequence interface (many of MutableSequence's mixin methods return NotImplemented), it should not derive from MutableSequence. This change will allow type checkers to properly reject...

Include regression tests in PyPI tarball for easy regression testing by distributors. In OpenBSD we use regression tests to make sure nothing has been broken by changes in the main...

Hi, I'm making updates for Open Collective. Either you or a supporter signed this repo up for Open Collective. This pull request adds backers and sponsors from your Open Collective...

Mention sortedcollections module in README.

Dear Author(s), it would be nice to have a thread-safe version of sorted containers.

Add astropy to list of users: https://github.com/astropy/astropy/pull/7574

@sandrotosi Could you upgrade the Debian packages? I just released version 1.4.2. If you want the docs and all, you'll have to pull it from the git repo at tag...