summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* 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