1. cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
  2. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
  3. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  4. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 19 years ago
  5. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 19 years ago
  6. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  7. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 19 years ago
  8. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 19 years ago
  9. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 20 years ago
  10. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 20 years ago
  11. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 21 years ago
  12. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 21 years ago
  13. 3c668c1 Add next and __iter__ to the list of file methods that should raise by Guido van Rossum · 22 years ago
  14. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  15. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  16. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 22 years ago
  17. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 22 years ago
  18. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 23 years ago
  19. 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 23 years ago
  20. 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 23 years ago
  21. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 24 years ago
  22. 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 24 years ago
  23. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago