summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,...Benjamin Peterson2008-12-271-1/+1
* Merged revisions 67762 via svnmerge fromAntoine Pitrou2008-12-141-15/+12
* Merged revisions 67245,67277,67289,67295,67301-67303,67307,67330,67332,67336,...Georg Brandl2008-12-051-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