aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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