COMMITS
/ Lib/fileinput.py 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
G
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl committed
January 8, 2003
J
Test that chmod() actually exists before calling it (it doesn't on MacOS9).
Jack Jansen committed
August 14, 2002
S
tightening up a few except: clauses
Skip Montanaro committed
June 6, 2002
W
Replace obsolete stat module constants with
Walter Dörwald committed
May 23, 2002
T
Whitespace normalization.
Tim Peters committed
May 15, 2002
R
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger committed
April 16, 2002
T
Whitespace normalization.
Tim Peters committed
April 7, 2002
G
Partial introduction of bools where appropriate.
Guido van Rossum committed
March 26, 2002
N
Implement iterator protocol.
Neil Schemenauer committed
October 24, 2001
G
SF patch #474590 -- RISC OS support
Guido van Rossum committed
January 20, 2001
S
more __all__ updates
Skip Montanaro committed
January 5, 2001
G
Speed it up by using readlines(sizehint). It's still slower than
Guido van Rossum committed
April 10, 2000
G
Implement suggestion from Lawrence Kesteloot in PR#280, to change the
Guido van Rossum committed
October 18, 1999
G
Fix for PR#111: when using the inplace option, give the new file the
Guido van Rossum committed
July 20, 1998
G
Add missing initializer for self._backupfilename. Due to Ralph Butler.
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed