An error occurred fetching the project authors.
- 07 Dec, 2003 1 commit
-
-
Raymond Hettinger authored
(Contributed by George Yoshida.)
-
- 13 Nov, 2003 1 commit
-
-
Gregory P. Smith authored
-
- 16 Sep, 2003 1 commit
-
-
Raymond Hettinger authored
-
- 12 Sep, 2003 1 commit
-
-
Raymond Hettinger authored
Add support for the iterator and mapping protocols. For Py2.3, this was done for shelve, dumbdbm and other mapping objects, but not for bsddb and dbhash which were inadvertently missed.
-
- 28 May, 2003 2 commits
-
-
Gregory P. Smith authored
sleepycat has told him that since python is OSS and berkeleydb is being distributed with python for the bsddb library all is fine.
-
Gregory P. Smith authored
oriented DbEnv & Db object BerkeleyDB interface. Include a note about Sleepycat's BerkeleyDB license with regards to distributing it within non-opensource applications and include a link to their website for license details. Document that 'r' is the default flag for the legacy bsddb btopen(), hashopen(), and rnopen() functions. This is apparently different than the dbm libraries in other languages according to Bug #732951. Changing the default from 'r' to 'c' would break backwards compatibility with legacy bsddb applications; documenting the default should suffice.
-
- 06 May, 2003 1 commit
-
-
Skip Montanaro authored
-
- 17 Nov, 2002 1 commit
-
-
Skip Montanaro authored
-
- 23 Apr, 2002 1 commit
-
-
Anthony Baxter authored
closes SF #514433 can now pass 'None' as the filename for the bsddb.*open functions, and you'll get an in-memory temporary store. docs are ripped out of the bsddb dbopen man page. Fred may want to clean them up. Considering this for 2.2, but not 2.1.
-
- 05 Jan, 2001 1 commit
-
-
Fred Drake authored
BTree databases, the key need not be in the database. Also, tell about the exception if the key is not in the DB for other DB types. This closes SF bug #127377.
-
- 15 Sep, 2000 1 commit
-
-
Fred Drake authored
related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
-
- 03 Apr, 2000 1 commit
-
-
Fred Drake authored
(Very rough.)
-
- 23 Apr, 1999 1 commit
-
-
Fred Drake authored
on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
-
- 22 Apr, 1999 1 commit
-
-
Fred Drake authored
databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python.
-
- 19 Apr, 1999 1 commit
-
-
Fred Drake authored
-