summaryrefslogtreecommitdiff
path: root/Lib/whichdb.py
Commit message (Expand)AuthorAgeFilesLines
* 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