summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* (partially)Florent Xicluna2010-04-021-1/+0
* Merged revisions 79030-79032 via svnmerge fromFlorent Xicluna2010-03-171-14/+4
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-2/+1
* Merged revisions 77890 via svnmerge fromAntoine Pitrou2010-01-311-3/+17
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-16/+16
* Merged revisions 76805 via svnmerge fromBenjamin Peterson2009-12-131-4/+32
* Merged revisions 74581 via svnmerge fromAmaury Forgeot d'Arc2009-08-291-0/+21
* Merged revisions 74336 via svnmerge fromAntoine Pitrou2009-08-061-0/+20
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-13/+13
* Merged revisions 73461 via svnmerge fromHirokazu Yamamoto2009-06-181-18/+18
* give the C implementation of TextIOWrapper the errors property #6217Benjamin Peterson2009-06-061-0/+6
* Issue #5761: Add the name of the underlying file to the repr() of various IO ...Antoine Pitrou2009-05-231-1/+19
* correctly handle invalid operations on streams (like writing on a non-writabl...Benjamin Peterson2009-05-141-0/+13
* Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...Antoine Pitrou2009-05-141-0/+31
* implement a detach() method for BufferedIOBase and TextIOBase #5883Benjamin Peterson2009-05-011-0/+31
* fix test__all__Benjamin Peterson2009-04-291-1/+1
* these tests must call gc_collect() for non-refcounting gcsBenjamin Peterson2009-04-241-4/+10
* make sure to close filesBenjamin Peterson2009-04-241-53/+43
* readline() args must be an int #3521Benjamin Peterson2009-04-241-1/+4
* Fix use of test skipping API.Antoine Pitrou2009-04-191-3/+3
* Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.Antoine Pitrou2009-04-191-6/+97
* use the more offical skipping apiBenjamin Peterson2009-04-181-3/+3
* Merged revisions 71014 via svnmerge fromBenjamin Peterson2009-04-021-4/+4
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+7
* Plug another leak, and finally add a test for #1174606 (read() from /dev/zero).Antoine Pitrou2009-03-291-0/+16
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-261-2/+24
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-0/+6
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-061-0/+13
* renameBenjamin Peterson2009-03-051-3/+3
* fix #4862 in _pyio: reset the decoder on seek(0)Benjamin Peterson2009-03-051-0/+2
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-404/+1114
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-111-0/+1
* Merged revisions 68835 via svnmerge fromAntoine Pitrou2009-01-211-0/+11
* Make test_io fasterAntoine Pitrou2009-01-171-1/+5
* Issue #4604: Some objects of the I/O library could still be used afterAntoine Pitrou2009-01-091-0/+39
* Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.Antoine Pitrou2009-01-031-1/+1
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-271-1/+2
* Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...Antoine Pitrou2008-12-141-40/+72
* make FileIO.mode always include 'b'Benjamin Peterson2008-11-221-7/+7
* Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc.Barry Warsaw2008-11-201-0/+31
* Merged revisions 67089,67091,67101 via svnmerge fromBenjamin Peterson2008-11-051-0/+1
* Fixed issue #4233.Christian Heimes2008-11-051-9/+23
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+1
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+7
* Merged revisions 65686 via svnmerge fromAntoine Pitrou2008-08-141-1/+78
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-35/+35
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-061-3/+5
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-4/+4
* Merged revisions 62090-62091,62096,62100,62102,62110-62114 via svnmerge fromBenjamin Peterson2008-04-021-12/+19
* Always try to delete the data file before and after the test.Neal Norwitz2008-03-241-0/+4