| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80720 via svnmerge from | Antoine Pitrou | 2010-05-03 | 4 | -17/+24 |
|
|
* | Merged revisions 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | Merged revisions 77890 via svnmerge from | Antoine Pitrou | 2010-01-31 | 5 | -35/+55 |
|
|
* | don't accept bytes in FileIO.write #7785 | Benjamin Peterson | 2010-01-27 | 1 | -1/+1 |
|
|
* | #7417: add signature to open() docstring. | Georg Brandl | 2009-12-23 | 1 | -0/+3 |
|
|
* | Merged revisions 76896,76898 via svnmerge from | Antoine Pitrou | 2009-12-19 | 1 | -4/+14 |
|
|
* | Merged revisions 76807 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -1/+1 |
|
|
* | Merged revisions 76805 via svnmerge from | Benjamin Peterson | 2009-12-13 | 6 | -13/+35 |
|
|
* | Merged revisions 76502 via svnmerge from | Mark Dickinson | 2009-11-24 | 2 | -3/+21 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -3/+0 |
|
|
* | Merged revisions 76007 via svnmerge from | Antoine Pitrou | 2009-11-01 | 1 | -3/+5 |
|
|
* | Merged revisions 75939 via svnmerge from | Mark Dickinson | 2009-10-29 | 2 | -26/+9 |
|
|
* | Merged revisions 75909 via svnmerge from | Mark Dickinson | 2009-10-28 | 1 | -1/+1 |
|
|
* | Merged revisions 75905 via svnmerge from | Mark Dickinson | 2009-10-28 | 1 | -2/+2 |
|
|
* | Merged revisions 75879 via svnmerge from | Mark Dickinson | 2009-10-27 | 2 | -3/+14 |
|
|
* | Merged revisions 75728 via svnmerge from | Mark Dickinson | 2009-10-26 | 2 | -8/+14 |
|
|
* | Merged revisions 75258 via svnmerge from | Amaury Forgeot d'Arc | 2009-10-05 | 1 | -6/+7 |
|
|
* | Merged revisions 75007 via svnmerge from | Antoine Pitrou | 2009-09-21 | 2 | -7/+7 |
|
|
* | Merged revisions 74581 via svnmerge from | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -4/+9 |
|
|
* | Merged revisions 74336 via svnmerge from | Antoine Pitrou | 2009-08-06 | 1 | -0/+13 |
|
|
* | Issue 5449: Fix io.BytesIO to not accept arbitrary keywords | Alexandre Vassalotti | 2009-08-04 | 1 | -1/+3 |
|
|
* | Issue #6218: Make io.BytesIO and io.StringIO picklable. | Alexandre Vassalotti | 2009-07-22 | 2 | -7/+258 |
|
|
* | Issue #6241: Better type checking for the arguments of io.StringIO. | Alexandre Vassalotti | 2009-07-22 | 1 | -4/+27 |
|
|
* | Issue #6242: Fix deallocator of io.StringIO and io.BytesIO. | Alexandre Vassalotti | 2009-07-22 | 2 | -6/+10 |
|
|
* | Merged revisions 73603 via svnmerge from | Hirokazu Yamamoto | 2009-06-28 | 1 | -5/+2 |
|
|
* | just throw a normal AttributeError for no buffer attribute | Benjamin Peterson | 2009-06-14 | 1 | -9/+0 |
|
|
* | move to a naming scheme with all lowercase and underscores | Benjamin Peterson | 2009-06-12 | 8 | -665/+660 |
|
|
* | 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 | 2 | -18/+21 |
|
|
* | Issue #5761: Add the name of the underlying file to the repr() of various IO ... | Antoine Pitrou | 2009-05-23 | 3 | -8/+61 |
|
|
* | Merged revisions 72698-72699 via svnmerge from | Hirokazu Yamamoto | 2009-05-17 | 1 | -1/+1 |
|
|
* | Silence a compiler warning. | Raymond Hettinger | 2009-05-15 | 1 | -1/+1 |
|
|
* | 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 | 3 | -22/+112 |
|
|
* | Rename utf8b error handler to surrogateescape. | Martin v. Löwis | 2009-05-10 | 1 | -1/+1 |
|
|
* | Issue #5915: Implement PEP 383, Non-decodable Bytes in | Martin v. Löwis | 2009-05-05 | 1 | -1/+1 |
|
|
* | implement a detach() method for BufferedIOBase and TextIOBase #5883 | Benjamin Peterson | 2009-05-01 | 2 | -8/+99 |
|
|
* | use NULL for the ends of tables | Benjamin Peterson | 2009-04-19 | 6 | -12/+12 |
|
|
* | Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs. | Antoine Pitrou | 2009-04-19 | 1 | -19/+24 |
|
|
* | #5502: accelerate binary buffered IO (especially small operations). | Antoine Pitrou | 2009-04-11 | 1 | -104/+154 |
|
|
* | Merge revision 71222 from trunk: #5615: make it possible to configure --witho... | Georg Brandl | 2009-04-05 | 1 | -0/+11 |
|
|
* | fix typo #5687 | Benjamin Peterson | 2009-04-05 | 1 | -1/+1 |
|
|
* | Issue 5682: Move _io module into its own subdirectory. | Alexandre Vassalotti | 2009-04-04 | 8 | -0/+8923 |
|
|