Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f7f28fc46bc47465e3d36610940241a5ebadef02
/
Lib
/
test
/
test_mhlib.py
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
c1f779c
Merged revisions 56125-56153 via svnmerge from
by Guido van Rossum
· 18 years ago
805365e
Merged revisions 55007-55179 via svnmerge from
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
6782d6a
We don't really need the name of the test in the "test skipped" msg, and
by Tim Peters
· 23 years ago
283ead8
Oops! Forgot the closing paren.
by Tim Peters
· 23 years ago
32ef169
Finally got around to figuring out and documenting why this test fails
by Tim Peters
· 23 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 23 years ago
e2ae77b
SF patch #474590 -- RISC OS support
by Guido van Rossum
· 24 years ago
2e2be37
Change the PyUnit-based tests to use the test_main() approach. This
by Fred Drake
· 24 years ago
dbc363c
The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output.
by Jack Jansen
· 24 years ago
ab9ba27
Whitespace normalization.
by Tim Peters
· 24 years ago
c7ca3ff
Skip test_mhlib on Windows -- too many Unix assumptions.
by Tim Peters
· 24 years ago
0263c80
Unittests for mhlib, by Nick Mathewson.
by Guido van Rossum
· 24 years ago