summaryrefslogtreecommitdiff
path: root/Lib/whichdb.py
Commit message (Expand)AuthorAgeFilesLines
* Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-1/+1
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-1/+1
* SF patch #1038388: __main__ for whichdb.pyRaymond Hettinger2004-10-201-0/+5
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-1/+1
* patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbmAndrew MacIntyre2003-07-111-2/+5
* Patch #755087: Deal with emptied dumbdbm files correctly.Martin v. Löwis2003-06-211-3/+3
* Treat empty dat/dir pairs as dumbdbm. Fixes #744687.Martin v. Löwis2003-06-141-3/+7
* detect old version 2 hash files and return "bsddb185" as the appropriateSkip Montanaro2003-05-061-3/+4
* catch the situation where Berkeley DB is used to emulate dbm(3) librarySkip Montanaro2002-08-021-3/+24
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-9/+4
* Whitespace normalization.Tim Peters2001-03-161-1/+1
* RISCOS changes by dschwertberger.Guido van Rossum2001-03-021-4/+11
* move import into function to avoid having to add an __all__ list...Skip Montanaro2001-03-011-2/+2
* Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.)Thomas Wouters2000-08-041-0/+1
* Added support to recognize Python's internal "dumbdbm" database.Moshe Zadka2000-07-291-0/+12
* Untabify to pass the -tt test.Fred Drake2000-02-101-1/+1
* Skip Montanaro:Guido van Rossum1999-06-081-2/+13
* Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer.Guido van Rossum1998-04-281-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-13/+13
* Use new struct which supports standardized sizesGuido van Rossum1997-01-111-5/+2
* Function to guess which db package created a database.Guido van Rossum1996-07-301-0/+60