Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change repr() of a new-style class to say <class 'ClassName'> rather | Guido van Rossum | 2001-09-25 | 1 | -1/+1 |
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -3/+8 |
* | limit prefix test for lambda | Jeremy Hylton | 2001-09-14 | 1 | -1/+1 |
* | LongReprTest fails on the Mac because it uses filenames with more than | Jack Jansen | 2001-09-05 | 1 | -1/+2 |
* | Add a test for the final branch in repr.Repr.repr1(), which deals with | Guido van Rossum | 2001-09-05 | 1 | -0/+5 |
* | Added lots of tests for reprs of "simple" objects, such as file, | Barry Warsaw | 2001-08-24 | 1 | -0/+156 |
* | Whitespace normalization. | Tim Peters | 2001-08-09 | 1 | -3/+3 |
* | Test for the repr module, contributed by Nick Mathewson. | Fred Drake | 2001-07-19 | 1 | -0/+108 |