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