1. 6b27cda Convert iterator __len__() methods to a private API. by Raymond Hettinger · 19 years ago
  2. 02c4287 Disallow keyword arguments for type constructors that don't use them. by Georg Brandl · 19 years ago
  3. d73202c Apply remove's mutation test after every equality test. by Raymond Hettinger · 20 years ago
  4. 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
  5. 952f880 SF patch #1062279: deque pickling problems (Contributed by Dima Dorfman.) by Raymond Hettinger · 20 years ago
  6. 7d112df Bump-up block size. by Raymond Hettinger · 20 years ago
  7. dcb9d94 Simplify delitem() code by calling rotate() directly instead of using by Raymond Hettinger · 20 years ago
  8. c5fa992 Armin's patch to prevent overflows. by Raymond Hettinger · 20 years ago
  9. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 20 years ago
  10. d1b3d88 * Bulletproof the method for detecting mutations during iteration. by Raymond Hettinger · 20 years ago
  11. 77e8bf1 Restore the block length and add a comment. by Raymond Hettinger · 20 years ago
  12. 4ca4c7c Clarify the relationship between indices. by Raymond Hettinger · 20 years ago
  13. 61f05fb * Elaborate on the invariant comments and make them more precise. by Raymond Hettinger · 20 years ago
  14. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 20 years ago
  15. d6e0032 Typos in new comments. by Tim Peters · 20 years ago
  16. d8768d3 Document some reverse-engineered invariants and pragmatic hints. by Tim Peters · 20 years ago
  17. 6f85356 Definition consistency. by Tim Peters · 20 years ago
  18. 1065f75 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  19. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago
  20. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  21. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  22. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  23. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  24. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  25. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  26. 285cfcc Make type check work with subclasses by Raymond Hettinger · 20 years ago
  27. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  28. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  29. 1e5809f Improve deque iteration. by Raymond Hettinger · 21 years ago
  30. 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 21 years ago
  31. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
  32. 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 21 years ago
  33. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
  34. a9208f1 Get rid of unused variable by Neal Norwitz · 21 years ago
  35. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 21 years ago
  36. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  37. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  38. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  39. d0814eb Fix spelling. by Raymond Hettinger · 21 years ago
  40. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago