summaryrefslogtreecommitdiffstats
path: root/Modules/_textio.c
Commit message (Expand)AuthorAgeFilesLines
* Issue 5682: Move _io module into its own subdirectory.Alexandre Vassalotti2009-04-041-2420/+0
* fix TextIOWrapper.read() when the buffer is not readable #5628Benjamin Peterson2009-03-311-0/+5
* Issue #5592: make the encodefuncs symbol staticAntoine Pitrou2009-03-281-11/+11
* give TextIOWrapper a repr that tells you the encodingBenjamin Peterson2009-03-091-2/+10
* Remove double negativeAntoine Pitrou2009-03-061-1/+1
* Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...Antoine Pitrou2009-03-061-12/+30
* Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S...Antoine Pitrou2009-03-061-10/+10
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-041-0/+2389