aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/io.py
Commit message (Expand)AuthorAge
* gh-111356: io: Add missing documented objects to io.__all__ (#111370)Nicolas Tessore2023-11-10
* gh-94169: Remove deprecated io.OpenWrapper (#94170)Victor Stinner2022-06-24
* bpo-46522: fix concurrent.futures and io AttributeError messages (GH-30887)Thomas Grainger2022-02-23
* bpo-43680: Deprecate io.OpenWrapper (GH-25357)Victor Stinner2021-04-14
* bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki2021-03-29
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-23
* Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-30
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* #21225: copy docstrings from base classesAndrew Kuchling2014-04-25
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-18
* | merge 3.2Benjamin Peterson2012-05-07
|\|
| * remove basically bitrotted XXXsBenjamin Peterson2012-05-07
* | explicitly set UnsupportedOperation's module rather than relying on incorrect...Benjamin Peterson2012-05-07
|/
* add myselfBenjamin Peterson2009-05-01
* add UnsupportedOperation to __all__Benjamin Peterson2009-04-29
* Merged revisions 70992,70995 via svnmerge fromBenjamin Peterson2009-04-01
* simplify and beautify codeBenjamin Peterson2009-03-06
* Fix failures introduced by buggy merge (2)Antoine Pitrou2009-03-04
* merge the io-c branch: C implementation of the io moduleBenjamin Peterson2009-03-04
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-21
* Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.Antoine Pitrou2009-02-11
* Issue #4604: Some objects of the I/O library could still be used afterAntoine Pitrou2009-01-09
* Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,...Benjamin Peterson2008-12-27
* Issue #4663: increase the chunk size to improve TextIOWrapper performance on ...Antoine Pitrou2008-12-15
* Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boun...Antoine Pitrou2008-12-14
* Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc.Barry Warsaw2008-11-20
* Issue #3187: Better support for "undecodable" filenames. Code by VictorGuido van Rossum2008-10-02
* Merged revisions 65791 via svnmerge fromBrett Cannon2008-08-18
* Removed some unused imports to decrease the amount of loaded modules during s...Christian Heimes2008-08-15
* Fix build from a blank checkout by using the _thread module instead of thread...Antoine Pitrou2008-08-15
* Merged revisions 65686 via svnmerge fromAntoine Pitrou2008-08-14
* #2523: binary buffered reading is quadraticAntoine Pitrou2008-07-28
* Fixed test_tempfile.Alexandre Vassalotti2008-06-12
* Issue 2918: Merge StringIO and cStringIO.Alexandre Vassalotti2008-06-11
* Create the dbm package from PEP 3108. #2881.Georg Brandl2008-05-26
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-16
* Removed redundant max() call.Alexandre Vassalotti2008-05-09
* Fixed the negative value check in io._BytesIO.seek().Alexandre Vassalotti2008-05-08
* Cleaned how _BytesIO.read() returns an empty bytes object.Alexandre Vassalotti2008-05-07
* Fixed a small bug introduced by r62778.Alexandre Vassalotti2008-05-06
* Added fast alternate io.BytesIO implementation and its test suite.Alexandre Vassalotti2008-05-06
* Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge...Christian Heimes2008-05-06
* Fix problems in the io docs noted by Alexandre VassalottiBenjamin Peterson2008-04-14
* Fleshed out docstrings in the io module, improving the reST one as I went.Benjamin Peterson2008-04-13
* Remove __repr__ that doesn't have any advantage compared to the standard one.Georg Brandl2008-04-09
* More docstring fixes, and an XXX.Georg Brandl2008-04-09
* fixed outdated annotation of readinto in ioBenjamin Peterson2008-04-07
* Docstring fix.Georg Brandl2008-04-06