1. c7797dc Issue #19543: Emit deprecation warning for known non-text encodings. by Serhiy Storchaka · 10 years ago
  2. fd48a56 Correct and improve comments in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  3. 68b8a94 Issue #20501: fileinput module no longer reads whole file into memory when using by Serhiy Storchaka · 11 years ago
  4. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  5. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  6. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  7. bf61856 Convert test_fileinput to use unittest. by Collin Winter · 18 years ago
  8. 2c85d82 Try to handle sys.getfilesystemencoding() returning None. by Neal Norwitz · 19 years ago
  9. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 19 years ago
  10. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  11. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  12. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  13. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
  14. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  15. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 24 years ago