- 2483728 Merged revisions 77989 via svnmerge from by Antoine Pitrou · 16 years ago
- 47fe981 Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from by Georg Brandl · 17 years ago
- 6a00c74 Merged revisions 67908 via svnmerge from by Skip Montanaro · 17 years ago
- 6961498 Merged revisions 67666,67685 via svnmerge from by Jeffrey Yasskin · 17 years ago
- 17617a0 #3965: on Windows, open() crashes if the filename or the mode is invalid, by Amaury Forgeot d'Arc · 17 years ago
- bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
- aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
- ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 17 years ago
- e7ec81f Test file.__exit__. by Georg Brandl · 19 years ago
- c9778a8 Fix grammar and reflow by Neal Norwitz · 19 years ago
- 0556e9b testUnicodeOpen(): I have no idea why, but making this by Tim Peters · 19 years ago
- dbb82f6 AutoFileTests.tearDown(): Removed mysterious undocumented by Tim Peters · 19 years ago
- 520d8dd Whitespace normalization. by Tim Peters · 19 years ago
- 442b49e Convert test_file to unittest. by Georg Brandl · 19 years ago
- 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 19 years ago
- 9cdfa4c Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things by Neal Norwitz · 19 years ago
- cffcfed New test code failed to close the file. This caused by Tim Peters · 19 years ago
- c45251a SF patch #1397960: When mixing file-iteration and by Thomas Wouters · 19 years ago
- a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 20 years ago
- ec77645 mwh spotted a copied error message, make it unique (and correct) by Neal Norwitz · 20 years ago
- a6fc397 Fix SF #1373161, r41552 broke test_file on OS X by Neal Norwitz · 20 years ago
- fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
- bbf12ba Disallow opening files with modes 'aU' or 'wU' as specified by PEP by Skip Montanaro · 20 years ago
- b180c06 Fix tests dependent on the exception raised by non-settable descriptors. by Barry Warsaw · 20 years ago
- cb87bc8 Add weakref support to array.array and file objects. by Raymond Hettinger · 21 years ago
- 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
- f1827cf SF bug 801631: file.truncate fault on windows. by Tim Peters · 22 years ago
- 015dd82 Somewhere along the way, the softspace attr of file objects became read- by Tim Peters · 22 years ago
- 3c668c1 Add next and __iter__ to the list of file methods that should raise by Guido van Rossum · 23 years ago
- 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
- f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 23 years ago
- b1295da There is no TestError, use TestFailed appropriately by Neal Norwitz · 23 years ago
- 62f5a9d Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. by Neal Norwitz · 23 years ago
- 653d85f SF Patch #494867 test file methods by Neal Norwitz · 24 years ago
- 734c7fb Fiddle with new test cases -- verify that we get a sensible error by Jeremy Hylton · 24 years ago
- 41c8321 Fix SF buf #476953: Bad more for opening file gives bad msg. by Jeremy Hylton · 24 years ago
- 3661908 This patch removes all uses of "assert" in the regression test suite by Marc-André Lemburg · 25 years ago
- 2ec80fa Clean up the temporary file when done with it. by Fred Drake · 25 years ago
- fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 25 years ago