- 06 Şub, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 Eki, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Oleg Broytmann.)
-
- 20 Eki, 2003 1 kayıt (commit)
-
-
Walter Dörwald yazdı
(From SF patch #810751)
-
- 11 Tem, 2003 1 kayıt (commit)
-
-
Andrew MacIntyre yazdı
At this point, the problem appears particular to the OS/2 EMX port of gdbm (which is at v1.7.3) - this combination produces a .pag file but no .dir file. A more sophisticated patch which checks magic numbers when dbm.library indicates that dbm is linked to gdbm, and there is no .dir file, is still attached to the above patch entry for reconsideration after 2.3 is released. This checkin applies a workaround specific to the known failure case.
-
- 21 Haz, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 14 Haz, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 06 May, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
module to load them
-
- 02 Agu, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
functions. In this case, calling dbm.open("foo", "c") actually creates a file named "foo.db".
-
- 24 Eki, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Mar, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Mar, 2001 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 04 Agu, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
-
- 29 Tem, 2000 1 kayıt (commit)
-
-
Moshe Zadka yazdı
This closes bug 200 on Jitterbug.
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 08 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
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.
-
- 28 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Ock, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Tem, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-