1. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 13 years ago
  2. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  3. bf77554 iterators passed to writelines() can close their files; don't segfault #10125 by Benjamin Peterson · 15 years ago
  4. fa647ec Issue #9287: Minor fix in test_file2k.OtherFileTests.testOpenDir by Hirokazu Yamamoto · 15 years ago
  5. 3a68f91 StdoutTests.test_unicode(): avoid newlines to fix the test on windows by Victor Stinner · 15 years ago
  6. caafd77 Issue #4947: The write() method of sys.stdout and sys.stderr uses their by Victor Stinner · 15 years ago
  7. 83137c2 Issue #7079: Fix a possible crash when closing a file object while using by Antoine Pitrou · 15 years ago
  8. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  9. 187f93d Use "x in y" instead of y.find(x) != -1. by Ezio Melotti · 15 years ago
  10. d80b4bf #7092: silence some more py3k warnings. by Ezio Melotti · 15 years ago
  11. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 16 years ago
  12. bb445a1 Issue #5677: Explicitly forbid write operations on read-only file objects, by Antoine Pitrou · 16 years ago
  13. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  14. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  15. 0df2c73 Suppress transient refleaks in test_file2k. by Antoine Pitrou · 16 years ago
  16. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  17. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
  18. c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 16 years ago