1. 54d8b68 bug [ 1166582 ] IterableUserDict not in docs by Georg Brandl · 19 years ago
  2. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  3. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  4. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  5. 8ddc176e Improve DictMixin. by Raymond Hettinger · 22 years ago
  6. 7994716 SF patch #520382: Expand shelve.py to have a full dictionary interface by Raymond Hettinger · 22 years ago
  7. 8a9e8b6 Fix bug 575221 referred to dictionary type instead of dict. by Raymond Hettinger · 22 years ago
  8. d5be3b7 Add notes pointing out that these classes are kept for backward compatibility by Fred Drake · 23 years ago
  9. 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 24 years ago
  10. 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 24 years ago
  11. c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 24 years ago
  12. 621d2be Move description of UserString.MutableString to a location more typical by Fred Drake · 24 years ago
  13. f831663 Rob W. W. Hooft's spelling fixes for the Library Reference. I hope by Thomas Wouters · 24 years ago
  14. 6a0d844 UserString section: by Fred Drake · 24 years ago
  15. a22b576 UserString class from Peter Funk <pf@artcom-gmbh.de>. by Fred Drake · 24 years ago
  16. 8d21243 Added description of optional parameter to UserDict constructor. by Fred Drake · 25 years ago
  17. 6bf37de Added some minor prose before the descriptions of the data attributes by Fred Drake · 25 years ago
  18. 295da24 New section header style. by Fred Drake · 26 years ago
  19. b91e934 Adjusted to use the new module synopsis support macros. by Fred Drake · 26 years ago
  20. 1ce3604 Separate UserDict and UserList documentation into separate sections. by Fred Drake · 26 years ago
  21. 3a0351c Remove all uses of \sectcode; we can now use logical markup everywhere. by Fred Drake · 26 years ago
  22. 802a202 Logical markup. by Fred Drake · 27 years ago
  23. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  24. 71c1ef3 Remove second index entry for UserList. by Fred Drake · 27 years ago
  25. 692b87d Added \nodename; added index entry for UserList. by Guido van Rossum · 27 years ago
  26. fcda560 Fix a typo (the word "a" was spelled "c"!). by Fred Drake · 27 years ago
  27. 7f3b042 Added docs for UserDict,UserList by Guido van Rossum · 27 years ago