| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-111356: io: Add missing documented objects to io.__all__ (#111370) | ![](//www.gravatar.com/avatar/2d352ef48f33c99131ebfb0878f92531?s=13&d=retro) Nicolas Tessore | 2023-11-10 | 1 | -1/+2 |
* | gh-94169: Remove deprecated io.OpenWrapper (#94170) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2022-06-24 | 1 | -16/+0 |
* | bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887) | ![](//www.gravatar.com/avatar/05917fed26d7519fae8318f78d14592a?s=13&d=retro) Thomas Grainger | 2022-02-23 | 1 | -1/+1 |
* | bpo-43680: Deprecate io.OpenWrapper (GH-25357) | ![](//www.gravatar.com/avatar/15b1cd41a4c23e7dc10893777afb4281?s=13&d=retro) Victor Stinner | 2021-04-14 | 1 | -1/+16 |
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | ![](//www.gravatar.com/avatar/351a10f392414345ed67a05e986dc4dd?s=13&d=retro) Inada Naoki | 2021-03-29 | 1 | -1/+1 |
* | bpo-36842: Implement PEP 578 (GH-12613) | ![](//www.gravatar.com/avatar/72461691f3cbaa91934949e4f2472702?s=13&d=retro) Steve Dower | 2019-05-23 | 1 | -3/+3 |
* | Issue #1602: Windows console doesn't input or print Unicode (PEP 528) | ![](//www.gravatar.com/avatar/72461691f3cbaa91934949e4f2472702?s=13&d=retro) Steve Dower | 2016-08-30 | 1 | -0/+7 |
* | Issue #25523: Correct "a" article to "an" article | ![](//www.gravatar.com/avatar/77935f3976b0afffef709eff905f1df6?s=13&d=retro) Martin Panter | 2015-11-02 | 1 | -1/+1 |
* | #21225: copy docstrings from base classes | ![](//www.gravatar.com/avatar/e2cb0083d4d61cebb1325281f88f3843?s=13&d=retro) Andrew Kuchling | 2014-04-25 | 1 | -4/+4 |
* | Replace IOError with OSError (#16715) | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-25 | 1 | -1/+1 |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | ![](//www.gravatar.com/avatar/7775d42d960a69e98fecf270bdeb6f57?s=13&d=retro) Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
* | | merge 3.2 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2012-05-07 | 1 | -9/+0 |
|\| |
|
| * | remove basically bitrotted XXXs | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2012-05-07 | 1 | -9/+0 |
* | | explicitly set UnsupportedOperation's module rather than relying on incorrect... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2012-05-07 | 1 | -0/+3 |
|/ |
|
* | add myself | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-05-01 | 1 | -1/+2 |
* | add UnsupportedOperation to __all__ | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-04-29 | 1 | -1/+1 |
* | Merged revisions 70992,70995 via svnmerge from | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-04-01 | 1 | -1/+7 |
* | simplify and beautify code | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-03-06 | 1 | -23/+12 |
* | Fix failures introduced by buggy merge (2) | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-03-04 | 1 | -1/+1 |
* | merge the io-c branch: C implementation of the io module | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2009-03-04 | 1 | -2077/+41 |
* | Merged revisions 69846 via svnmerge from | ![](//www.gravatar.com/avatar/c49652c88a43a35bbf0095abfdae3515?s=13&d=retro) Mark Dickinson | 2009-02-21 | 1 | -2/+2 |
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-02-11 | 1 | -2/+0 |
* | Issue #4604: Some objects of the I/O library could still be used after | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-01-09 | 1 | -36/+38 |
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-12-27 | 1 | -1/+1 |
* | Issue #4663: increase the chunk size to improve TextIOWrapper performance on ... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2008-12-15 | 1 | -1/+1 |
* | Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2008-12-14 | 1 | -15/+12 |
* | Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2008-11-20 | 1 | -10/+16 |
* | Issue #3187: Better support for "undecodable" filenames. Code by Victor | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2008-10-02 | 1 | -8/+7 |
* | Merged revisions 65791 via svnmerge from | ![](//www.gravatar.com/avatar/0a5868c15e877147302ef271ec0cb11a?s=13&d=retro) Brett Cannon | 2008-08-18 | 1 | -1/+0 |
* | Removed some unused imports to decrease the amount of loaded modules during s... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2008-08-15 | 1 | -2/+6 |
* | Fix build from a blank checkout by using the _thread module instead of thread... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2008-08-15 | 1 | -3/+3 |
* | Merged revisions 65686 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2008-08-14 | 1 | -39/+63 |
* | #2523: binary buffered reading is quadratic | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2008-07-28 | 1 | -30/+61 |
* | Fixed test_tempfile. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-06-12 | 1 | -0/+16 |
* | Issue 2918: Merge StringIO and cStringIO. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-06-11 | 1 | -10/+278 |
* | Create the dbm package from PEP 3108. #2881. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2008-05-26 | 1 | -1/+1 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-16 | 1 | -6/+6 |
* | Removed redundant max() call. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
* | Fixed the negative value check in io._BytesIO.seek(). | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-08 | 1 | -1/+1 |
* | Cleaned how _BytesIO.read() returns an empty bytes object. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-07 | 1 | -1/+1 |
* | Fixed a small bug introduced by r62778. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-06 | 1 | -1/+1 |
* | Added fast alternate io.BytesIO implementation and its test suite. | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-06 | 1 | -9/+66 |
* | Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge... | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2008-05-06 | 1 | -45/+38 |
* | Fix problems in the io docs noted by Alexandre Vassalotti | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-04-14 | 1 | -7/+4 |
* | Fleshed out docstrings in the io module, improving the reST one as I went. | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-04-13 | 1 | -144/+296 |
* | Remove __repr__ that doesn't have any advantage compared to the standard one. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2008-04-09 | 1 | -3/+0 |
* | More docstring fixes, and an XXX. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2008-04-09 | 1 | -4/+5 |
* | fixed outdated annotation of readinto in io | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2008-04-07 | 1 | -4/+4 |
* | Docstring fix. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2008-04-06 | 1 | -2/+2 |