index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_deque.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SF patch #1062279: deque pickling problems
Raymond Hettinger
2004-11-09
1
-4/+36
*
Upon insertion, if memory runs out, the deque was left in a corrupted state.
Armin Rigo
2004-10-02
1
-0/+9
*
deque_traverse(): If the deque had one block, and its rightindex was
Tim Peters
2004-10-01
1
-0/+9
*
Use floor division operator.
Raymond Hettinger
2004-09-27
1
-1/+1
*
Remove unnecessary line.
Raymond Hettinger
2004-08-26
1
-1/+0
*
* balance the left/right search for getitem.
Raymond Hettinger
2004-07-09
1
-4/+31
*
Make sets and deques weak referencable.
Raymond Hettinger
2004-05-30
1
-0/+7
*
SF patch #872326: Generator expression implementation
Raymond Hettinger
2004-05-19
1
-1/+1
*
Make sure "del d[n]" is properly supported. Was necessary because the
Raymond Hettinger
2004-05-12
1
-3/+14
*
Temporarily disable doctest until genexps are in CVS
Raymond Hettinger
2004-05-10
1
-1/+1
*
Add more examples.
Raymond Hettinger
2004-05-09
1
-0/+51
*
Replace left(), right(), and __reversed__() with the more general purpose
Raymond Hettinger
2004-03-01
1
-9/+34
*
Improvements to collections.deque():
Raymond Hettinger
2004-02-29
1
-3/+89
*
Make deque.rotate() smarter. Beef-up related tests.
Raymond Hettinger
2004-02-08
1
-9/+43
*
* Incorporate Skip's suggestions for documentation (explain the word deque
Raymond Hettinger
2004-02-07
1
-0/+12
*
* Fix ref counting in extend() and extendleft().
Raymond Hettinger
2004-02-07
1
-0/+4
*
Have deques support high volume loads.
Raymond Hettinger
2004-02-06
1
-0/+12
*
* Move collections.deque() in from the sandbox
Raymond Hettinger
2004-01-29
1
-0/+337