summaryrefslogtreecommitdiffstats
path: root/Doc/library/dbm.rst
Commit message (Collapse)AuthorAgeFilesLines
* #9397: remove mention of dbm.bsd which does not exist anymore.Georg Brandl2010-07-291-13/+10
|
* Merged revisions 74207 via svnmerge fromGeorg Brandl2009-07-261-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74207 | georg.brandl | 2009-07-26 16:19:57 +0200 (So, 26 Jul 2009) | 1 line #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. ........
* Manual merge of r72710: use table of flags for dbm.open description.Georg Brandl2009-05-251-5/+17
|
* Update signature style for optional arguments, part 3.Georg Brandl2009-04-101-2/+2
|
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-15/+24
| | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
* mention that bsddb3 can be gotten as a third party addonBenjamin Peterson2008-09-081-3/+4
|
* remove some more bsddb referencesBenjamin Peterson2008-09-081-3/+3
|
* clean up some more bsddb scrapsBenjamin Peterson2008-09-031-87/+0
|
* Fix old-style octal literals in the docs.Georg Brandl2008-05-261-2/+2
|
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-17/+334
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+74