Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :) | ||||
* | Assorted code cleanups for readability. Greatly boosted the size of the | Tim Peters | 2002-04-21 | 1 | -26/+33 |
| | | | | | | test data: this test fails on WIndows now if universal newlines are enabled (which they aren't yet, by default). I don't know whether the test will also fail on Linux now. | ||||
* | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -15/+15 |
| | |||||
* | Test suite for universal newline support. | Jack Jansen | 2002-04-14 | 1 | -0/+114 |