Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | officially deprecated max_buffer_size | Benjamin Peterson | 2009-03-26 | 1 | -7/+14 |
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 1 | -0/+4 |
* | hack StringIO's repr, so it doesn't give an encoding | Benjamin Peterson | 2009-03-09 | 1 | -0/+5 |
* | give TextIOWrapper a repr that tells you the encoding | Benjamin Peterson | 2009-03-09 | 1 | -0/+3 |
* | remove usage of the deprecated max_buffer_size | Benjamin Peterson | 2009-03-05 | 1 | -8/+5 |
* | rather pointless XXX | Benjamin Peterson | 2009-03-05 | 1 | -2/+0 |
* | fix #4862 in _pyio: reset the decoder on seek(0) | Benjamin Peterson | 2009-03-05 | 1 | -1/+3 |
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -0/+1831 |