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
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
1
-11/+28
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki
2022-07-24
1
-0/+10
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
1
-39/+0
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
1
-18/+5
*
bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
Inada Naoki
2021-04-27
1
-26/+27
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
1
-12/+38
*
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi
2020-06-25
1
-9/+12
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
1
-5/+17
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
1
-17/+5
*
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
Matthias Bussonnier
2019-05-20
1
-31/+19
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
1
-0/+10
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-1/+0
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
1
-0/+10
*
bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)
Serhiy Storchaka
2018-06-05
1
-148/+101
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
1
-0/+13
*
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
Roy Williams
2017-05-23
1
-0/+15
*
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka
2016-04-27
1
-1/+20
*
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka
2016-04-24
1
-1/+1
*
Issue #15068: Got rid of excessive buffering in fileinput.
Serhiy Storchaka
2016-03-08
1
-4/+75
|
\
|
*
Issue #15068: Got rid of excessive buffering in the fileinput module.
Serhiy Storchaka
2016-03-08
1
-1/+69
*
|
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
Martin Panter
2016-01-16
1
-0/+8
|
/
*
#22709: Use stdin as-is if it does not have a buffer attribute.
R David Murray
2016-01-02
1
-0/+11
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-0/+15
*
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
[next]