Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) | Thomas Wouters | 2000-08-04 | 1 | -0/+1 |
| | |||||
* | Added support to recognize Python's internal "dumbdbm" database. | Moshe Zadka | 2000-07-29 | 1 | -0/+12 |
| | | | | This closes bug 200 on Jitterbug. | ||||
* | Untabify to pass the -tt test. | Fred Drake | 2000-02-10 | 1 | -1/+1 |
| | |||||
* | Skip Montanaro: | Guido van Rossum | 1999-06-08 | 1 | -2/+13 |
| | | | | | | | | | I guess in 1.5.2 a new module, whichdb, was added that attempts to divine the nature of a database file. This module doesn't know anything about Berkeley DB v2 files. In v2, Sleepycat added a 12-byte null pad in front of the old magic numbers (at least for hash and btree files). I've been using v2 for awhile and upgrading to 1.5.2 broke all my anydbm.open calls. I believe the following patch corrects the problem. | ||||
* | Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -13/+13 |
| | |||||
* | Use new struct which supports standardized sizes | Guido van Rossum | 1997-01-11 | 1 | -5/+2 |
| | |||||
* | Function to guess which db package created a database. | Guido van Rossum | 1996-07-30 | 1 | -0/+60 |