summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libdbhash.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-88/+0
|
* Its time to stop listing (Unix, Windows) when we really mean "everything but ↵Gregory P. Smith2007-03-141-1/+0
| | | | | | | | Mac OS 9" now that nobody is likely to use Python on Mac OS 9 and most of the (Mac) platform items are all OS X special API specific since OS X is unixy enough for these modules to be available out of the box.
* Minor fixupsRaymond Hettinger2003-09-161-1/+1
|
* SF #662923Raymond Hettinger2003-09-121-7/+7
| | | | | | 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.
* SF bug #802302: Invalid documentation for dbhash.Raymond Hettinger2003-09-101-10/+9
| | | | The documentation severely departed for the actual implementation.
* Remove duplicate ', ' in dbhash.open()'s argument list.Thomas Wouters2001-06-271-1/+1
|
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-051-1/+1
|
* bsddb docs from Skip Montanaro; added interesting links.Fred Drake1999-04-191-1/+2
|
* Minor nits, include author info.Fred Drake1999-04-161-2/+2
|
* Document the dbhash module, and link to it from appropriate places.Fred Drake1999-04-151-0/+89