summaryrefslogtreecommitdiff
path: root/Lib/test/test_univnewlines.py
Commit message (Expand)AuthorAgeFilesLines
* #17691: test_univnewlines now works with unittest test discovery. Patch by Z...Ezio Melotti2013-06-091-21/+16
* Merged revisions 72979 via svnmerge fromPhilip Jenvey2009-05-281-23/+22
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-12/+24
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-10/+10
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-0/+7
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-2/+2
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+4
* New I/O code from Tony Lownds implement newline feature correctly,Guido van Rossum2007-08-181-11/+3
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-7/+0
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-1/+0
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* 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