COMMITS
/ Lib/fileinput.py 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
April 10, 2020
E
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith 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
June 2, 2019
M
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)
Michele Angrisano 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
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
March 8, 2016
S
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka committed
S
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka committed
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
S
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
May 14, 2014
S
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka committed
November 24, 2013
S
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka committed
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
June 28, 2013
T
Merge with 3.3
Terry Jan Reedy committed
T
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 18, 2012
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
November 7, 2011
F
fileinput: replace this last occurence of codecs.open with builtins.open.
Florent Xicluna committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
July 31, 2010
G
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl committed
May 17, 2009
G
Use PEP 8 and true booleans.
Georg Brandl committed
October 29, 2007
G
Patch 1341 by Amaury Forgeot d'Arc.
Guido van Rossum committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
August 30, 2007
C
Raise statement normalization in Lib/.
Collin Winter committed
August 16, 2007
S
Remove RISCOS support
Skip Montanaro committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
February 19, 2006
T
Whitespace normalization.
Tim Peters committed
G
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl committed
G
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl committed
G
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl committed