- a38f73b Fix issue1753: TextIOWrapper.write writes utf BOM for every string. by Alexandre Vassalotti · 17 years ago
- 472f07d Add unit tests for the newlines property of IncrementalNewlineDecoder. by Alexandre Vassalotti · 17 years ago
- f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 17 years ago
- ecda261 You are right, Guido. The newline argument is easier to use. by Christian Heimes · 17 years ago
- 2ca76f6 Fixed line separator problem on Windows by Christian Heimes · 17 years ago
- e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
- 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
- 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
- 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
- bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
- bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
- 1f2ca56 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
- 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
- 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
- 1836358 Fix an unfinished though in my own test code. by Guido van Rossum · 17 years ago
- 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
- 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
- c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
- 2b08b38 Fix a few places where a str instead of a bytes object was used. by Guido van Rossum · 18 years ago
- 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- d76e779 Instead of pickling the whole decoder, use the new getstate/setstate API. by Guido van Rossum · 18 years ago
- dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 18 years ago
- d410395 Make sure that writing an array instance returns the number of bytes, by Guido van Rossum · 18 years ago
- d071281 Re-enable cleanup code. by Guido van Rossum · 18 years ago
- b9c4c3e Speed up next() by disabling snapshot updating then. by Guido van Rossum · 18 years ago
- cba608c More efficient implementation of tell(); _read_chunk() doesn't have to by Guido van Rossum · 18 years ago
- 9b76da6 Checkpoint so I can continue to work on this at a different box. by Guido van Rossum · 18 years ago
- 8742977 truncate() returns the new size and position. by Guido van Rossum · 18 years ago
- 34d69e5 Skip large file tests on Windowns and OSX. by Guido van Rossum · 18 years ago
- 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 18 years ago
- 141f767 More cleanup. Renamed BlockingIO to BlockingIOError. by Guido van Rossum · 18 years ago
- 76c5d4d Checkpoint. by Guido van Rossum · 18 years ago
- 78892e4 Added a working Text I/O layer, by Mark Russell. by Guido van Rossum · 18 years ago
- a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 18 years ago
- 4d0f5a4 Delete TESTFN after the test. by Guido van Rossum · 18 years ago
- 00efead Change the specs for readinto() -- it should *not* shorten the buffer to by Guido van Rossum · 18 years ago
- 01a2752 New version from Mike Verdone (sat in my inbox since 2/27). by Guido van Rossum · 18 years ago
- 68bbcd2 Mike Verdone's checkpoint, cleaned up. by Guido van Rossum · 18 years ago
- 28524c7 Checkpoint for new I/O library. by Guido van Rossum · 18 years ago