summaryrefslogtreecommitdiff
path: root/Doc/library/dbm.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-33106: change dbm key deletion error for readonly file from KeyError to d...Xiang Zhang2018-12-121-0/+4
* Warn that dbm.dumb.open() can crash Python (GH-6047)Brett Cannon2018-03-091-0/+5
* bpo-32749: Make dbm.dumb databases more cosistent with other dbm databases. (...Serhiy Storchaka2018-02-051-6/+21
* Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-061-0/+4
* Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-221-0/+10
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+4
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
|\
| * MERGE: Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
| |\
| | * Closes #20872: dbm/gdbm/ndbm close methods are not documentedJesus Cea2014-06-251-2/+16
* | | Issue #18039: dbm.dump.open() now always creates a new database when theSerhiy Storchaka2014-06-101-2/+7
|/ /
* | Close #19282: Native context management in dbmNick Coghlan2013-11-171-16/+22
|/
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-2/+3
* Merge 3.1Éric Araujo2011-04-201-2/+2
|\
| * Fix argument name in reST doc to match the codeÉric Araujo2011-04-201-2/+2
| * Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-...Georg Brandl2011-02-251-4/+2
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-1/+1
| * Merged revisions 83226-83227,83229-83232 via svnmerge fromGeorg Brandl2010-08-011-9/+6
| * Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge fromGeorg Brandl2010-08-011-4/+4
| * Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,...Georg Brandl2009-08-131-1/+1
* | #10609: fix non-working dbm example.Georg Brandl2010-12-281-4/+2
* | #6045: provide at least get() and setdefault() for all dbm modules.Georg Brandl2010-12-041-2/+7
* | Fix typo.Georg Brandl2010-12-041-1/+1
* | Fix "Berkeley" name.Georg Brandl2010-07-311-1/+1
* | #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
|/
* 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
* 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