| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,... | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
* | Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,... | Georg Brandl | 2009-01-01 | 1 | -2/+19 |
* | Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,... | Benjamin Peterson | 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 |
* | 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 |