index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
fileinput.py
Commit message (
Expand
)
Author
Age
*
Use bool in fileinput.input() docstring and tests for the inplace argument (G...
Ville Skyttä
2024-01-27
*
gh-101961 fileinput.hookcompressed should not set the encoding value for the ...
Gihwan Kim
2023-02-21
*
gh-93157: Fix fileinput didn't support `errors` in `inplace` mode (GH-95128)
Inada Naoki
2022-07-24
*
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
Hugo van Kemenade
2021-09-08
*
bpo-37330: open() no longer accept 'U' in file mode (GH-28118)
Victor Stinner
2021-09-02
*
bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648)
Inada Naoki
2021-04-27
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
*
bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422)
Ethan Smith
2020-04-09
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
*
bpo-37330: open() no longer accept 'U' in file mode (GH-16959)
Victor Stinner
2019-10-28
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Michele Angrisano
2019-06-02
*
bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)
Matthias Bussonnier
2019-05-20
*
bpo-1613500: Don't hardcode output file mode in fileinput.FileInput (GH-12986)
Berker Peksag
2019-04-29
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
*
bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208)
Zhiming Wang
2017-09-04
*
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
Roy Williams
2017-05-22
*
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka
2016-04-27
*
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka
2016-03-08
|
\
|
*
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka
2016-03-08
*
|
Issue #15068: Got rid of excessive buffering in fileinput.
Serhiy Storchaka
2016-03-08
|
\
|
|
*
Issue #15068: Got rid of excessive buffering in the fileinput module.
Serhiy Storchaka
2016-03-08
*
|
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
Martin Panter
2016-01-16
|
/
*
#22709: Use stdin as-is if it does not have a buffer attribute.
R David Murray
2016-01-02
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
|
\
|
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
|
\
|
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
|
/
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
*
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
*
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
*
Merge with 3.3
Terry Jan Reedy
2013-06-28
|
\
|
*
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
*
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
|
/
*
fileinput: replace this last occurence of codecs.open with builtins.open.
Florent Xicluna
2011-11-07
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
*
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl
2010-07-31
*
Use PEP 8 and true booleans.
Georg Brandl
2009-05-17
*
Patch 1341 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-29
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
*
Remove RISCOS support
Skip Montanaro
2007-08-16
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
*
Whitespace normalization.
Tim Peters
2006-02-19
*
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl
2006-02-19
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
[next]