COMMITS
/ Doc/library/fileinput.rst June 12, 2024
S
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
May 2, 2022
M
bpo-46586: Fix more erroneous doc links to builtins (#31429)
Meer Suri committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
September 9, 2021
J
Fix small mistake in fileinput documentation (GH-28241)
Jean-Abou-Samra 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
May 21, 2021
M
Remove duplicate words in docs. (GH-26167)
Mariusz Felisiak committed
April 14, 2021
I
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki 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
November 12, 2019
S
bpo-38738: Fix formatting of True and False. (GH-17083)
Serhiy Storchaka 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
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
August 11, 2018
B
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag committed
June 11, 2016
T
Merge Issue #22558.
Terry Jan Reedy committed
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 27, 2016
S
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka committed
S
fileinput.hook_encoded() uses builtin open(), not codecs.open().
Serhiy Storchaka committed
S
fileinput.hook_encoded() uses builtin open(), not codecs.open().
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
November 23, 2013
S
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
October 12, 2011
A
This shameful limitation of the fileinput module is not relevant anymore.
Antoine Pitrou committed
A
Fix some mentions of IOError
Antoine Pitrou committed
January 10, 2011
R
Separate source link from main text.
Raymond Hettinger committed
R
Move source links to consistent location and remove wordy, big yellow boxes.
Raymond Hettinger committed
November 16, 2010
É
Provide links to Python source where the code is short, readable and
Éric Araujo committed
September 5, 2010
R
Clean-up example of using fileinput as a context manager.
Raymond Hettinger committed
July 31, 2010
G
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl committed
May 17, 2009
G
Remove surplus empty lines and convert more files to new optional arg style.
Georg Brandl committed
April 27, 2009
G
Merged revisions 72009 via svnmerge from
Georg Brandl committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
September 19, 2007
T
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters committed
September 7, 2007
G
Continue going through the language reference, bringing it up-to-date.
Georg Brandl committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 17, 2007
G
Manually patched a few things that didn't get merged in, but should.
Guido van Rossum committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed