- 27 May, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 20 May, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* added the missing parameter * put optional parameters in correct positional order
-
- 24 Nis, 2003 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 19 Nis, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 21 Ock, 2003 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 08 Ara, 2002 2 kayıt (commit)
-
-
Skip Montanaro yazdı
suggestion by Raymond Hettinger.
-
Skip Montanaro yazdı
this can result in significantly smaller files. All classes as well as the open function now accept an optional binary parameter, which defaults to False for backward compatibility. Added a small test suite, updated the libref documentation (including documenting the exported classes and fixing a few other nits) and added a note about the change to Misc/NEWS.
-
- 15 Kas, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
and add a mixin to UserDict.py to make it easier to implement a full dictionary interface.
-
- 18 Eki, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Şub, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
also modified check_all function to suppress all warnings since they aren't relevant to what this test is doing (allows quiet checking of regsub, for instance)
-
- 15 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 10 Şub, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 11 Agu, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 06 Nis, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
"self.dict.close()" and ignore the exception. The "if self.dict:" part would be calculated through len(self.dict.keys()), which is very expensive for a large dictionary...
-
- 09 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
being destroyed already.
-
- 06 Haz, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Mar, 1997 1 kayıt (commit)
-
-
Roger E. Masse yazdı
attribute, this method silently ignores this fact. The default (bsddb's dbhash) does.
-
- 10 Eyl, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 27 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 16 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Şub, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ock, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
pickle.py: new low-level persistency module (used to be called flatten) dbmac.py: stupid dbm clone for the Mac anydbm.py: generic dbm interface (should be extended to support gdbm)
-