summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dbm_gnu.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-4/+4
| | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
* Allow skipping of regression tests not supported on windows. This reduces ↵Kristján Valur Jónsson2009-04-011-1/+2
| | | | noise in the regression test suite for py3k on Windows.
* 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
| | | | | | former they are converted to bytes before being written to the DB. Closes issue 3799. Reviewed by Skip Montanaro.
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-261-0/+81