summaryrefslogtreecommitdiff
path: root/Lib/test/test_dbm_ndbm.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.pydoko2013-11-191-0/+0
|\
| * - Remove execute permissions from test_dbm_gnu.py and test_dbm_ndbm.pydoko2013-11-191-0/+0
* | Close #19282: Native context management in dbmNick Coghlan2013-11-171-0/+13
|/
* Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+1
* #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.Ezio Melotti2013-03-011-4/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-011-0/+1
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-0/+2
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+40