summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed parent class initChristian Heimes2008-03-231-1/+1
* Added a longish test case to stress seek/tell with a stateful decoder.Ka-Ping Yee2008-03-201-10/+20
* Revert r61508: it caused test_mailbox to fail on all platforms.Neal Norwitz2008-03-181-33/+5
* In TextIOWrapper:Ka-Ping Yee2008-03-181-5/+33
* Make TextIOWrapper's seek/tell work properly with stateful decoders;Ka-Ping Yee2008-03-181-0/+171
* Patch from jbalogh fixes issue #2282 (misnamed seekable() method).Ka-Ping Yee2008-03-171-0/+6
* Fix issue1753: TextIOWrapper.write writes utf BOM for every string.Alexandre Vassalotti2008-01-071-0/+18
* Add unit tests for the newlines property of IncrementalNewlineDecoder.Alexandre Vassalotti2008-01-061-0/+16
* Fix the rest of issue 1400, by introducing a proper implementation ofGuido van Rossum2007-12-061-2/+15
* You are right, Guido. The newline argument is easier to use.Christian Heimes2007-12-051-4/+4
* Fixed line separator problem on WindowsChristian Heimes2007-12-051-2/+2
* Add an errors parameter to open() and TextIOWrapper() to specify error handling.Guido van Rossum2007-12-031-0/+40
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-4/+4
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-191-8/+120
* Fixed bug #1081: file.seek allows float argumentsChristian Heimes2007-11-081-0/+4
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-4/+5
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-0/+3
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-1/+1
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+1
* Changes to io.py and socket.py by Christian Heimes.Guido van Rossum2007-08-271-1/+16
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-1/+3