1. 5eb3591 Adjust test names to be more descriptive instead of depending on capitalization. by briancurtin · 13 years ago
  2. eb46288 import style nits by Benjamin Peterson · 13 years ago
  3. 906f0c4 Fix #11509. Significantly increase test coverage for fileinput. by briancurtin · 13 years ago
  4. 6cb7b65 #1286: allow using fileinput.FileInput as context manager. by Georg Brandl · 14 years ago
  5. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  6. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  7. 2595e76 Ensure cleanup does not reference variables that don't yet exist. by Neal Norwitz · 16 years ago
  8. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  9. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  10. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  11. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  12. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  13. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  14. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  15. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  16. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  17. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  18. 4d7cad1 Repair new test failures on Windows due to by Tim Peters · 18 years ago
  19. c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 18 years ago
  20. c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 18 years ago
  21. 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 18 years ago
  22. e466217 Patch #1337756: fileinput now accepts Unicode filenames. by Georg Brandl · 18 years ago
  23. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  24. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 23 years ago