summaryrefslogtreecommitdiffstats
path: root/Doc/library/dbm.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] docs: module page titles should not start with a link to themselves (G...Miss Islington (bot)2024-05-081-2/+2
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+1
* Docs: spell out sentence about ndbm/gdbm file formats (#115470)Erlend E. Aasland2024-02-141-6/+8
* Docs: reword sentences about dbm submodule traits (#114609)Erlend E. Aasland2024-02-141-14/+6
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-4/+49
* Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)Erlend E. Aasland2024-01-311-61/+56
* Docs: rework the dbm.dumb introduction (#114550)Erlend E. Aasland2024-01-261-30/+36
* Docs: mark up dbm.open() with param list (#114601)Erlend E. Aasland2024-01-261-26/+26
* Docs: fix versionchanged directives for dbm.open() and dbm.whichdb() (#114594)Erlend E. Aasland2024-01-261-5/+5
* Docs: reword dbm.ndbm introduction (#114549)Erlend E. Aasland2024-01-261-21/+26
* Docs: rework dbm introduction (#114551)Erlend E. Aasland2024-01-261-10/+11
* Docs: reword dbm.gnu introduction (#114548)Erlend E. Aasland2024-01-261-20/+21
* Docs: use placeholders in dbm flag param docs (#114482)Erlend E. Aasland2024-01-231-60/+43
* gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)Ronald Oussoren2023-12-231-0/+7
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-0/+6
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-0/+7
* bpo-40563: Support pathlike objects on dbm/shelve (GH-21849)Henry-Joseph Audéoud2021-09-101-0/+14
* bpo-45060: Get rid of few uses of the equality operators with None (GH-28087)Serhiy Storchaka2021-08-311-1/+1
* 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-231-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