summaryrefslogtreecommitdiff
path: root/Lib/test/test_dbm_dumb.py
Commit message (Expand)AuthorAgeFilesLines
* Properly close files in test_dbm_dumb.Brett Cannon2010-10-291-2/+4
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-1/+1
* dbm.gnu and dbm.ndbm accept both strings and bytes as keys and values. For theBrett Cannon2008-11-251-0/+2
* Make dbm.dumb encode strings as UTF-8. Also fix it so it accepts bytes andBrett Cannon2008-11-211-15/+31
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+185