summaryrefslogtreecommitdiffstats
path: root/Lib/_pyio.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_memoryio under WindowsAntoine Pitrou2009-04-041-0/+4
* add SEEK_ constants to _pyioBenjamin Peterson2009-04-021-0/+1
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+1
* officially deprecated max_buffer_sizeBenjamin Peterson2009-03-261-7/+14
* stringio doesn't have an encodingBenjamin Peterson2009-03-211-0/+4
* hack StringIO's repr, so it doesn't give an encodingBenjamin Peterson2009-03-091-0/+5
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-0/+3
* remove usage of the deprecated max_buffer_sizeBenjamin Peterson2009-03-051-8/+5
* rather pointless XXXBenjamin Peterson2009-03-051-2/+0
* fix #4862 in _pyio: reset the decoder on seek(0)Benjamin Peterson2009-03-051-1/+3
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+1831