summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_anydbm.py
Commit message (Expand)AuthorAgeFilesLines
* applies the better dbm and shelve related unittests. bug 1007 from larryhast...Gregory P. Smith2007-08-241-5/+41
* Fix test case by converting dbm keys to bytes.Martin v. Löwis2007-08-071-12/+12
* Move shelve over to BytesIO as pickle.(Pickler | Unpickler) expect binaryBrett Cannon2007-07-261-8/+8
* Make gdbm and dumbdbm use byte strings. Updated their tests.Guido van Rossum2007-05-231-8/+8
* Fix another unittest that broke due to dict views (more precisely, dueGuido van Rossum2007-03-081-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-4/+2
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-2/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* initial test_anydbm module - based on test_dumbdbm.pySkip Montanaro2002-03-181-0/+96