Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | correctly handle invalid operations on streams (like writing on a ↵ | Benjamin Peterson | 2009-05-14 | 1 | -1/+6 | |
| | | | | non-writable one) | |||||
* | Issue #5006: Better handling of unicode byte-order marks (BOM) in the io ↵ | Antoine Pitrou | 2009-05-14 | 1 | -22/+104 | |
| | | | | | | | | library. This means, for example, that opening an UTF-16 text file in append mode doesn't add a BOM at the end of the file if the file isn't empty. | |||||
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 1 | -4/+47 | |
| | ||||||
* | use NULL for the ends of tables | Benjamin Peterson | 2009-04-19 | 1 | -4/+4 | |
| | ||||||
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 1 | -0/+2420 | |
Reviewed by: Antoine Pitrou |