summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbsddb.tex
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1149413] 'psize' argument should be 'pgsize'Andrew M. Kuchling2005-06-081-2/+2
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* the bsddb module now also works with BerkeleyDB 4.3.Gregory P. Smith2004-12-131-1/+1
|
* clarify the behavior of the .first() and .last() methods for emptyFred Drake2004-08-101-0/+2
| | | | | | databases this should be backported to the release23-maint branch
* fix information about what flag database files are opened with by defaultFred Drake2004-07-261-6/+6
|
* move the note about the bsddb185 module above the "See also" box; thatFred Drake2004-06-241-4/+5
| | | | | should always go last in the relevant section's main content, but before child sections
* SF patch #855195: fix typosRaymond Hettinger2003-12-071-1/+1
| | | | (Contributed by George Yoshida.)
* remove "support" for BerkeleyDB 3.1, it hasn't worked for a long timeGregory P. Smith2003-11-131-2/+2
|
* Minor fixupsRaymond Hettinger2003-09-161-1/+2
|
* SF #662923Raymond Hettinger2003-09-121-2/+17
| | | | | | 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.
* Remove the note about the BerkeleyDB license. Barry indicates thatGregory P. Smith2003-05-281-7/+1
| | | | | sleepycat has told him that since python is OSS and berkeleydb is being distributed with python for the bsddb library all is fine.
* Include a link to the pybsddb web documentation for the modern objectGregory P. Smith2003-05-281-14/+25
| | | | | | | | | | | | | | 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.
* add a note about the undocumented bsddb185 moduleSkip Montanaro2003-05-061-0/+6
|
* correct typo detected by Lee HansenSkip Montanaro2002-11-171-1/+1
|
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-3/+9
| | | | | | | | | | | | 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.
* Update explanation of the set_location() method to indicate that inFred Drake2001-01-051-1/+7
| | | | | | | 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.
* Update comments in the second paragraph, discussing versioning issuesFred Drake2000-09-151-8/+9
| | | | | related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-40/+52
| | | | (Very rough.)
* Clarifications on the first(), next(), and previous() functions, basedFred Drake1999-04-231-4/+5
| | | | on comments from Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.
* Add warning that last() and previous() don't work for hashtableFred Drake1999-04-221-4/+6
| | | | | databases (opened using hashopen()), as noted by Skip Montanaro on comp.lang.python.
* bsddb docs from Skip Montanaro; added interesting links.Fred Drake1999-04-191-0/+143