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
*
Fixed test_sizeof for deque.
Serhiy Storchaka
2016-05-18
1
-2/+2
*
Issue #26494: Fixed crash on iterating exhausting iterators.
Serhiy Storchaka
2016-03-30
1
-0/+4
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-10/+12
*
Restore the data block size to 62.
Raymond Hettinger
2013-07-28
1
-1/+1
*
reapply 5accb0ac8bfb
Benjamin Peterson
2013-06-25
1
-1/+1
*
backout 5accb0ac8bfb; needs more discussion on python-dev
Benjamin Peterson
2013-06-22
1
-1/+1
*
Fix comment blocks. Adjust blocksize to a power-of-two for better divmod com...
Raymond Hettinger
2013-06-14
1
-1/+1
*
Closes #15469: Correct __sizeof__ support for deque
Jesus Cea
2012-08-03
1
-0/+16
*
Issue 11004: Fix edge case for deque.count().
Raymond Hettinger
2011-01-25
1
-0/+9
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-1/+1
*
Expand test coverage for deque.count().
Raymond Hettinger
2010-04-03
1
-0/+17
*
Add count() method to collections.deque().
Raymond Hettinger
2010-04-03
1
-0/+7
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-1/+0
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-3/+3
*
Add a reverse() method to collections.deque().
Raymond Hettinger
2009-12-10
1
-0/+12
*
Fix variants of deque.extend: d.extend(d) d+=d d.extendleft(d)
Raymond Hettinger
2009-12-10
1
-0/+11
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
For collections.deque() objects, expose the maxlen parameter as a read-only a...
Raymond Hettinger
2009-03-10
1
-0/+10
*
Small optimization for corner case where maxlen==0.
Raymond Hettinger
2009-03-10
1
-1/+18
*
fill in actual issue number in tests
Antoine Pitrou
2009-01-01
1
-1/+1
*
Issue #3680: Reference cycles created through a dict, set or deque iterator d...
Antoine Pitrou
2009-01-01
1
-2/+19
*
Issue #4740: Use HIGHEST_PROTOCOL in pickle test.
Hirokazu Yamamoto
2008-12-27
1
-2/+2
*
Remove the test file before writing it in case there is no write permission.
Neal Norwitz
2008-04-10
1
-0/+2
*
Fix a bunch of UnboundLocalErrors when the tests fail.
Neal Norwitz
2008-03-25
1
-6/+6
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...
Raymond Hettinger
2007-12-13
1
-4/+4
*
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...
Raymond Hettinger
2007-10-10
1
-1/+18
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-26/+64
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
1
-0/+11
*
Fix zero-length corner case for iterating over a mutating deque.
Raymond Hettinger
2007-01-08
1
-0/+6
*
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
[next]