1. a8abe86 http://bugs.python.org/issue5544 by Kristján Valur Jónsson · 16 years ago
  2. 0ae29cf The error detection code in FileIO.close() could fail to reflect the `errno` value, and report it as -1 instead. by Antoine Pitrou · 16 years ago
  3. 7fb111b Fix failures introduced by buggy merge (1) by Antoine Pitrou · 16 years ago
  4. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
  5. 7522c74 Merged revisions 68779 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 806d402 Merged revisions 68755 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 1efc23c Merged revisions 68016 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 44309e6 make FileIO.mode always include 'b' by Benjamin Peterson · 16 years ago
  9. 65676e4 Merged revisions 67089,67091,67101 via svnmerge from by Benjamin Peterson · 16 years ago
  10. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 16 years ago
  11. 6e0e0e6 Merged revisions 66018 via svnmerge from by Neal Norwitz · 16 years ago
  12. 94fe10f it seems that /dev/tty is seekable on Solaris, too by Benjamin Peterson · 16 years ago
  13. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  14. 53dbe39 Move UserList to collections. by Raymond Hettinger · 17 years ago
  15. 50da60c The final occurrences of exception slicing. by Georg Brandl · 17 years ago
  16. caf871a Fix a failing test on FreeBSD: ttys are seekable in FreeBSD, too. by Hye-Shik Chang · 17 years ago
  17. b0f48ab Skip testing the special file "/dev/tty" on Windows. This test does by Thomas Heller · 17 years ago
  18. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  19. a45ea58 Make test_fileio.py work. by Guido van Rossum · 17 years ago
  20. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  21. 5205653 Merged revisions 55184-55224 via svnmerge from by Guido van Rossum · 17 years ago
  22. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
  23. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  24. 6ef6306 Oops, don't test for a name attribute here. That's a higher-level feature. by Guido van Rossum · 18 years ago
  25. 13633bb Support name and mode attributes on all file types. by Guido van Rossum · 18 years ago
  26. 682faf8 Fix most XXX remarks. by Guido van Rossum · 18 years ago
  27. 31c3a57 Test closed, mode attribute; don't test __exit__(). by Guido van Rossum · 18 years ago
  28. de3bc7c Fix embarrassing syntax mix. by Guido van Rossum · 18 years ago
  29. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 18 years ago