COMMITS
/ Lib/whichdb.py March 16, 2001
T
Whitespace normalization.
Tim Peters committed
March 2, 2001
G
RISCOS changes by dschwertberger.
Guido van Rossum committed
March 1, 2001
S
move import into function to avoid having to add an __all__ list...
Skip Montanaro committed
August 4, 2000
T
Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.)
Thomas Wouters committed
July 29, 2000
M
Added support to recognize Python's internal "dumbdbm" database.
Moshe Zadka committed
February 10, 2000
F
Untabify to pass the -tt test.
Fred Drake committed
June 8, 1999
G
Skip Montanaro:
Guido van Rossum committed
April 28, 1998
G
Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer.
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
January 11, 1997
G
Use new struct which supports standardized sizes
Guido van Rossum committed
July 30, 1996
G
Function to guess which db package created a database.
Guido van Rossum committed