1. 2e66940 Minor wording and spacing nits. by Raymond Hettinger · 20 years ago
  2. 0e371f2 Make sure "del d[n]" is properly supported. Was necessary because the by Raymond Hettinger · 20 years ago
  3. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  4. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  5. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  6. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  7. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 21 years ago
  8. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 21 years ago
  9. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 21 years ago
  10. e52f3b1 Add documentation for collections.deque(). by Raymond Hettinger · 21 years ago