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