| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|