summaryrefslogtreecommitdiff
path: root/Lib/fileinput.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15068: Avoid creating a reference loop in fileinput.Serhiy Storchaka2016-03-081-13/+15
* Issue #15068: Got rid of excessive buffering in the fileinput module.Serhiy Storchaka2016-03-081-81/+67
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-19/+23
* Issue #20501: fileinput module no longer reads whole file into memory when usingSerhiy Storchaka2014-02-261-2/+3
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-6/+5
* Remove a use of callable() in fileinput to silence a -3 warning.Brett Cannon2008-08-031-1/+1
* Whitespace normalization.Tim Peters2006-02-191-2/+2
* Patch #1215184: FileInput now can be given an opening hook which canGeorg Brandl2006-02-191-6/+36
* Patch #1212287: fileinput.input() now has a mode parameter forGeorg Brandl2006-02-191-10/+16
* Patch #1215184: fileinput now has a fileno() function for getting theGeorg Brandl2006-02-191-3/+21
* Patch #1337756: fileinput now accepts Unicode filenames.Georg Brandl2006-02-191-1/+1
* Test that chmod() actually exists before calling it (it doesn't on MacOS9).Jack Jansen2003-01-081-1/+2
* tightening up a few except: clausesSkip Montanaro2002-08-141-3/+3
* Replace obsolete stat module constants withWalter Dörwald2002-06-061-2/+2
* Whitespace normalization.Tim Peters2002-05-231-9/+9
* Added docstrings excerpted from Python Library Reference.Raymond Hettinger2002-05-151-0/+49
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-4/+4
* Implement iterator protocol.Neil Schemenauer2002-03-261-4/+13
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-1/+1
* more __all__ updatesSkip Montanaro2001-01-201-0/+3
* Speed it up by using readlines(sizehint). It's still slower thanGuido van Rossum2001-01-051-10/+39
* Implement suggestion from Lawrence Kesteloot in PR#280, to change theGuido van Rossum2000-04-101-6/+7
* Fix for PR#111: when using the inplace option, give the new file theGuido van Rossum1999-10-181-3/+15
* Add missing initializer for self._backupfilename. Due to Ralph Butler.Guido van Rossum1998-07-201-0/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-100/+100
* A new standard module, as discussed on comp.lang.python, to simplifyGuido van Rossum1997-11-211-0/+254