summaryrefslogtreecommitdiff
path: root/Lib/test/test_univnewlines.py
Commit message (Expand)AuthorAgeFilesLines
* Try to restore the old test_file and test_univnewlines as new, different filesAntoine Pitrou2009-06-121-0/+3
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-39/+42
* explicitly close filesPhilip Jenvey2009-05-281-23/+22
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* Patch # 188 by Philip Jenvey.Guido van Rossum2007-09-221-0/+7
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-3/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Assorted code cleanups for readability. Greatly boosted the size of theTim Peters2002-04-211-26/+33
* Whitespace normalization.Tim Peters2002-04-161-15/+15
* Test suite for universal newline support.Jack Jansen2002-04-141-0/+114