summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mhlib.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify expressionNeal Norwitz2007-08-171-1/+1
* some RiscOS stuff I missed before (was only looking for "RISCOS")Skip Montanaro2007-08-171-2/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-2/+3
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-5/+4
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-10/+10
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-2/+2
* We don't really need the name of the test in the "test skipped" msg, andTim Peters2002-08-041-1/+1
* Oops! Forgot the closing paren.Tim Peters2002-08-041-1/+1
* Finally got around to figuring out and documenting why this test failsTim Peters2002-08-041-2/+10
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-2/+2
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+7
* The test assumed that the local pathname convention for "foo" would sort befo...Jack Jansen2001-08-111-2/+4
* Whitespace normalization.Tim Peters2001-08-091-30/+30
* Skip test_mhlib on Windows -- too many Unix assumptions.Tim Peters2001-08-091-2/+6
* Unittests for mhlib, by Nick Mathewson.Guido van Rossum2001-08-091-0/+328