1. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  2. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
  3. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  4. a1e93e8 patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm by Andrew MacIntyre · 21 years ago
  5. 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 21 years ago
  6. 17fb507 Treat empty dat/dir pairs as dumbdbm. Fixes #744687. by Martin v. Löwis · 21 years ago
  7. 02cd365 detect old version 2 hash files and return "bsddb185" as the appropriate by Skip Montanaro · 21 years ago
  8. 404378f catch the situation where Berkeley DB is used to emulate dbm(3) library by Skip Montanaro · 22 years ago
  9. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  10. 30edd23 Whitespace normalization. by Tim Peters · 23 years ago
  11. d74fb6b RISCOS changes by dschwertberger. by Guido van Rossum · 23 years ago
  12. 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 23 years ago
  13. 3027b15 Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) by Thomas Wouters · 24 years ago
  14. 7a4409c Added support to recognize Python's internal "dumbdbm" database. by Moshe Zadka · 24 years ago
  15. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  16. cf09a39 Skip Montanaro: by Guido van Rossum · 25 years ago
  17. b86ba12 Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. by Guido van Rossum · 26 years ago
  18. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  19. 265b5b3 Use new struct which supports standardized sizes by Guido van Rossum · 27 years ago
  20. 8d12a1b Function to guess which db package created a database. by Guido van Rossum · 28 years ago