1. d23c0a8 #17040: document that shelve.open() and the Shelf object can be used as context managers. Initial patch by Berker Peksag. by Ezio Melotti · 12 years ago
  2. 631507d Issue #11141: Fix the shelve documentation to use a list, not a range object. by Antoine Pitrou · 13 years ago
  3. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  4. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  5. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  6. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  7. 7716ca6 #8855: add shelve security warning. by Georg Brandl · 14 years ago
  8. ddb3ed0 Merged revisions 78141-78142 via svnmerge from by R. David Murray · 14 years ago
  9. b5314c6 remove references to cPickle by Benjamin Peterson · 15 years ago
  10. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  11. 8f7649e more list()s on dictviews by Ezio Melotti · 15 years ago
  12. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  13. 502d9a5 Merged revisions 74207 via svnmerge from by Georg Brandl · 15 years ago
  14. 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 15 years ago
  15. ff85bca Merged revisions 72572 via svnmerge from by R. David Murray · 15 years ago
  16. 25c95f1 Merged revisions 70768,71657,71721,71729,71794,71976,72036-72037,72079,72085,72131-72134,72191,72197-72198,72219,72221,72225,72303,72434,72467,72476 via svnmerge from by Benjamin Peterson · 15 years ago
  17. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  18. 65c9eb2 Add helpful link. by Raymond Hettinger · 15 years ago
  19. 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 16 years ago
  20. 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 16 years ago
  21. 9a46cab remove some more bsddb references by Benjamin Peterson · 16 years ago
  22. c772372 Remove remaining references to UserDict module. by Georg Brandl · 16 years ago
  23. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  24. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  25. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  26. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago