1. 36a59b4 Remove the test file before writing it in case there is no write permission. by Neal Norwitz · 17 years ago
  2. 40f5e4c Fix a bunch of UnboundLocalErrors when the tests fail. by Neal Norwitz · 17 years ago
  3. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  4. adf9ffd Fix bug 1604. deque.__init__() did not clear existing contents like list.__init__. Not a backport candidate. by Raymond Hettinger · 18 years ago
  5. 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago
  6. a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
  7. b84c137 Bug #1486663: don't reject keyword arguments for subclasses of builtin types. by Georg Brandl · 19 years ago
  8. 51c2f6c Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 19 years ago
  9. 09a3f2c Add tests for tuple, list and UserList that initialize the object from by Walter Dörwald · 20 years ago
  10. c448a91 Fix typo. by Walter Dörwald · 20 years ago
  11. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 20 years ago
  12. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  13. 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 21 years ago
  14. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 21 years ago
  15. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 21 years ago
  16. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  17. 770acc2 Remove unnecessary line. by Raymond Hettinger · 21 years ago
  18. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 21 years ago
  19. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  20. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 21 years ago
  21. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 21 years ago
  22. 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 21 years ago
  23. e7169eb Add more examples. by Raymond Hettinger · 21 years ago
  24. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  25. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  26. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 22 years ago
  27. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 22 years ago
  28. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 22 years ago
  29. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 22 years ago
  30. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 22 years ago