summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dbm_gnu.py
Commit message (Expand)AuthorAgeFilesLines
* Fix dbm_gnu test relying on set order.Georg Brandl2012-02-201-1/+1
* #6045: provide at least get() and setdefault() for all dbm modules.Georg Brandl2010-12-041-0/+4
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Allow skipping of regression tests not supported on windows. This reduces no...Kristján Valur Jónsson2009-04-011-1/+2
* Fix a broken test_dbm_gnu as introducted by r67380.Brett Cannon2008-11-251-1/+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/+81