summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_repr.py
Commit message (Expand)AuthorAgeFilesLines
* Change repr() of a new-style class to say <class 'ClassName'> ratherGuido van Rossum2001-09-251-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-3/+8
* limit prefix test for lambdaJeremy Hylton2001-09-141-1/+1
* LongReprTest fails on the Mac because it uses filenames with more thanJack Jansen2001-09-051-1/+2
* Add a test for the final branch in repr.Repr.repr1(), which deals withGuido van Rossum2001-09-051-0/+5
* Added lots of tests for reprs of "simple" objects, such as file,Barry Warsaw2001-08-241-0/+156
* Whitespace normalization.Tim Peters2001-08-091-3/+3
* Test for the repr module, contributed by Nick Mathewson.Fred Drake2001-07-191-0/+108