summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* #6750: TextIOWrapped could duplicate output when several threads write to it.Amaury Forgeot d'Arc2009-08-291-0/+21
* Issue #6629: Fix a data corruption issue in the new `io` package, which couldAntoine Pitrou2009-08-061-0/+20
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-13/+13
* Issue #6215: Fixed to use self.open() instead of open() or io.open().Hirokazu Yamamoto2009-06-171-18/+18
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-488/+1508
* handle SEEK_ constants in test_ioBenjamin Peterson2009-04-021-4/+4
* Issue #5008: When a file is opened in append mode with the new IO library,Antoine Pitrou2009-01-211-0/+11
* #4736 BufferRWPair.closed shouldn't try to call another property as a functionBenjamin Peterson2008-12-241-1/+2
* Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.).Antoine Pitrou2008-12-141-41/+73
* backport r67325: make FileIO.mode always contain 'b'Benjamin Peterson2008-11-221-7/+7
* Fixed issue #4233.Amaury Forgeot d'Arc2008-11-201-0/+24
* backport r67300Benjamin Peterson2008-11-201-0/+31
* move a FileIO test to test_fileioBenjamin Peterson2008-11-031-7/+0
* Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...Christian Heimes2008-10-301-0/+7
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-221-1/+1
* Issue #3476: make BufferedReader and BufferedWriter thread-safeAntoine Pitrou2008-08-141-1/+78
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-3/+5
* In test_io, StatefulIncrementalDecoderTest was not part of the test suite.Amaury Forgeot d'Arc2008-05-031-6/+6
* Newly enabled test appears to leak:Amaury Forgeot d'Arc2008-04-011-12/+19
* Fix and enable a skipped test:Amaury Forgeot d'Arc2008-04-011-5/+4
* Use the new unicode literals for the io moduleChristian Heimes2008-03-261-0/+1
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+1162