index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
fileinput.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25788: fileinput.hook_encoded() now supports an "errors" argument
Serhiy Storchaka
2016-04-27
1
-2/+2
*
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka
2016-03-08
1
-13/+15
|
\
|
*
Issue #15068: Avoid creating a reference loop in fileinput.
Serhiy Storchaka
2016-03-08
1
-13/+15
*
|
Issue #15068: Got rid of excessive buffering in fileinput.
Serhiy Storchaka
2016-03-08
1
-90/+76
|
\
\
|
|
/
|
*
Issue #15068: Got rid of excessive buffering in the fileinput module.
Serhiy Storchaka
2016-03-08
1
-88/+73
*
|
Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues
Martin Panter
2016-01-16
1
-1/+2
|
/
*
#22709: Use stdin as-is if it does not have a buffer attribute.
R David Murray
2016-01-02
1
-1/+1
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-1/+4
|
\
|
*
Issue #25510: fileinput.FileInput.readline() now returns b'' instead of ''
Serhiy Storchaka
2015-11-01
1
-1/+4
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-21/+25
|
\
\
|
|
/
|
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-19/+23
|
/
*
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
Serhiy Storchaka
2014-05-14
1
-1/+4
*
Issue #15204: Silence and check the 'U' mode deprecation warnings in tests.
Serhiy Storchaka
2013-11-24
1
-1/+1
*
Issue #15204: Deprecated the 'U' mode in file-like objects.
Serhiy Storchaka
2013-11-23
1
-0/+4
*
Merge with 3.3
Terry Jan Reedy
2013-06-28
1
-7/+5
|
\
|
*
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
Terry Jan Reedy
2013-06-28
1
-7/+5
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-3/+3
*
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-2/+4
|
/
*
fileinput: replace this last occurence of codecs.open with builtins.open.
Florent Xicluna
2011-11-07
1
-2/+1
*
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna
2011-10-28
1
-4/+5
*
#1286: allow using fileinput.FileInput as context manager.
Georg Brandl
2010-07-31
1
-0/+6
*
Use PEP 8 and true booleans.
Georg Brandl
2009-05-17
1
-8/+9
*
Patch 1341 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-29
1
-3/+5
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
1
-1/+1
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-10/+10
*
Remove RISCOS support
Skip Montanaro
2007-08-16
1
-1/+1
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-2/+2
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-3/+3
*
Whitespace normalization.
Tim Peters
2006-02-19
1
-2/+2
*
Patch #1215184: FileInput now can be given an opening hook which can
Georg Brandl
2006-02-19
1
-6/+36
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
1
-10/+16
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
1
-3/+21
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
1
-1/+1
*
Test that chmod() actually exists before calling it (it doesn't on MacOS9).
Jack Jansen
2003-01-08
1
-1/+2
*
tightening up a few except: clauses
Skip Montanaro
2002-08-14
1
-3/+3
*
Replace obsolete stat module constants with
Walter Dörwald
2002-06-06
1
-2/+2
*
Whitespace normalization.
Tim Peters
2002-05-23
1
-9/+9
*
Added docstrings excerpted from Python Library Reference.
Raymond Hettinger
2002-05-15
1
-0/+49
*
Whitespace normalization.
Tim Peters
2002-04-16
1
-1/+1
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-4/+4
*
Implement iterator protocol.
Neil Schemenauer
2002-03-26
1
-4/+13
*
SF patch #474590 -- RISC OS support
Guido van Rossum
2001-10-24
1
-1/+1
*
more __all__ updates
Skip Montanaro
2001-01-20
1
-0/+3
*
Speed it up by using readlines(sizehint). It's still slower than
Guido van Rossum
2001-01-05
1
-10/+39
*
Implement suggestion from Lawrence Kesteloot in PR#280, to change the
Guido van Rossum
2000-04-10
1
-6/+7
*
Fix for PR#111: when using the inplace option, give the new file the
Guido van Rossum
1999-10-18
1
-3/+15
*
Add missing initializer for self._backupfilename. Due to Ralph Butler.
Guido van Rossum
1998-07-20
1
-0/+1
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-100/+100
*
A new standard module, as discussed on comp.lang.python, to simplify
Guido van Rossum
1997-11-21
1
-0/+254