summaryrefslogtreecommitdiffstats
path: root/Modules/_textio.c
Commit message (Expand)AuthorAgeFilesLines
* 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