index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_fileinput.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-1/+9
*
Correct comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka
2014-03-03
1
-4/+7
|
\
|
*
Correct comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka
2014-03-03
1
-4/+7
*
|
Added tests for issue #20501.
Serhiy Storchaka
2014-02-26
1
-0/+38
|
\
\
|
|
/
|
*
Added tests for issue #20501.
Serhiy Storchaka
2014-02-26
1
-0/+36
*
|
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
1
-3/+5
*
|
Update various test modules to use unittest.main() for test discovery
Brett Cannon
2013-06-13
1
-17/+1
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-2/+2
|
/
*
fileinput: replace this last occurence of codecs.open with builtins.open.
Florent Xicluna
2011-11-07
1
-19/+9
*
Skip test in test_fileinput when zlib is missing.
Ezio Melotti
2011-05-14
1
-1/+5
*
Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.
briancurtin
2011-03-18
1
-1/+6
*
Move off of assertEquals() and over to assertEqual().
Brett Cannon
2011-03-15
1
-3/+3
*
Adjust test names to be more descriptive instead of depending on capitalization.
briancurtin
2011-03-15
1
-4/+4
*
import style nits
Benjamin Peterson
2011-03-15
1
-8/+13
*
Fix #11509. Significantly increase test coverage for fileinput.
briancurtin
2011-03-15
1
-15/+605
*
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl
2010-07-31
1
-0/+24
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-3/+3
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Ensure cleanup does not reference variables that don't yet exist.
Neal Norwitz
2008-03-24
1
-0/+4
*
Merged revisions 60990-61002 via svnmerge from
Christian Heimes
2008-02-23
1
-1/+1
*
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum
2007-08-27
1
-17/+21
*
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum
2007-08-09
1
-1/+1
*
Fix a buch of shallow test failures.
Guido van Rossum
2007-06-18
1
-32/+37
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum
2007-04-27
1
-200/+197
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
1
-1/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-13/+13
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-1/+4
*
Repair new test failures on Windows due to
Tim Peters
2006-02-19
1
-4/+4
*
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl
2006-02-19
1
-1/+23
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
1
-1/+18
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
1
-0/+16
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
1
-0/+10
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF patch #440170: Tests for fileinput module.
Tim Peters
2001-07-11
1
-0/+159