Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move to a naming scheme with all lowercase and underscores | Benjamin Peterson | 2009-06-12 | 1 | -172/+169 |
* | stop throwing out all errors when PyObject_GetAttr fails | Benjamin Peterson | 2009-06-06 | 1 | -6/+19 |
* | give the C implementation of TextIOWrapper the errors property #6217 | Benjamin Peterson | 2009-06-06 | 1 | -0/+21 |
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 1 | -2/+19 |
* | correctly handle invalid operations on streams (like writing on a non-writabl... | Benjamin Peterson | 2009-05-14 | 1 | -1/+6 |
* | Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr... | Antoine Pitrou | 2009-05-14 | 1 | -22/+104 |
* | 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 |