1. 06de1ae bpo-31281: Fix pathlib.Path incompatibility in fileinput (gh-3208) by Zhiming Wang · 8 years ago
  2. 002665a bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732) by Roy Williams · 8 years ago
  3. b275210 Issue #25788: fileinput.hook_encoded() now supports an "errors" argument by Serhiy Storchaka · 9 years ago
  4. 597d15a Issue #23277: Remove unused support.run_unittest import. by Serhiy Storchaka · 9 years ago
  5. 674e2d0 Issue #15068: Got rid of excessive buffering in fileinput. by Serhiy Storchaka · 9 years ago
  6. cc2dbc5 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  7. 7978e10 Issue #23883: Missing fileinput.__all__ APIs; patch by Mauro SM Rodrigues by Martin Panter · 10 years ago
  8. 830207e #22709: Use stdin as-is if it does not have a buffer attribute. by R David Murray · 10 years ago
  9. 314464d Issue #25510: fileinput.FileInput.readline() now returns b'' instead of '' by Serhiy Storchaka · 10 years ago
  10. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 11 years ago
  11. cd9028c Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  12. 682ea5f Correct comments and improve failure reports in test_fileinput (closes #20501). by Serhiy Storchaka · 11 years ago
  13. 517b747 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  14. 9fff849 Added tests for issue #20501. by Serhiy Storchaka · 11 years ago
  15. 2480c2e Issue #15204: Silence and check the 'U' mode deprecation warnings in tests. by Serhiy Storchaka · 12 years ago
  16. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 12 years ago
  17. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 13 years ago
  18. a011e2b fileinput: replace this last occurence of codecs.open with builtins.open. by Florent Xicluna · 14 years ago
  19. c3afbb9 Skip test in test_fileinput when zlib is missing. by Ezio Melotti · 14 years ago
  20. f84f3c3 Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake. by briancurtin · 14 years ago
  21. d47af53 Move off of assertEquals() and over to assertEqual(). by Brett Cannon · 14 years ago
  22. 5eb3591 Adjust test names to be more descriptive instead of depending on capitalization. by briancurtin · 14 years ago
  23. eb46288 import style nits by Benjamin Peterson · 14 years ago
  24. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 14 years ago
  25. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 15 years ago
  26. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  27. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  28. 2595e76 Ensure cleanup does not reference variables that don't yet exist. by Neal Norwitz · 17 years ago
  29. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  30. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 18 years ago
  31. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 18 years ago
  32. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 18 years ago
  33. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  34. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  35. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 18 years ago
  36. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 18 years ago
  37. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  38. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  39. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 19 years ago
  40. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
  41. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
  42. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
  43. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 19 years ago
  44. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  45. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 24 years ago