summaryrefslogtreecommitdiff
path: root/Lib/test/test_fileinput.py
Commit message (Expand)AuthorAgeFilesLines
* #1286: allow using fileinput.FileInput as context manager.Georg Brandl2010-07-311-0/+24
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Ensure cleanup does not reference variables that don't yet exist.Neal Norwitz2008-03-241-0/+4
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-17/+21
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-1/+1
* Fix a buch of shallow test failures.Guido van Rossum2007-06-181-32/+37
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-200/+197
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-1/+2
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-13/+13
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+4
* Repair new test failures on Windows due toTim Peters2006-02-191-4/+4
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-1/+23
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-1/+18
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-0/+16
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-191-0/+10
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #440170: Tests for fileinput module.Tim Peters2001-07-111-0/+159