1. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
  2. a011e2b fileinput: replace this last occurence of codecs.open with builtins.open. by Florent Xicluna · 14 years ago
  3. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
  4. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 15 years ago
  5. ef0a865 Use PEP 8 and true booleans. by Georg Brandl · 17 years ago
  6. 6203d8f Patch 1341 by Amaury Forgeot d'Arc. by Guido van Rossum · 18 years ago
  7. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 18 years ago
  8. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 18 years ago
  9. 7a98be2 Remove RISCOS support by Skip Montanaro · 18 years ago
  10. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 19 years ago
  11. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 19 years ago
  12. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 19 years ago
  13. 200a580 Whitespace normalization. by Tim Peters · 20 years ago
  14. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 20 years ago
  15. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 20 years ago
  16. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 20 years ago
  17. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 20 years ago
  18. 52941a8 Test that chmod() actually exists before calling it (it doesn't on MacOS9). by Jack Jansen · 23 years ago
  19. cffac66 tightening up a few except: clauses see bug 411881 by Skip Montanaro · 23 years ago
  20. 294bbf3 Replace obsolete stat module constants with by Walter Dörwald · 24 years ago
  21. 8ac1495 Whitespace normalization. by Tim Peters · 24 years ago
  22. d1fa3db Added docstrings excerpted from Python Library Reference. Closes patch 556161. by Raymond Hettinger · 24 years ago
  23. 863ac44 Whitespace normalization. by Tim Peters · 24 years ago
  24. 8ca162f Partial introduction of bools where appropriate. by Guido van Rossum · 24 years ago
  25. 908632a Implement iterator protocol. by Neil Schemenauer · 24 years ago
  26. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  27. eccd02a more __all__ updates by Skip Montanaro · 25 years ago
  28. 4795524 Speed it up by using readlines(sizehint). It's still slower than by Guido van Rossum · 25 years ago
  29. 2516b39 Implement suggestion from Lawrence Kesteloot in PR#280, to change the by Guido van Rossum · 26 years ago
  30. dcb8583 Fix for PR#111: when using the inplace option, give the new file the by Guido van Rossum · 26 years ago
  31. 0aec9fb Add missing initializer for self._backupfilename. Due to Ralph Butler. by Guido van Rossum · 27 years ago
  32. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 28 years ago
  33. 7d5b99d A new standard module, as discussed on comp.lang.python, to simplify by Guido van Rossum · 28 years ago