61 Commits (cd0cb8ccd376186f08fd3ee2be0085f45f66b3d3)

Author SHA1 Message Date
Zachary Ware 9fe6d86709 Issue 19572: More silently skipped tests explicitly skipped. 13 years ago
Antoine Pitrou e93b63b74b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. 13 years ago
Ned Deily aa1e1a2755 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. 14 years ago
Serhiy Storchaka 74f49ab28b Issue #15989: Fix several occurrences of integer overflow 14 years ago
Serhiy Storchaka 441d30fac7 Issue #15989: Fix several occurrences of integer overflow 14 years ago
Serhiy Storchaka 7898043868 Issue #15989: Fix several occurrences of integer overflow 14 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 14 years ago
Andrew Svetlov 3438fa496d Get rig of EnvironmentError (#16705) 14 years ago
Antoine Pitrou 131a489903 Add tests for the writelines() method of file objects. 14 years ago
Antoine Pitrou 78e761eafe Add tests for the writelines() method of file objects. 14 years ago
Antoine Pitrou 9235b254dc Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
Antoine Pitrou c2ec992698 Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory. 14 years ago
Hynek Schlawack 9ed8b4e4ca #10053: Don't close FDs when FileIO.__init__ fails 14 years ago
Hynek Schlawack 9bd4bf2a3d #10053: Don't close FDs when FileIO.__init__ fails 14 years ago
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 15 years ago
Eli Bendersky 74c503b40d use io.SEEK_* constants instead of os.SEEK_* where an IO stream is seeked, leaving the os.SEEK_* constants only for os.lseek, as documented 15 years ago
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from 16 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 16 years ago
Ezio Melotti b3aedd4862 #9424: Replace deprecated assert* methods in the Python test suite. 16 years ago
Antoine Pitrou 594a046b88 Merged revisions 85982 via svnmerge from 16 years ago
Antoine Pitrou 735e3b195a Merged revisions 85982 via svnmerge from 16 years ago
Brian Curtin f62ae822d4 Merged revisions 86000 via svnmerge from 16 years ago
Brian Curtin 46805e9102 Merged revisions 86000 via svnmerge from 16 years ago
Brian Curtin 3ddcaafbbf Fix ResourceWarning about unclosed file 16 years ago
Antoine Pitrou 8d2b51b46a Issue #10253: FileIO leaks a file descriptor when trying to open a file 16 years ago
Antoine Pitrou e6ebcdaa54 Merged revisions 84506 via svnmerge from 16 years ago
Antoine Pitrou 0bb502dcac Merged revisions 84506 via svnmerge from 16 years ago
Antoine Pitrou 0049249d63 Issue #8734: Avoid crash in msvcrt.get_osfhandle() when an invalid file 16 years ago
Ezio Melotti f613f352d0 Merged revisions 78758 via svnmerge from 16 years ago
Antoine Pitrou 7c587bf53d Issue #8438: Remove reference to the missing "surrogateescape" encoding 16 years ago
Ezio Melotti c0fd6ffd4f Merged revisions 73824,78887,78895,78900,79024 via svnmerge from 17 years ago
Ezio Melotti 7fb4da7650 Merged revisions 79024 via svnmerge from 17 years ago
Ezio Melotti 187f93d986 Use "x in y" instead of y.find(x) != -1. 17 years ago
Georg Brandl 1b37e8728c Merged revisions 78093 via svnmerge from 17 years ago
Florent Xicluna b14930cd93 Only the parts which are relevant for 3.x branch. 17 years ago
Florent Xicluna 6de9e938a5 Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are 17 years ago
Georg Brandl a4f46e1292 Remove unused imports in test modules. 17 years ago
Antoine Pitrou 66f9fea782 Merged revisions 77895-77896 via svnmerge from 17 years ago
Antoine Pitrou 905a2ffe3e Merged revisions 77890 via svnmerge from 17 years ago
Antoine Pitrou f3fa074703 - Issue #6939: Fix file I/O objects in the `io` module to keep the original 17 years ago
Antoine Pitrou ca5a06aaa9 Issue #6939: Fix file I/O objects in the `io` module to keep the original 17 years ago
Benjamin Peterson 371c307e56 Merged revisions 77781-77782 via svnmerge from 17 years ago
Benjamin Peterson 255058fae3 don't accept bytes in FileIO.write #7785 17 years ago
Benjamin Peterson 6b59f77c43 Merged revisions 76806,76808 via svnmerge from 17 years ago
Benjamin Peterson bf5ff76597 Merged revisions 76805 via svnmerge from 17 years ago
Benjamin Peterson ddd392cbb9 accept None as the same as having passed no argument in file types #7349 17 years ago
Antoine Pitrou 6103ab1d0b Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0). 17 years ago
Georg Brandl ab91fdef1f Merged revisions 73715 via svnmerge from 17 years ago
Benjamin Peterson c9c0f201fe convert old fail* assertions to assert* 17 years ago
Benjamin Peterson 5c8da86f3a convert usage of fail* to assert* 17 years ago