GitHub / grantjenks/python-sortedcontainers / commits
Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3ac35863 | ruff it up | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 7a9c0872 | Add rufflintfix and ruffformat | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 1ed759bf | Update copyright years | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 728dd7eb | Fix readme reference from build-check | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 17180fe5 | ruff format acts differently under tox ... not sure why | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 3a536a01 | ruff it up (auto format) | Grant Jenks <g****s@g****m> | over 2 years ago | |
| ff966d18 | Fix import formatting | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 92897571 | Remove the underscore imports like _sortedlist, etc. | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 363720bd | Lint only the src directory | Grant Jenks <g****s@g****m> | over 2 years ago | |
| a49295d0 | Set language to 'en' | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 12012a35 | Add new checks | Grant Jenks <g****s@g****m> | over 2 years ago | |
| a5fa6916 | Fixes for local install | Grant Jenks <g****s@g****m> | over 2 years ago | |
| e0ffff67 | Use pypa GHA for publishing | Grant Jenks <g****s@g****m> | over 2 years ago | |
| b0c10cf3 | Test against Python 3.12 | Grant Jenks <g****s@g****m> | over 2 years ago | |
| f255ec85 | Remove pylintrc | Grant Jenks <g****s@g****m> | over 2 years ago | |
| daf9387d | Remove setup.py | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 96007f2b | Move from setup.py to pyproject.toml | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 17ed7514 | Add tox build-check command | Grant Jenks <g****s@g****m> | over 2 years ago | |
| b59dc58e | Update install command | Grant Jenks <g****s@g****m> | over 2 years ago | |
| a13ac315 |
Add support for Python 3.11 and 3.12 (#217)
Co-authored-by: Hugo van Kemenade <h****k@u****m> |
Hugo van Kemenade <1****k@u****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 94e2557b | Remove SortedList.count link from SortedDict docs (not implemented). Use key ... | Grant Jenks <g****s@g****m> | over 2 years ago | |
| 92ef5001 | Update slides link for PyCon talk | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| b7144a4a | Ignore import mismatch ... really bugs me | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| b9c536fe | Remove cython testing | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 77405c1f | Remove cython testing for module name | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| cf5f9e65 | Remove cython results | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 1528ee71 | Remove Cython comparison (should be part of runtime) | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| f60e682a | Remove "--no-cython" switch hack | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| a0f7281e | Remove ext_modules argument for cython extensions | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| bc1a3f23 | Remove cython requirement | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 8effcbda | Update development docs regarding requests for contributions | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 635fa42e | Remove line about "Cython" (moved to branch) | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 69a96f7b | Simplify upload to use "build" and reusable actions | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| de72144a | Simplify build to use "build" rather than "cibuildwheel" | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| bc9cadbc | Run release only on version tags | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| d323bcfb | Add benchmarking for Cython | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 09606ca9 | Use perf_counter() instead of clock() for timings | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| 42d5d024 | Remove imports that shadow sorted class data types | Grant Jenks <g****s@g****m> | almost 4 years ago | |
| ca44935d | Add Cython and GitHub actions workflow for integration (#152) |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3f452674 |
docs: Update an example of DefaultSortedDict so that it works appropriately. ...
Co-authored-by: Grant Jenks <g****s@g****m> |
Yuki Asano <9****3@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 9ff3270e | change the documentation of `SortedValuesViews` to make it clear that the val... |
ismailmaj <7****j@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| c731ea8a | Pin pylint development dependency to avoid incompatible .pylintrc (see https:... |
Jakob Keller <5****r@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 77da591c | docs: Fix a few typos (#194) |
Tim Gates <t****s@i****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| dff7ef79 | Update SortedDict example (#179) |
tortarino <6****o@u****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| a1f52d67 | Bump version to 2.4.0 | Grant Jenks <g****s@g****m> | over 5 years ago | |
| 2678a78b | Implement SortedDict methods: __or__, __ror__, and __ior__ (#171) |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 9887989b | Bump version to 2.3.0 | Grant Jenks <g****s@g****m> | almost 6 years ago | |
| da6d0d03 | Remove unneeded "update order" consistency test | Grant Jenks <g****s@g****m> | almost 6 years ago | |
| e85d8659 | Simplify "update order" consistency test | Grant Jenks <g****s@g****m> | almost 6 years ago | |
| 7dc426c9 | Fix update() ordering to be more consistent with add() ordering (#159) |
bamartin125 <b****5@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 13d30bc6 | Bump version to 2.2.2 | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 4997d0e8 | Refactor small slice optimization in SortedList.__getitem__ | Grant Jenks <g****s@g****m> | about 6 years ago | |
| ac80254f |
suppress warning in test of deprecated function (#118)
Co-authored-by: Grant Jenks <g****s@g****m> |
John Belmonte <j****n@n****t>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 9d3c0cc4 | Bump version to 2.2.1 | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 727194be | Bump version to 2.2.0 | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 8f65856d | Test ref counts only on CPython | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 45bb03f8 | Disable pylint non-str-assignment-to-dunder-name in helper function | Grant Jenks <g****s@g****m> | about 6 years ago | |
| ca652af6 | Stop testing Python 3.4 on AppVeyor for Windows | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 2b037039 | Fix for issue #147 -- Stop caching dict methods using super | Grant Jenks <g****s@g****m> | about 6 years ago | |
| 22dec805 | Add trailing comma to disabled list | Grant Jenks <c****t@g****m> | almost 7 years ago | |
| f07f10bf | Move sys and traceback imports to top | Grant Jenks <c****t@g****m> | almost 7 years ago | |
| 2059e198 | merge Merge pull request #133 from jwilk-forks/spelling |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| f930bc4e | Fix typos | Jakub Wilk <j****k@j****t> | almost 7 years ago | |
| 04bed4de | merge Merge pull request #132 from timgates42/bugfix/typo_objects |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 8163c420 | Fix small typo: ojbects -> objects | Tim Gates <t****s@i****m> | almost 7 years ago | |
| 626ed57d | Add links to references in paper. | Grant Jenks <c****t@g****m> | about 7 years ago | |
| 6ee5d57f | improve SortedList.__getitem__() performance for small slices |
John Belmonte <j****n@n****t>
Committed by: Grant Jenks <g****s@g****m> |
over 7 years ago | |
| 29aeebf8 | Fix a warning under Python 3.7 |
Felix Yan <f****s@a****g>
Committed by: Grant Jenks <g****s@g****m> |
over 7 years ago | |
| d127cdde | Update copyright to 2019 | Grant Jenks <c****t@g****m> | over 7 years ago | |
| fe3d6909 | Add sections for Reporting Issues and Support to docs. | Grant Jenks <c****t@g****m> | over 7 years ago | |
| d7bc5e51 | Oops, fix indentation | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 96d5ce00 | Add None affiliation | Grant Jenks <c****t@g****m> | over 7 years ago | |
| d018f04b | Add affiliations (empty) | Grant Jenks <c****t@g****m> | over 7 years ago | |
| be06d8d1 | Pickle fix for SortedSet on py27 | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 7d3160d8 | Remove unnecessary else | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 15ebbde9 | Add Zenodo reference | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 29b5ff96 | merge Merge branch 'joss-paper' | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 9337b419 | Initial draft of paper for JOSS | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 977c247b | Add initial draft skeleton of paper for JOSS | Grant Jenks <c****t@g****m> | over 7 years ago | |
| e19dc4a9 | merge Merge pull request #114 from nathanielobrown/master |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 42efac4d | Fixes typos in sortedlist docstrings | Nathaniel Brown <n****n@g****m> | over 7 years ago | |
| 5007b63c | Simplify and improve performance of __reduce__ | Grant Jenks <c****t@g****m> | over 7 years ago | |
| b5395b55 | Simplify and improve performance of __reduce__ | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 5378b7c7 | Remove sys import | Grant Jenks <c****t@g****m> | over 7 years ago | |
| 72d30a0c | Remove sys import | Grant Jenks <c****t@g****m> | over 7 years ago | |
| e05634b0 | Bump version to 2.1.0 | Grant Jenks <c****t@g****m> | almost 8 years ago | |
| c8f1e1d7 | merge Merge pull request #104 from asottile/patch-1 |
Grant Jenks <g****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d85e8b17 | performance.rst: fix typo |
Anthony Sottile <a****e@u****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 64dfae3e | Bump version to 2.0.5 | Grant Jenks <c****t@g****m> | almost 8 years ago | |
| f362cba1 | Add blurb for 2.0.5 | Grant Jenks <c****t@g****m> | almost 8 years ago | |
| 428beb86 | Couple fixes for tox/lint | Grant Jenks <c****t@g****m> | almost 8 years ago | |
| 41eb03f2 | Update collections.abc imports to avoid Python 3.7 warnings | Grant Jenks <c****t@g****m> | almost 8 years ago | |
| 5ca6235b | Changes for Python 3.7 | Grant Jenks <c****t@g****m> | about 8 years ago | |
| 022167cd | Bump version to 2.0.4 | Grant Jenks <c****t@g****m> | about 8 years ago | |
| 3367ea58 | Make iteritems, iterkeys, itervalues, viewitems, viewkeys, viewvalues raise A... | Grant Jenks <c****t@g****m> | about 8 years ago | |
| 4eca5d2c | Improve SortedDict.iloc attribute warning performance | Grant Jenks <c****t@g****m> | about 8 years ago | |
| cf8d0691 | Bump version to 2.0.3 | Grant Jenks <c****t@g****m> | about 8 years ago | |
| d292e32e | Add v2.0.2 and v2.0.3 release notes | Grant Jenks <c****t@g****m> | about 8 years ago | |
| 01242ace | BUGFIX: Remove __rsub__ use inherited Set.__rsub__ instead | Grant Jenks <c****t@g****m> | about 8 years ago | |
| 94f99755 | Remove html sidebars todo note | Grant Jenks <c****t@g****m> | about 8 years ago |