summaryrefslogtreecommitdiff
path: root/Doc/library/fileinput.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Michele Angrisano2019-06-021-2/+3
* bpo-36952: Remove the bufsize parameter in fileinput.input(). (GH-13400)Matthias Bussonnier2019-05-201-7/+10
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-2/+2
* bpo-9372: Deprecate several __getitem__ methods (GH-8609)Berker Peksag2018-08-111-0/+3
* Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+1
|\
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+1
* | Issue #25788: fileinput.hook_encoded() now supports an "errors" argumentSerhiy Storchaka2016-04-271-3/+7
* | fileinput.hook_encoded() uses builtin open(), not codecs.open().Serhiy Storchaka2016-04-271-1/+1
|\ \ | |/
| * fileinput.hook_encoded() uses builtin open(), not codecs.open().Serhiy Storchaka2016-04-271-1/+1
* | Issue #15068: Got rid of excessive buffering in fileinput.Serhiy Storchaka2016-03-081-1/+6
|\ \ | |/
| * Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-081-1/+7
|/
* Issue #15204: Deprecated the 'U' mode in file-like objects.Serhiy Storchaka2013-11-231-0/+3
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-5/+6
* This shameful limitation of the fileinput module is not relevant anymore.Antoine Pitrou2011-10-121-4/+0
* Fix some mentions of IOErrorAntoine Pitrou2011-10-121-1/+4
* Separate source link from main text.Raymond Hettinger2011-01-101-0/+2
* Move source links to consistent location and remove wordy, big yellow boxes.Raymond Hettinger2011-01-101-5/+1
* Provide links to Python source where the code is short, readable andÉric Araujo2010-11-161-0/+5
* Clean-up example of using fileinput as a context manager.Raymond Hettinger2010-09-051-2/+3
* #1286: allow using fileinput.FileInput as context manager.Georg Brandl2010-07-311-7/+27
* Remove surplus empty lines and convert more files to new optional arg style.Georg Brandl2009-05-171-2/+2
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+1
* Remove trailing whitespace.Georg Brandl2009-01-031-1/+1
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-6/+0
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-2/+3
* Continue going through the language reference, bringing it up-to-date.Georg Brandl2007-09-071-2/+2
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-10/+0
* Manually patched a few things that didn't get merged in, but should.Guido van Rossum2007-08-171-2/+4
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+183