1. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 20 years ago
  2. d6e0032 Typos in new comments. by Tim Peters · 20 years ago
  3. d8768d3 Document some reverse-engineered invariants and pragmatic hints. by Tim Peters · 20 years ago
  4. 6f85356 Definition consistency. by Tim Peters · 20 years ago
  5. 1065f75 Trimmed trailing whitespace. by Tim Peters · 20 years ago
  6. e9c89e8 Silence a GCC unused variable warning in debug builds. by Raymond Hettinger · 20 years ago
  7. 67115a2 Apply VISIT macro. by Raymond Hettinger · 20 years ago
  8. 9ba301e Moved SunPro warning suppression into pyport.h and out of individual by Nicholas Bastin · 20 years ago
  9. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  10. 616f4f6 Add a comment with implementation notes. by Raymond Hettinger · 20 years ago
  11. 1ce9e4c Fixed end-of-loop code not reached warning when using SunPro C by Nicholas Bastin · 20 years ago
  12. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  13. 285cfcc Make type check work with subclasses by Raymond Hettinger · 20 years ago
  14. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  15. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  16. 1e5809f Improve deque iteration. by Raymond Hettinger · 20 years ago
  17. 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 20 years ago
  18. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  19. 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 20 years ago
  20. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  21. a9208f1 Get rid of unused variable by Neal Norwitz · 20 years ago
  22. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 20 years ago
  23. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 20 years ago
  24. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 20 years ago
  25. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 20 years ago
  26. d0814eb Fix spelling. by Raymond Hettinger · 21 years ago
  27. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 21 years ago