1. 84a13fb bpo-9372: Deprecate several __getitem__ methods (GH-8609) by Berker Peksag · 6 years ago
  2. 4da945f Merge Issue #22558. by Terry Jan Reedy · 8 years ago
  3. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  4. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 8 years ago
  5. 258a5d4 fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  6. a87e6ba fileinput.hook_encoded() uses builtin open(), not codecs.open(). by Serhiy Storchaka · 8 years ago
  7. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 8 years ago
  8. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 8 years ago
  9. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  10. bfdcd43 Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 11 years ago
  11. 1e4fe70 This shameful limitation of the fileinput module is not relevant anymore. by Antoine Pitrou · 13 years ago
  12. 4272d6a Fix some mentions of IOError by Antoine Pitrou · 13 years ago
  13. 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
  14. 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
  15. 6e6cb8e Provide links to Python source where the code is short, readable and by Éric Araujo · 14 years ago
  16. 7fefaff Clean-up example of using fileinput as a context manager. by Raymond Hettinger · 14 years ago
  17. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 14 years ago
  18. 71515ca Remove surplus empty lines and convert more files to new optional arg style. by Georg Brandl · 15 years ago
  19. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  20. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  21. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  22. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  23. 96593ed Continue going through the language reference, bringing it up-to-date. by Georg Brandl · 17 years ago
  24. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  25. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  26. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago