127 Commits (6dbca367dceda3999979bdc3cdcfdb201f40d044)

Author SHA1 Message Date
Benjamin Peterson ef9f2bde37 add myself 17 years ago
Benjamin Peterson e12ef0421a add UnsupportedOperation to __all__ 17 years ago
Benjamin Peterson 0e4caf4bd2 Merged revisions 70992,70995 via svnmerge from 17 years ago
Benjamin Peterson 113f60740e simplify and beautify code 17 years ago
Antoine Pitrou 1fcadcef40 Fix failures introduced by buggy merge (2) 17 years ago
Benjamin Peterson 4fa88fa0ba merge the io-c branch: C implementation of the io module 17 years ago
Mark Dickinson 934896dc09 Merged revisions 69846 via svnmerge from 17 years ago
Antoine Pitrou b353c12a9c Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. 17 years ago
Antoine Pitrou 8043cf868c Issue #4604: Some objects of the I/O library could still be used after 17 years ago
Benjamin Peterson 9203501bae Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from 17 years ago
Antoine Pitrou 56b3a40e05 Issue #4663: increase the chunk size to improve TextIOWrapper performance on small reads. 17 years ago
Antoine Pitrou 180a336f1a Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. 17 years ago
Barry Warsaw 40e8246f6a Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. 18 years ago
Guido van Rossum f0af3e30db Issue #3187: Better support for "undecodable" filenames. Code by Victor 18 years ago
Brett Cannon f0a39af1ae Merged revisions 65791 via svnmerge from 18 years ago
Christian Heimes deb75f579b Removed some unused imports to decrease the amount of loaded modules during startup. 18 years ago
Antoine Pitrou e1e48ea29b Fix build from a blank checkout by using the _thread module instead of threading in io.py 18 years ago
Antoine Pitrou 8769576477 Merged revisions 65686 via svnmerge from 18 years ago
Antoine Pitrou c66f909f43 #2523: binary buffered reading is quadratic 18 years ago
Alexandre Vassalotti 3ade6f9007 Fixed test_tempfile. 18 years ago
Alexandre Vassalotti 794652dd06 Issue 2918: Merge StringIO and cStringIO. 18 years ago
Georg Brandl 0a7ac7d70d Create the dbm package from PEP 3108. #2881. 18 years ago
Alexandre Vassalotti 5f8ced2b95 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from 18 years ago
Alexandre Vassalotti f0c0ff6ce4 Removed redundant max() call. 18 years ago
Alexandre Vassalotti 8130f7c3c4 Fixed the negative value check in io._BytesIO.seek(). 18 years ago
Alexandre Vassalotti 2e0419dcd6 Cleaned how _BytesIO.read() returns an empty bytes object. 18 years ago
Alexandre Vassalotti 4833b3c37f Fixed a small bug introduced by r62778. 18 years ago
Alexandre Vassalotti 77250f4df7 Added fast alternate io.BytesIO implementation and its test suite. 18 years ago
Christian Heimes 5d8da20dd1 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from 18 years ago
Benjamin Peterson 9efcc4b319 Fix problems in the io docs noted by Alexandre Vassalotti 18 years ago
Benjamin Peterson 2c5f828283 Fleshed out docstrings in the io module, improving the reST one as I went. 18 years ago
Georg Brandl 8e2f755cb4 Remove __repr__ that doesn't have any advantage compared to the standard one. 18 years ago
Georg Brandl f91197c6d5 More docstring fixes, and an XXX. 18 years ago
Benjamin Peterson ca2b01515b fixed outdated annotation of readinto in io 18 years ago
Georg Brandl 5358434fd3 Docstring fix. 18 years ago
Benjamin Peterson 9a89e96f9f fix typo in doc string 18 years ago
Ka-Ping Yee 593cd6b843 Clean up the TextIOWrapper code; pick better names; improve documentation. 18 years ago
Ka-Ping Yee dbe28e573e This is r61508 plus additional fixes to the handling of 'limit' 18 years ago
Neal Norwitz e2b070558c Revert r61508: it caused test_mailbox to fail on all platforms. 18 years ago
Ka-Ping Yee 30cc83832d In TextIOWrapper: 18 years ago
Ka-Ping Yee f44c7e8996 Make TextIOWrapper's seek/tell work properly with stateful decoders; 18 years ago
Ka-Ping Yee ddaa7064ee Patch from jbalogh fixes issue #2282 (misnamed seekable() method). 18 years ago
Ka-Ping Yee 7a0d3980ed Remove the "unsafe" flag on peek() -- it is no longer used, because 18 years ago
Christian Heimes 3ecfea71ff Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678-60695 via svnmerge from 18 years ago
Alexandre Vassalotti a38f73b1bb Fix issue1753: TextIOWrapper.write writes utf BOM for every string. 18 years ago
Alexandre Vassalotti c3d7fe0dbe Fix the reset() method of IncrementalNewlineDecoder to 18 years ago
Christian Heimes a33eb06e3b Added descriptor for builtins.open.__doc__ 19 years ago
Guido van Rossum f64db9f6db Fix the rest of issue 1400, by introducing a proper implementation of 19 years ago
Guido van Rossum e7fc50f2d0 Add an errors parameter to open() and TextIOWrapper() to specify error handling. 19 years ago
Georg Brandl 1a3284ed69 #1535: rename __builtin__ module to builtins. 19 years ago