GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib_pypy
/
_collections.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
document the thread-safely issue of _collections.py
Armin Rigo
2017-01-19
1
-3
/
+8
*
quiet warnings w/ stricter __new__ checks
Philip Jenvey
2016-10-23
1
-1
/
+1
*
fix isinstance(deque(), Hashable) on the pure python deque
Philip Jenvey
2016-04-18
1
-2
/
+1
*
cleanups in lib_pypy
Brian Kearns
2013-04-06
1
-1
/
+0
*
port some lib_pypy cleanups/fixes/modernizations from py3k
Brian Kearns
2013-03-08
1
-6
/
+6
*
comments
Brian Kearns
2013-03-07
1
-0
/
+3
*
more updates to lib_pypy/_collections.py from raymondh
Brian Kearns
2013-02-09
1
-2
/
+2
*
patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (nor...
Brian Kearns
2013-02-09
1
-6
/
+12
*
backout accidental inclusion to last commit
Brian Kearns
2013-02-08
1
-8
/
+5
*
add numpy indexing by list test
Brian Kearns
2013-02-08
1
-5
/
+8
*
Test and fix.
Armin Rigo
2011-12-06
1
-1
/
+1
*
Forgot this version of the file. Thanks amaury.
Armin Rigo
2011-12-05
1
-5
/
+7
*
Fix all tests in test_deque.py
Amaury Forgeot d'Arc
2010-11-08
1
-1
/
+10
*
deque: fix "d.extendleft(d)"
Amaury Forgeot d'Arc
2010-11-08
1
-0
/
+2
*
deque: Fix "d.extend(d)"
Amaury Forgeot d'Arc
2010-11-08
1
-0
/
+2
*
Avoid quadratic behavior in deque.count().
Amaury Forgeot d'Arc
2010-10-10
1
-2
/
+2
*
deque.reverse() was completely wrong for larger sizes
Amaury Forgeot d'Arc
2010-10-10
1
-4
/
+4
*
implement deque.reverse()
Amaury Forgeot d'Arc
2010-10-10
1
-0
/
+28
*
Add deque.count()
Amaury Forgeot d'Arc
2010-10-10
1
-0
/
+7
*
Add deque.maxlen
Amaury Forgeot d'Arc
2010-10-10
1
-4
/
+21
*
defaultdict accepts None for the __missing__ function
Amaury Forgeot d'Arc
2010-10-09
1
-1
/
+1
*
merge from trunk
Benjamin Peterson
2010-06-24
1
-0
/
+360