| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-36842: Implement PEP 578 (GH-12613) | Steve Dower | 2019-05-23 | 1 | -3/+3 |
|
|
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | Steve Dower | 2016-08-31 | 1 | -0/+7 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | #21225: copy docstrings from base classes | Andrew Kuchling | 2014-04-25 | 1 | -4/+4 |
|
|
* | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
|
|
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 |
|\ \
| |/ |
|
| * | remove basically bitrotted XXXs | Benjamin Peterson | 2012-05-08 | 1 | -9/+0 |
|
|
* | | explicitly set UnsupportedOperation's module rather than relying on incorrect... | Benjamin Peterson | 2012-05-08 | 1 | -0/+3 |
|/ |
|
* | add myself | Benjamin Peterson | 2009-05-01 | 1 | -1/+2 |
|
|
* | add UnsupportedOperation to __all__ | Benjamin Peterson | 2009-04-29 | 1 | -1/+1 |
|
|
* | Merged revisions 70992,70995 via svnmerge from | Benjamin Peterson | 2009-04-01 | 1 | -1/+7 |
|
|
* | simplify and beautify code | Benjamin Peterson | 2009-03-06 | 1 | -23/+12 |
|
|
* | Fix failures introduced by buggy merge (2) | Antoine Pitrou | 2009-03-04 | 1 | -1/+1 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -2077/+41 |
|
|
* | Merged revisions 69846 via svnmerge from | Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
|
|
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 | 1 | -2/+0 |
|
|
* | Issue #4604: Some objects of the I/O library could still be used after | Antoine Pitrou | 2009-01-09 | 1 | -36/+38 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
|
|
* | Issue #4663: increase the chunk size to improve TextIOWrapper performance on ... | Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
|
|
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | Antoine Pitrou | 2008-12-14 | 1 | -15/+12 |
|
|
* | Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. | Barry Warsaw | 2008-11-20 | 1 | -10/+16 |
|
|
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | Guido van Rossum | 2008-10-02 | 1 | -8/+7 |
|
|
* | Merged revisions 65791 via svnmerge from | Brett Cannon | 2008-08-18 | 1 | -1/+0 |
|
|
* | Removed some unused imports to decrease the amount of loaded modules during s... | Christian Heimes | 2008-08-15 | 1 | -2/+6 |
|
|
* | Fix build from a blank checkout by using the _thread module instead of thread... | Antoine Pitrou | 2008-08-15 | 1 | -3/+3 |
|
|
* | Merged revisions 65686 via svnmerge from | Antoine Pitrou | 2008-08-14 | 1 | -39/+63 |
|
|
* | #2523: binary buffered reading is quadratic | Antoine Pitrou | 2008-07-28 | 1 | -30/+61 |
|
|
* | Fixed test_tempfile. | Alexandre Vassalotti | 2008-06-12 | 1 | -0/+16 |
|
|
* | Issue 2918: Merge StringIO and cStringIO. | Alexandre Vassalotti | 2008-06-11 | 1 | -10/+278 |
|
|
* | Create the dbm package from PEP 3108. #2881. | Georg Brandl | 2008-05-26 | 1 | -1/+1 |
|
|
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -6/+6 |
|
|
* | Removed redundant max() call. | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | Fixed the negative value check in io._BytesIO.seek(). | Alexandre Vassalotti | 2008-05-08 | 1 | -1/+1 |
|
|
* | Cleaned how _BytesIO.read() returns an empty bytes object. | Alexandre Vassalotti | 2008-05-07 | 1 | -1/+1 |
|
|
* | Fixed a small bug introduced by r62778. | Alexandre Vassalotti | 2008-05-06 | 1 | -1/+1 |
|
|
* | Added fast alternate io.BytesIO implementation and its test suite. | Alexandre Vassalotti | 2008-05-06 | 1 | -9/+66 |
|
|
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | Christian Heimes | 2008-05-06 | 1 | -45/+38 |
|
|
* | Fix problems in the io docs noted by Alexandre Vassalotti | Benjamin Peterson | 2008-04-14 | 1 | -7/+4 |
|
|
* | Fleshed out docstrings in the io module, improving the reST one as I went. | Benjamin Peterson | 2008-04-13 | 1 | -144/+296 |
|
|
* | Remove __repr__ that doesn't have any advantage compared to the standard one. | Georg Brandl | 2008-04-09 | 1 | -3/+0 |
|
|
* | More docstring fixes, and an XXX. | Georg Brandl | 2008-04-09 | 1 | -4/+5 |
|
|
* | fixed outdated annotation of readinto in io | Benjamin Peterson | 2008-04-07 | 1 | -4/+4 |
|
|
* | Docstring fix. | Georg Brandl | 2008-04-06 | 1 | -2/+2 |
|
|
* | fix typo in doc string | Benjamin Peterson | 2008-04-06 | 1 | -2/+2 |
|
|
* | Clean up the TextIOWrapper code; pick better names; improve documentation. | Ka-Ping Yee | 2008-03-20 | 1 | -123/+121 |
|
|
* | This is r61508 plus additional fixes to the handling of 'limit' | Ka-Ping Yee | 2008-03-20 | 1 | -64/+84 |
|
|
* | Revert r61508: it caused test_mailbox to fail on all platforms. | Neal Norwitz | 2008-03-18 | 1 | -82/+64 |
|
|
* | In TextIOWrapper: | Ka-Ping Yee | 2008-03-18 | 1 | -64/+82 |
|
|