| Commit message (Expand) | Author | Age | Files | Lines |
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -2/+2 |
|
|
* | - Issue #6939: Fix file I/O objects in the `io` module to keep the original | Antoine Pitrou | 2010-01-31 | 1 | -3/+17 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -16/+16 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -2/+2 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -2/+2 |
|
|
* | accept None as the same as having passed no argument in file types #7349 | Benjamin Peterson | 2009-12-13 | 1 | -4/+32 |
|
|
* | #6750: TextIOWrapped could duplicate output when several threads write to it. | Amaury Forgeot d'Arc | 2009-08-29 | 1 | -0/+21 |
|
|
* | Issue #6629: Fix a data corruption issue in the new `io` package, which could | Antoine Pitrou | 2009-08-06 | 1 | -0/+20 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
|
|
* | Issue #6215: Fixed to use self.open() instead of open() or io.open(). | Hirokazu Yamamoto | 2009-06-17 | 1 | -18/+18 |
|
|
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -488/+1508 |
|
|
* | handle SEEK_ constants in test_io | Benjamin Peterson | 2009-04-02 | 1 | -4/+4 |
|
|
* | Issue #5008: When a file is opened in append mode with the new IO library, | Antoine Pitrou | 2009-01-21 | 1 | -0/+11 |
|
|
* | #4736 BufferRWPair.closed shouldn't try to call another property as a function | Benjamin Peterson | 2008-12-24 | 1 | -1/+2 |
|
|
* | Backport r67759 (fix io.IncrementalNewlineDecoder for UTF-16 et al.). | Antoine Pitrou | 2008-12-14 | 1 | -41/+73 |
|
|
* | backport r67325: make FileIO.mode always contain 'b' | Benjamin Peterson | 2008-11-22 | 1 | -7/+7 |
|
|
* | Fixed issue #4233. | Amaury Forgeot d'Arc | 2008-11-20 | 1 | -0/+24 |
|
|
* | backport r67300 | Benjamin Peterson | 2008-11-20 | 1 | -0/+31 |
|
|
* | move a FileIO test to test_fileio | Benjamin Peterson | 2008-11-03 | 1 | -7/+0 |
|
|
* | Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ... | Christian Heimes | 2008-10-30 | 1 | -0/+7 |
|
|
* | build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config files | Andrew MacIntyre | 2008-09-22 | 1 | -1/+1 |
|
|
* | Issue #3476: make BufferedReader and BufferedWriter thread-safe | Antoine Pitrou | 2008-08-14 | 1 | -1/+78 |
|
|
* | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -3/+5 |
|
|
* | In test_io, StatefulIncrementalDecoderTest was not part of the test suite. | Amaury Forgeot d'Arc | 2008-05-03 | 1 | -6/+6 |
|
|
* | Newly enabled test appears to leak: | Amaury Forgeot d'Arc | 2008-04-01 | 1 | -12/+19 |
|
|
* | Fix and enable a skipped test: | Amaury Forgeot d'Arc | 2008-04-01 | 1 | -5/+4 |
|
|
* | Use the new unicode literals for the io module | Christian Heimes | 2008-03-26 | 1 | -0/+1 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+1162 |
|
|