summaryrefslogtreecommitdiff
path: root/Lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* #21225: copy docstrings from base classesAndrew Kuchling2014-04-251-3/+4
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
* remove basically bitrotted XXXsBenjamin Peterson2012-05-071-9/+0
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-1803/+32
* add seek constants to __all__Benjamin Peterson2009-04-011-1/+2
* #4572: add SEEK_* values as constants in io.py.Georg Brandl2009-04-011-0/+5
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-2/+2
* #4736 BufferRWPair.closed shouldn't try to call another property as a functionBenjamin Peterson2008-12-241-1/+1
* Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.).Antoine Pitrou2008-12-141-15/+12
* backport r67300Benjamin Peterson2008-11-201-9/+16
* Remove two unneeded imports in 'io'.Brett Cannon2008-08-181-2/+0
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-141-39/+63
* backport r65264Benjamin Peterson2008-07-281-30/+61
* Cleaned up io._BytesIO.write().Alexandre Vassalotti2008-05-101-6/+6
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-11/+78
* Remove method signatures from the docstrings of io.pyBenjamin Peterson2008-05-041-50/+38
* In test_io, StatefulIncrementalDecoderTest was not part of the test suite.Amaury Forgeot d'Arc2008-05-031-2/+1
* Backport the removal of a __repr__ from 62251Benjamin Peterson2008-04-131-3/+0
* Backported io module docsBenjamin Peterson2008-04-131-133/+285
* Use the new unicode literals for the io moduleChristian Heimes2008-03-261-6/+8
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+1601