aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_dbm_gnu.py
Commit message (Expand)AuthorAge
* bpo-33106: change dbm key deletion error for readonly file from KeyError to d...Xiang Zhang2018-12-12
* bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)Zsolt Cserna2018-09-27
* Fix compiling error when missing gdbm version macros (GH-7823)Xiang Zhang2018-06-20
* bpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)Victor Stinner2018-06-19
* bpo-33901: Better test_dbm_gnu.test_reorganize() fix (GH-7795)Victor Stinner2018-06-19
* bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)Victor Stinner2018-06-19
* Use more specific asserts in dbm tests. (GH-7786)Serhiy Storchaka2018-06-19
* bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630)Serhiy Storchaka2018-04-29
* bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...Serhiy Storchaka2018-02-26
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-24
* - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.pydoko@ubuntu.com2013-11-19
|\
| * - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.pydoko@ubuntu.com2013-11-19
* | Close #19282: Native context management in dbmNick Coghlan2013-11-17
|/
* Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-25
* #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-01
* Fix dbm_gnu test relying on set order.Georg Brandl2012-02-20
* #6045: provide at least get() and setdefault() for all dbm modules.Georg Brandl2010-12-04
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-01
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-25
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-25
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-26