1. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 8 years ago
  2. 7462b649 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
  3. 86fe53e #21225: copy docstrings from base classes by Andrew Kuchling · 10 years ago
  4. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  5. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  6. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  7. 869b1f9 merge 3.2 by Benjamin Peterson · 12 years ago
  8. 3b66623 remove basically bitrotted XXXs by Benjamin Peterson · 12 years ago
  9. bbf8393 explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745) by Benjamin Peterson · 12 years ago
  10. ef9f2bd add myself by Benjamin Peterson · 15 years ago
  11. e12ef04 add UnsupportedOperation to __all__ by Benjamin Peterson · 15 years ago
  12. 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 15 years ago
  13. 113f607 simplify and beautify code by Benjamin Peterson · 15 years ago
  14. 1fcadce Fix failures introduced by buggy merge (2) by Antoine Pitrou · 15 years ago
  15. 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 15 years ago
  16. 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 15 years ago
  17. b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 15 years ago
  18. 8043cf8 Issue #4604: Some objects of the I/O library could still be used after by Antoine Pitrou · 15 years ago
  19. 9203501 Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,67923-67924,67926-67927,67930,67943 via svnmerge from by Benjamin Peterson · 16 years ago
  20. 56b3a40 Issue #4663: increase the chunk size to improve TextIOWrapper performance on small reads. by Antoine Pitrou · 16 years ago
  21. 180a336 Issue #4574: reading an UTF16-encoded text file crashes if \r on 64-char boundary. by Antoine Pitrou · 16 years ago
  22. 40e8246 Fix for bug 4362 "FileIO object in io module"; Patch by amaury.forgeotdarc. by Barry Warsaw · 16 years ago
  23. f0af3e3 Issue #3187: Better support for "undecodable" filenames. Code by Victor by Guido van Rossum · 16 years ago
  24. f0a39af Merged revisions 65791 via svnmerge from by Brett Cannon · 16 years ago
  25. deb75f5 Removed some unused imports to decrease the amount of loaded modules during startup. by Christian Heimes · 16 years ago
  26. e1e48ea Fix build from a blank checkout by using the _thread module instead of threading in io.py by Antoine Pitrou · 16 years ago
  27. 8769576 Merged revisions 65686 via svnmerge from by Antoine Pitrou · 16 years ago
  28. c66f909 #2523: binary buffered reading is quadratic by Antoine Pitrou · 16 years ago
  29. 3ade6f9 Fixed test_tempfile. by Alexandre Vassalotti · 16 years ago
  30. 794652d Issue 2918: Merge StringIO and cStringIO. by Alexandre Vassalotti · 16 years ago
  31. 0a7ac7d Create the dbm package from PEP 3108. #2881. by Georg Brandl · 16 years ago
  32. 5f8ced2 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 by Alexandre Vassalotti · 16 years ago
  33. f0c0ff6 Removed redundant max() call. by Alexandre Vassalotti · 16 years ago
  34. 8130f7c Fixed the negative value check in io._BytesIO.seek(). by Alexandre Vassalotti · 16 years ago
  35. 2e0419d Cleaned how _BytesIO.read() returns an empty bytes object. by Alexandre Vassalotti · 16 years ago
  36. 4833b3c Fixed a small bug introduced by r62778. by Alexandre Vassalotti · 16 years ago
  37. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  38. 5d8da20 Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from by Christian Heimes · 16 years ago
  39. 9efcc4b Fix problems in the io docs noted by Alexandre Vassalotti by Benjamin Peterson · 16 years ago
  40. 2c5f828 Fleshed out docstrings in the io module, improving the reST one as I went. by Benjamin Peterson · 16 years ago
  41. 8e2f755 Remove __repr__ that doesn't have any advantage compared to the standard one. by Georg Brandl · 16 years ago
  42. f91197c More docstring fixes, and an XXX. by Georg Brandl · 16 years ago
  43. ca2b015 fixed outdated annotation of readinto in io by Benjamin Peterson · 16 years ago
  44. 5358434 Docstring fix. by Georg Brandl · 16 years ago
  45. 9a89e96 fix typo in doc string by Benjamin Peterson · 16 years ago
  46. 593cd6b Clean up the TextIOWrapper code; pick better names; improve documentation. by Ka-Ping Yee · 16 years ago
  47. dbe28e5 This is r61508 plus additional fixes to the handling of 'limit' by Ka-Ping Yee · 16 years ago
  48. e2b0705 Revert r61508: it caused test_mailbox to fail on all platforms. by Neal Norwitz · 16 years ago
  49. 30cc838 In TextIOWrapper: by Ka-Ping Yee · 16 years ago
  50. f44c7e8 Make TextIOWrapper's seek/tell work properly with stateful decoders; by Ka-Ping Yee · 16 years ago
  51. ddaa706 Patch from jbalogh fixes issue #2282 (misnamed seekable() method). by Ka-Ping Yee · 16 years ago
  52. 7a0d398 Remove the "unsafe" flag on peek() -- it is no longer used, because by Ka-Ping Yee · 16 years ago
  53. 3ecfea71 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 by Christian Heimes · 16 years ago
  54. a38f73b Fix issue1753: TextIOWrapper.write writes utf BOM for every string. by Alexandre Vassalotti · 16 years ago
  55. c3d7fe0 Fix the reset() method of IncrementalNewlineDecoder to also reset self.seennl. by Alexandre Vassalotti · 17 years ago
  56. a33eb06 Added descriptor for builtins.open.__doc__ by Christian Heimes · 17 years ago
  57. f64db9f Fix the rest of issue 1400, by introducing a proper implementation of by Guido van Rossum · 17 years ago
  58. e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
  59. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  60. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  61. a2d1d7e Oops, I missed this one again (test_univnewlines fails): by Amaury Forgeot d'Arc · 17 years ago
  62. 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
  63. 3ab4f65 seek() has to accept any int-like number by Christian Heimes · 17 years ago
  64. 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
  65. 8bd14fb Fixed #1403 where compileall and py_compile choked on an encoding header in a py file. Both modules need more unit tests. by Christian Heimes · 17 years ago
  66. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  67. 316414e Fix typo. by Georg Brandl · 17 years ago
  68. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  69. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  70. 79b79ee Patch # 1323 by Amaury Forgeot d'Arc. by Guido van Rossum · 17 years ago
  71. ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
  72. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  73. 7648ba8 Make the docstring for io.open() a raw string so that the explanation for the by Brett Cannon · 17 years ago
  74. 041683d Remove self-referential import. by Brett Cannon · 17 years ago
  75. e86254e In rseponse to bug# 1029, force the newline default for StringIO to "\n", by Guido van Rossum · 17 years ago
  76. dcce839 Insist that the argument to TextIOWrapper.write() is a basestring by Guido van Rossum · 17 years ago
  77. a74184e Commit strict str/bytes distinction. by Guido van Rossum · 17 years ago
  78. 5abbf75 Changes to io.py and socket.py by Christian Heimes. by Guido van Rossum · 17 years ago
  79. b7f136e Make IOBase (and hence all other classes in io.py) use ABCMeta as its metaclass, by Guido van Rossum · 17 years ago
  80. 8358db2 New I/O code from Tony Lownds implement newline feature correctly, by Guido van Rossum · 17 years ago
  81. 1e50a9f Fix test_wsgiref that used StringIO and a BufferedReader rather than by Neal Norwitz · 17 years ago
  82. d78d3b4 Fall back to ascii if the locale module cannot be loaded. by Martin v. Löwis · 17 years ago
  83. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
  84. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  85. 5accbdb Make sure socket.close() doesn't interfere with socket.makefile(). by Jeremy Hylton · 17 years ago
  86. 3e1f85e Fix the minidom test. by Guido van Rossum · 17 years ago
  87. 67feb09 Delete redundant read() and close() methods from SocketIO class. by Guido van Rossum · 17 years ago
  88. 33e7a8e Make close() (all versions) ignore IOError from flush(). by Guido van Rossum · 17 years ago
  89. b972a78 SF patch# 1757683 by Alexandre Vassalotti. Add support for by Guido van Rossum · 17 years ago
  90. 469734b Set closed flag *after* calling flush(). by Guido van Rossum · 17 years ago
  91. 4b5386f Add proper tests for closed files to various I/O operations, by Guido van Rossum · 17 years ago
  92. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  93. 2bf7138 Make test_socket work. Don't exclude test_socket from the tests to run. by Guido van Rossum · 17 years ago
  94. 48fc58a Accellerate binary readline() a bit. by Guido van Rossum · 17 years ago
  95. 9cbfffd tokenizer.c: make coding markup work again. by Guido van Rossum · 17 years ago
  96. 865b003 Remove debug print. by Walter Dörwald · 17 years ago
  97. a327000 Fix typo. by Walter Dörwald · 17 years ago
  98. 859b5ec Add isatty() to TextIOWrapper. by Guido van Rossum · 17 years ago
  99. fc3436b Add an encoding property to TextIOBase instances. by Guido van Rossum · 17 years ago
  100. fa0054a Make test_subprocess work. Fix universal newlines in io.py. by Guido van Rossum · 17 years ago