1. fd4c872 issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid. by Kristján Valur Jónsson · 17 years ago
  2. fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
  3. f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 17 years ago
  4. 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be by Jeffrey Yasskin · 17 years ago
  5. 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 17 years ago
  6. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  7. aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
  8. ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 17 years ago
  9. e7ec81f Test file.__exit__. by Georg Brandl · 19 years ago
  10. c9778a8 Fix grammar and reflow by Neal Norwitz · 19 years ago
  11. 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 19 years ago
  12. dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 19 years ago
  13. 520d8dd Whitespace normalization. by Tim Peters · 19 years ago
  14. 442b49e Convert test_file to unittest. by Georg Brandl · 19 years ago
  15. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 19 years ago
  16. 9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things by Neal Norwitz · 19 years ago
  17. cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
  18. c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
  19. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 20 years ago
  20. ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 20 years ago
  21. a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 20 years ago
  22. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
  23. bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 20 years ago
  24. b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 20 years ago
  25. cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
  26. 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
  27. f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 22 years ago
  28. 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 22 years ago
  29. 3c668c1 Add next and __iter__ to the list of file methods that should raise by Guido van Rossum · 23 years ago
  30. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  31. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
  32. b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 23 years ago
  33. 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
  34. 653d85f SF Patch #494867 test file methods by Neal Norwitz · 24 years ago
  35. 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 24 years ago
  36. 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 24 years ago
  37. 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
  38. 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 25 years ago
  39. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 25 years ago