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# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
Fix test_deque.py: Read and write file in text mode,
Walter Dörwald
2007-06-07
1
-2/+2
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-60/+61
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-3/+3
*
Some more tests pass now. (Also test_compiler.py with -u all.)
Guido van Rossum
2007-02-09
1
-1/+1
*
Fix a bunch of doctests with the -d option of refactor.py.
Guido van Rossum
2007-02-09
1
-4/+4
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-2/+2
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-0/+11
*
Merged revisions 53005-53303 via svnmerge from
Thomas Wouters
2007-01-09
1
-0/+6
*
Quite a few fixes to make the library and test suite more robust when
Guido van Rossum
2006-08-17
1
-1/+1
*
Add tests for tuple, list and UserList that initialize the object from
Walter Dörwald
2005-03-22
1
-83/+7
*
Fix typo.
Walter Dörwald
2005-03-22
1
-1/+1
*
Apply remove's mutation test after every equality test.
Raymond Hettinger
2005-03-19
1
-7/+8
*
Add a remove() method to collections.deque objects.
Raymond Hettinger
2005-03-18
1
-0/+35
*
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