Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e57c957ff96ce8b8be43b7da14afde2eb02f4311
/
Lib
/
test
/
test_fileinput.py
c7797dc
Issue #19543: Emit deprecation warning for known non-text encodings.
by Serhiy Storchaka
· 10 years ago
fd48a56
Correct and improve comments in test_fileinput (closes #20501).
by Serhiy Storchaka
· 11 years ago
68b8a94
Issue #20501: fileinput module no longer reads whole file into memory when using
by Serhiy Storchaka
· 11 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
0d4c06e
Whitespace normalization. Ugh, we really need to do this more often.
by Neal Norwitz
· 18 years ago
bf61856
Convert test_fileinput to use unittest.
by Collin Winter
· 18 years ago
2c85d82
Try to handle sys.getfilesystemencoding() returning None.
by Neal Norwitz
· 19 years ago
4d7cad1
Repair new test failures on Windows due to
by Tim Peters
· 19 years ago
c98eeed
Patch #1215184: FileInput now can be given an opening hook which can
by Georg Brandl
· 19 years ago
c029f87
Patch #1212287: fileinput.input() now has a mode parameter for
by Georg Brandl
· 19 years ago
67e9fb9
Patch #1215184: fileinput now has a fileno() function for getting the
by Georg Brandl
· 19 years ago
e466217
Patch #1337756: fileinput now accepts Unicode filenames.
by Georg Brandl
· 19 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
3230d5c
SF patch #440170: Tests for fileinput module.
by Tim Peters
· 24 years ago