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