aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* document the thread-safely issue of _collections.pyArmin Rigo2017-01-191-3/+8
* quiet warnings w/ stricter __new__ checksPhilip Jenvey2016-10-231-1/+1
* fix isinstance(deque(), Hashable) on the pure python dequePhilip Jenvey2016-04-181-2/+1
* cleanups in lib_pypyBrian Kearns2013-04-061-1/+0
* port some lib_pypy cleanups/fixes/modernizations from py3kBrian Kearns2013-03-081-6/+6
* commentsBrian Kearns2013-03-071-0/+3
* more updates to lib_pypy/_collections.py from raymondhBrian Kearns2013-02-091-2/+2
* patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (nor...Brian Kearns2013-02-091-6/+12
* backout accidental inclusion to last commitBrian Kearns2013-02-081-8/+5
* add numpy indexing by list testBrian Kearns2013-02-081-5/+8
* Test and fix.Armin Rigo2011-12-061-1/+1
* Forgot this version of the file. Thanks amaury.Armin Rigo2011-12-051-5/+7
* Fix all tests in test_deque.pyAmaury Forgeot d'Arc2010-11-081-1/+10
* deque: fix "d.extendleft(d)"Amaury Forgeot d'Arc2010-11-081-0/+2
* deque: Fix "d.extend(d)"Amaury Forgeot d'Arc2010-11-081-0/+2
* Avoid quadratic behavior in deque.count().Amaury Forgeot d'Arc2010-10-101-2/+2
* deque.reverse() was completely wrong for larger sizesAmaury Forgeot d'Arc2010-10-101-4/+4
* implement deque.reverse()Amaury Forgeot d'Arc2010-10-101-0/+28
* Add deque.count()Amaury Forgeot d'Arc2010-10-101-0/+7
* Add deque.maxlenAmaury Forgeot d'Arc2010-10-101-4/+21
* defaultdict accepts None for the __missing__ functionAmaury Forgeot d'Arc2010-10-091-1/+1
* merge from trunkBenjamin Peterson2010-06-241-0/+360