- 6f036bb [2.7] bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) (#8225) by Tal Einat · 7 years ago
- 2399915 [2.7] bpo-33751: Fix test_file. (GH-7378) (GH-7445) by Serhiy Storchaka · 7 years ago
- ea4d287 Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 10 years ago
- 7b26a5a properly explicitly close file (#21128) by Benjamin Peterson · 11 years ago
- e21b6ae #14853: remove test that was making too many assumptions about stdin. Patch by Elena Oat. by Ezio Melotti · 12 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- 187f93d Use "x in y" instead of y.find(x) != -1. by Ezio Melotti · 15 years ago
- a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
- dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
- ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
- 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
- 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
- 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
- fe231b0 #4764 set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 17 years ago
- f205c13 As a result of a regression that snuck into 2.5.3 add a test case that by Skip Montanaro · 17 years ago
- 2d873bd Issue 4597: Fix several cases in EvalFrameEx where an exception could be 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