COMMITS
/ Lib/test/test_fileinput.py May 22, 2025
S
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka committed
May 16, 2024
S
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka committed
January 27, 2024
V
Use bool in fileinput.input() docstring and tests for the inplace argument (GH-111998)
Ville Skyttä committed
February 21, 2023
July 24, 2022
I
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki committed
September 8, 2021
H
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade committed
September 2, 2021
V
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner committed
April 27, 2021
I
bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
Inada Naoki committed
April 14, 2021
I
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki committed
June 25, 2020
H
bpo-40275: Use new test.support helper submodules in tests (GH-21151)
Hai Shi committed
March 4, 2020
V
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767)
Victor Stinner committed
October 28, 2019
V
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner committed
May 20, 2019
M
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
Matthias Bussonnier committed
April 29, 2019
B
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
August 11, 2018
B
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag committed
June 5, 2018
S
bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)
Serhiy Storchaka committed
September 4, 2017
Z
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang committed
May 23, 2017
R
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
Roy Williams committed
April 27, 2016
S
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka committed
April 24, 2016
S
Issue #23277: Remove unused support.run_unittest import.
Serhiy Storchaka committed
March 8, 2016
S
Issue #15068: Got rid of excessive buffering in fileinput.
Serhiy Storchaka committed
S
Issue #15068: Got rid of excessive buffering in the fileinput module.
Serhiy Storchaka committed
January 16, 2016
M
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
Martin Panter committed
January 2, 2016
R
#22709: Use stdin as-is if it does not have a buffer attribute.
R David Murray committed
November 1, 2015
S
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka committed
May 14, 2014
S
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka committed
March 3, 2014
S
Correct comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka committed
S
Correct comments and improve failure reports in test_fileinput (closes #20501).
Serhiy Storchaka committed
February 26, 2014
S
Added tests for issue #20501.
Serhiy Storchaka committed
S
Added tests for issue #20501.
Serhiy Storchaka committed
November 24, 2013
S
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka committed
June 13, 2013
B
Update various test modules to use unittest.main() for test discovery
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
November 7, 2011
F
fileinput: replace this last occurence of codecs.open with builtins.open.
Florent Xicluna committed
May 14, 2011
E
Skip test in test_fileinput when zlib is missing.
Ezio Melotti committed
March 18, 2011
B
Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.
briancurtin committed
March 15, 2011
B
Move off of assertEquals() and over to assertEqual().
Brett Cannon committed
B
Adjust test names to be more descriptive instead of depending on capitalization.
briancurtin committed
B
import style nits
Benjamin Peterson committed
B
Fix #11509. Significantly increase test coverage for fileinput.
briancurtin committed
July 31, 2010
G
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl committed
June 30, 2009
B
convert old fail* assertions to assert*
Benjamin Peterson committed
May 20, 2008
B
#2621 rename test.test_support to test.support
Benjamin Peterson committed
March 24, 2008
N
Ensure cleanup does not reference variables that don't yet exist.
Neal Norwitz committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
August 27, 2007
G
More changes needed to make things work once bytes and str are truly divorced.
Guido van Rossum committed
August 9, 2007
G
SF patch# 1770008 by Christian Heimes (plus some extras).
Guido van Rossum committed
June 18, 2007
G
Fix a buch of shallow test failures.
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed