1. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 8 years ago
  2. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  3. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 9 years ago
  4. 33ad096 Issue #21729: Used the "with" statement in the dbm.dumb module to ensure by Serhiy Storchaka · 10 years ago
  5. f733abb Whitespace normalization. by Tim Peters · 17 years ago
  6. 9ef0ef5 [Bug #802128 continued] Modify mode depending on the process umask. by Andrew M. Kuchling · 18 years ago
  7. dc26758 [Bug #802128] Make the mode argument of dumbdbm actually work the way it's by Andrew M. Kuchling · 18 years ago
  8. ecdad85 [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace. by Andrew M. Kuchling · 19 years ago
  9. 6d06815 Give dumbdbm a sync() method which Shelve can call. Should solve some by Skip Montanaro · 21 years ago
  10. 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 21 years ago
  11. 0320464 Repaired typos in comments. by Tim Peters · 21 years ago
  12. d7472ec Fixed critical shutdown race in _Database._commit. by Tim Peters · 21 years ago
  13. 1d8d729 More comments about why not closing a dumddbm properly can be a disaster. by Tim Peters · 21 years ago
  14. 3898a70 _commit(): Modernization. by Tim Peters · 21 years ago
  15. 7dfd570 There's a persistent rumor on the spambayes mailing list that dumbdbm by Tim Peters · 21 years ago
  16. ef6573e __setitem__: Use integer division for computing # of blocks. by Tim Peters · 21 years ago
  17. 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 21 years ago
  18. f421e81 Fix comment, mode really is used by Neal Norwitz · 21 years ago
  19. 793d4b4 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  20. aef22fb Patch 560023 adding docstrings. 2.2 Candidate (after verifying modules were not updated after 2.2). by Raymond Hettinger · 22 years ago
  21. e441860 Whitespace normalization. by Tim Peters · 22 years ago
  22. ed90570 forward-patch from release21-maint branch: by Anthony Baxter · 23 years ago
  23. 2c8373b Honor the mode argument to dumbdbm.open(); there is not good reason not to, by Fred Drake · 23 years ago
  24. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  25. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  26. d0cd95c Replace __import__ with import as. by Martin v. Löwis · 23 years ago
  27. a7cc69e Added support for .__contains__(), .__iter__(), .iterkeys(). by Fred Drake · 23 years ago
  28. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  29. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  30. eccd02a more __all__ updates by Skip Montanaro · 23 years ago
  31. 88869f9 Whitespace normalization. by Tim Peters · 23 years ago
  32. 5b7b764 Apply rstrip() to the lines read from _dirfile in _update(), so that a by Guido van Rossum · 24 years ago
  33. a48dbde Patch from Joe Eaton <jeaton@hostway.net> (SF#100741) to fix following problem: by Andrew M. Kuchling · 24 years ago
  34. 3f36a08 Cast f.tell() result to int() in _addval(), so it works even on by Guido van Rossum · 25 years ago
  35. 22a1890 export error == IOError by Guido van Rossum · 28 years ago
  36. ba42664 fix typo in _setval() return value by Guido van Rossum · 28 years ago
  37. 9f824a7 Initial revision by Guido van Rossum · 29 years ago