Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/grantjenks/python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
https://github.com/grantjenks/python-sortedcontainers

Test sorted list with key setitem with empty slice

bed7d785267119c6865ab6473a98ff574eae56c2 authored over 6 years ago by Grant Jenks <[email protected]>
Fix test name for SortedDict values view testing

ac98fc8fc9d8a31aff0fce68c4804379559a76e4 authored over 6 years ago by Grant Jenks <[email protected]>
Add test coverage for key property

fb593530ec2f9059658ccce7ca116acde4bc2a5f authored over 6 years ago by Grant Jenks <[email protected]>
Update pylint

e70465c2c49285343a1bba473215cb2275a86c2e authored over 6 years ago by Grant Jenks <[email protected]>
Update islice to use lazy slicing

6321f228969918715052ffe339c4fa6a7045cccf authored over 6 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.9

d484fa43bdbc4f60ecfcbf8b5467cfa95a4545f4 authored about 7 years ago by Grant Jenks <[email protected]>
Dropped testing for CPython 2.6

d170f4c3ad6c66ecda5767f8f86247f90b4c9bf5 authored about 7 years ago by Grant Jenks <[email protected]>
Update pylint, ipython, and gj requirements

8d2dcb68e5fd6dfe6317626a75801e2d878ce4bc authored about 7 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.8

4e55dd365b1eecf1e5ea1504715ef6f97c07b3a1 authored about 7 years ago by Grant Jenks <[email protected]>
Add SortedList.reverse and tests

42fc3ec0de85e0e7dad8204615dc66b6ec2f3d97 authored about 7 years ago by Grant Jenks <[email protected]>
Add SortedList.reverse and update docs

c9482d5936434679dc972b566ffe0159b8ea0327 authored about 7 years ago by Grant Jenks <[email protected]>
Remove docs for d.has_key; better to use key in d

53fd6c54aebe5b969adc87d4b5e6331be1e32079 authored over 7 years ago by Grant Jenks <[email protected]>
Remove duplicate d.clear (thanks fmoor)

e500e1018aed24535027d3f2f74ef6f911bf07ea authored over 7 years ago by Grant Jenks <[email protected]>
Update SortedSet for pylint fixes

e53123e478d151bfc573b6e4b329dd534b2764b6 authored over 7 years ago by Grant Jenks <[email protected]>
Update SortedList with pylint fixes

f92dbd5c058576f8abc3a51cfc3e538c6463020d authored over 7 years ago by Grant Jenks <[email protected]>
SortedDict fixes for new pylint

c04f52dd98c4e28e5fa2759960b31cd9d0ed4c02 authored over 7 years ago by Grant Jenks <[email protected]>
Remove print from test_repr

6e352dd5fcc382e64d60534a20867c9728288da4 authored over 7 years ago by Grant Jenks <[email protected]>
Merge branch 'master' of github.com:grantjenks/sorted_containers

389e3cf01cc4bdc79d23a3534963ee9eeff43a33 authored over 7 years ago by Grant Jenks <[email protected]>
Merge pull request #67 from medecau/update-tests

Update Travis testing to use "tox" and including Python 3.6 in test matrix.

28f1e865f7b141a14de024cc1ae8b3969e13b37c authored over 7 years ago by Grant Jenks <[email protected]>
Add key property for getting comparison key

2423a61b96f59e9a224443a4af2e88e00201390c authored over 7 years ago by Grant Jenks <[email protected]>
Remove _set from SortedSet initializer and add _fromset method

c7112f31a00485e2c3dfab9a8d107082c1d08d58 authored over 7 years ago by Grant Jenks <[email protected]>
Improve string formatting and reprs

ebff7915597fdb183911488967e40fa5b3cd977a authored over 7 years ago by Grant Jenks <[email protected]>
Apply aliasing fix to SortedListWithKey.__setitem__ (previously applied only to SortedList.__setitem__

1d91579d39bcd91bd6c2421acc19ba4ec652f801 authored over 7 years ago by Grant Jenks <[email protected]>
Remove load parameter from SortedList, SortedSet, and SortedDict initializers

c53d6c4f736c08646c4588800b8bcbb78a9bc68d authored over 7 years ago by Grant Jenks <[email protected]>
add python 3.6 to tox

change travis to use tox to run the tests

c32d6c7a2fa29d764e01859e4b6cc68698b6b8c5 authored over 7 years ago by Pedro Rodrigues <[email protected]>
Fix SortedList.__setitem__ to support slices with stop less than start and step equal one (v 1.5.7)

501d4a91def6fa3a715c712fc3eb700a44144b2b authored about 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.6 and fix setitem to support slices that alias itself

bc44999b262b61e9c4c1ce825b25589fbd5f1464 authored about 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.5 and add Release History documentation

016b9c8c97f48465425762b073621dc223b307ed authored about 8 years ago by Grant Jenks <[email protected]>
Test and bug fix for SortedList.extend with empty iterable

53ab610cc4615888f3fcf2fa1d5d340440247a2a authored about 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.4

f6a359773de48e5adbe0e1946355d38f43c59c32 authored about 8 years ago by Grant Jenks <[email protected]>
Tell pylint to disable unused-argument for SortedList.__new__

91ba10d54a1f22377f4f8593567e04eedf65f1a6 authored about 8 years ago by Grant Jenks <[email protected]>
Merge branch 'master' of github.com:grantjenks/sorted_containers

e76442aae2a48e8eb889b18ce3b8661c5f2a9eb6 authored about 8 years ago by Grant Jenks <[email protected]>
Merge pull request #45 from medecau/update-tests-config

Update tests config

d13e5004920c994696956eb69fa98953f9805948 authored about 8 years ago by Grant Jenks <[email protected]>
Merge branch 'master' of github.com:grantjenks/sorted_containers

9df1b9c51fd9f95209d3106e95eaffc4a118a6bd authored about 8 years ago by Grant Jenks <[email protected]>
Fix Issue #48: SortedListWithKey.__init__ called twice from SortedList.__new__

c04ff65317940f324bb83586ee12d9371840e9ac authored about 8 years ago by Grant Jenks <[email protected]>
Merge pull request #47 from Wilfred/patch-1

Spelling fix on docs/implementation.rst

77ac8f5c8bc1535ba9c20828d39339bd4c3a6a40 authored about 8 years ago by Grant Jenks <[email protected]>
spelling fix

362077dcd746c91012713d3ebbc52eea88f66ee4 authored about 8 years ago by Wilfred Hughes <[email protected]>
Fix code-block typo on README

Fix code-block typo on README

3f40523470b6212bcf43799749d2f3c4494fb3da authored over 8 years ago by Grant Jenks <[email protected]>
added lint environment to tox

66f040901258c66a295b68a1aadb31d7be89b313 authored over 8 years ago by Pedro Rodrigues <[email protected]>
removed sudo requirement on travis config

see: https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments

54cafd0cdc3c6baeef36e48a72a6ca48e8a0cd1c authored over 8 years ago by Pedro Rodrigues <[email protected]>
add pypy and pypy3 to tox config

use --skip-missing-interpreters if you don't have these available in your environment

8cf484b53100aa3ff495c961b9c1b09b20d69ba2 authored over 8 years ago by Pedro Rodrigues <[email protected]>
Merge pull request #43 from adamchainz/adamchainz-patch-1

Add syntax highlighting to README.

f4541627c89a99b63232a2e2d42c86fc4d27213e authored over 8 years ago by Grant Jenks <[email protected]>
Fix long lines

3ef43f6b788cf9cdee2ab98fdcea41918d90df0f authored over 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.3

cd5d5e24540be65a7e7b61b16fcb4915622261d9 authored over 8 years ago by Grant Jenks <[email protected]>
Update with PyCon 2016 Talk links

6d6f7d998569654a6cdc92a44f8b2e1703b23b9c authored over 8 years ago by Grant Jenks <[email protected]>
Add PyCon 2016 Talk notes.

09b729d3272d8e10688ec808ed599b18683497e9 authored over 8 years ago by Grant Jenks <[email protected]>
Bump version to 0.5.2

1e137ebb88d545006ef4741bfbddc4f6290b2ae9 authored over 8 years ago by Grant Jenks <[email protected]>
Change video embeds to use YouTube

ab2685389af30febb23de33481fbb1d7b882b4ab authored over 8 years ago by Grant Jenks <[email protected]>
Update benchmarks

a125015f9795d27529bacb2b54353be89f3708ee authored over 8 years ago by Grant Jenks <[email protected]>
Remove size limits (from testing)

c9b625d7ee1e6516500ec3d45f4efc0ce2b12be7 authored over 8 years ago by Grant Jenks <[email protected]>
Add more internal links and minor improvements

d2aa1fe0fe4b6b14742caefdef6df937b69b74a8 authored over 8 years ago by Grant Jenks <[email protected]>
Add virtualenv activate prefix to all benchmark commands

291cf0c58b5c8f9b72cc63d6e777a5af11c9c2ba authored over 8 years ago by Grant Jenks <[email protected]>
Update competing implementations

1940a981efe02dbf09bb7dd9399362fb7622c4b4 authored over 8 years ago by Grant Jenks <[email protected]>
Refactor notes for benchmarking into shell script

587079bbcc34d60897fd602a06276c5abcd38a79 authored over 8 years ago by Grant Jenks <[email protected]>
Add links and example of traversing positional index

492ded06512d7df4ab59ed4965043a74b7379c95 authored over 8 years ago by Grant Jenks <[email protected]>
Add SortedDict.peekitem with docs and tests

cdba1b3188dc390e9af9722ad6667fe9766aa0c1 authored over 8 years ago by Grant Jenks <[email protected]>
Include CPython 3.5 in tested list

3a55074477e1ca240c4bb08d84c391db35e22e06 authored over 8 years ago by Grant Jenks <[email protected]>
Exclude build directory

bbf57850375efa6d0ed0a8b00ff9400475c0c76b authored over 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.1

bd489800c97cae1e68a2068422d757a82e8923dc authored over 8 years ago by Grant Jenks <[email protected]>
Fix line length

5b13de20e8aedac524ebb703e9d65e977e0958e0 authored over 8 years ago by Grant Jenks <[email protected]>
Fix ambiguous link references

bb72ecf9f4635f53dfe1b43f847dd5fd9e0efe3b authored over 8 years ago by Grant Jenks <[email protected]>
Drop py32 support from tox testing due to virtualenv

f6db0f2bbd2e8282c8d14adccec47e9617cd8ba8 authored over 8 years ago by Grant Jenks <[email protected]>
Update readme file handle reference

c5c9aba978f2f48f581cd3cec2b8028513a578d3 authored over 8 years ago by Grant Jenks <[email protected]>
Upgrade tox

1eff2fc0d3e630caabdc80b9f86132cefdc47d67 authored over 8 years ago by Grant Jenks <[email protected]>
Add blurb on API docs to index and introduction

b1613b2df406b4789d1c9a10cc16a5cbf8ee7bf1 authored over 8 years ago by Grant Jenks <[email protected]>
Add links in introduction to project home page

516759329878b2b13f60a396119d87c487e58a12 authored over 8 years ago by Grant Jenks <[email protected]>
Remove not26 decorator in favor of missing methods on Python 2.6

69d54966a800c769d7bb4036f5ca8c60977a1e01 authored over 8 years ago by Grant Jenks <[email protected]>
Miscellaneous fixes for PyLint

2b050ae8c367028d83854300bcdd3157cceec97d authored over 8 years ago by Grant Jenks <[email protected]>
Bump version to 1.5.0

7f2d85c83fc394b34f6e1898e42c52ccb735c41f authored over 8 years ago by Grant Jenks <[email protected]>
Update requirements for gj==0.0.4

044cb5c0d58c1444aabb832216a32cb50fdf5e80 authored over 8 years ago by Grant Jenks <[email protected]>
Change license to one-liner

20d6df7bf3b1f3283c6b4aa22d38814c72aba47d authored over 8 years ago by Grant Jenks <[email protected]>
Install wheel and gj for upload

eef87ceedd3344c36347115b28f8e728cffff878 authored over 8 years ago by Grant Jenks <[email protected]>
Update 3.4 runtime to 3.5 for stress

b933c4806bac09af7646609e74472369e434d280 authored over 8 years ago by Grant Jenks <[email protected]>
Change suffix to _Py34 for CPython 3.5 comparison

70d9aeb51bdc362958b1054a842cd32ba9065790 authored over 8 years ago by Grant Jenks <[email protected]>
Update Copyright to 2016

f5a1fb20eb385f4b2bf62b6fded08822cbd09ede authored over 8 years ago by Grant Jenks <[email protected]>
Add more links to SortedContainers project page and update License years

55ead26f494186aff85dc36f8da075322b62396c authored over 8 years ago by Grant Jenks <[email protected]>
Update Running Benchmarks with snippet to download from Github

8a8fa200fc6f2ca7eb879763c01812f6699ae4e3 authored over 8 years ago by Grant Jenks <[email protected]>
Update virtualenv reference from env34 to env35

da4d7cd50edec63341853d355c7eb4ae50f33c5c authored over 8 years ago by Grant Jenks <[email protected]>
Add links to Performance at Scale page

567ea75a4786cfab473fc58b9ca3b5a07306c227 authored over 8 years ago by Grant Jenks <[email protected]>
Use locals for better readability

d2fd3500dbf25420acbf3aa0b1375653ff092d95 authored over 8 years ago by Grant Jenks <[email protected]>
Couple small changes for readability

db1b52b8e8a3833dcda03c4aa90a0d37e237a5f5 authored over 8 years ago by Grant Jenks <[email protected]>
Add imgmath Sphinx extension

71a5f15d567327e32488fc22f07ae4b58420f768 authored over 8 years ago by Grant Jenks <[email protected]>
Add Performance at Scale documentation

885856b7686385ddae9fb65e682bffa33649f730 authored over 8 years ago by Grant Jenks <[email protected]>
Add benchmarks for measuring performance at scale.

3c53a5fc03874864d0ba0b85cc0f317f1731768e authored over 8 years ago by Grant Jenks <[email protected]>
Benchmark number of sublist splist when adding values randomly

4ae3b064c8f8825f911630a688fcdc28b1510efc authored over 8 years ago by Grant Jenks <[email protected]>
Add scripts to produce animated histograms of sublist lengths.

f9f74ab99e1dfe76e0ebcdae5e2796168ce9889c authored over 8 years ago by Grant Jenks <[email protected]>
Improve formatting for _expand

05023f8e8bdf4911e3f8c58d30cd0f341ddd8d41 authored over 8 years ago by Grant Jenks <[email protected]>
README - add syntax highlighting

fa26f0b80e2c13652871680879162bd830430dc2 authored over 8 years ago by Adam Chainz <[email protected]>
Improve readability of sortedlist.py

769a2f7b7c005e5ae1eab61f7b0bb5bb0124126e authored almost 9 years ago by Grant Jenks <[email protected]>
Update README and docs index language and links

7b346ac8fefbf7c35a9ab80089b81ceb95c7fa39 authored almost 9 years ago by Grant Jenks <[email protected]>
Remove modindex link from docs

6b02e693de94737b4a8a0641f650636cdea122a7 authored almost 9 years ago by Grant Jenks <[email protected]>
Minor syntax changes after reading the SortedList source

51958ae9d25931307be3e5b5399c59c275d97086 authored about 9 years ago by Grant Jenks <[email protected]>
Change development status to Production/Stable and bump version to 1.4.4

b62fe6ad0b333dee6d4c4d11e9405264bbb1d3a0 authored about 9 years ago by Grant Jenks <[email protected]>
Bump version to 1.4.3

e7a0c275dd49c6c9c07e184100a385e6f6d3044a authored about 9 years ago by Grant Jenks <[email protected]>
Update docs index and README with talks references

f536babbbcd9de6c22b1973fe80160026ffd6a30 authored about 9 years ago by Grant Jenks <[email protected]>
Update SF Python 2015 Meetup talk (remove slide references, add link to slides)

c358be60200764bb19f159ca113f9b69098baa0a authored about 9 years ago by Grant Jenks <[email protected]>
Update LICENSE years and remove indentation

d7e57bf7a700d980ba01089a112926153b0a1504 authored about 9 years ago by Grant Jenks <[email protected]>
Updates for SF Python 2015 Lightning talk

e3fa5aaaedc8cb839536f16c99bcd6f48044e586 authored about 9 years ago by Grant Jenks <[email protected]>
Add SF Python 2015 Lightning Talk notes

efe6dfee757c58ad1128bea186b03586aadbd88a authored about 9 years ago by Grant Jenks <[email protected]>
Update requirements

1f2c9ad3ca7db49652a7f90e3bd545a330382391 authored about 9 years ago by Grant Jenks <[email protected]>