index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_fileinput.py
Commit message (
Expand
)
Author
Age
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
*
Ensure cleanup does not reference variables that don't yet exist.
Neal Norwitz
2008-03-24
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
*
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum
2007-08-27
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
*
Fix a buch of shallow test failures.
Guido van Rossum
2007-06-18
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
*
Repair new test failures on Windows due to
Tim Peters
2006-02-19
*
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl
2006-02-19
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
*
SF patch #440170: Tests for fileinput module.
Tim Peters
2001-07-11