1. e502451 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) by Benjamin Peterson · 7 years ago
  2. e6a4755 bpo-34217: Use lowercase for windows headers (GH-8472) by Erik Janssens · 7 years ago
  3. fc512e3 bpo-34287: Do not use second argument of METH_NOARGS functions (GH-8582) by jdemeyer · 7 years ago
  4. ce75df3 bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by ValeriyaSinevich · 7 years ago
  5. 28f0736 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Zackery Spytz · 7 years ago
  6. fdb5a50 bpo-25862: Fix several bugs in the _io module. (GH-8026) by Serhiy Storchaka · 7 years ago
  7. 23db935 bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Zackery Spytz · 7 years ago
  8. c0ee341 Fix Windows build of Python for latest WinSDK. (GH-6874) by Carl Meyer · 7 years ago
  9. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
  10. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 7 years ago
  11. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 8 years ago
  12. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 8 years ago
  13. 4d9aec0 bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io module. (#3726) by Serhiy Storchaka · 8 years ago
  14. 0a37a30 closes bpo-32460: ensure all non-static globals have initializers (#5061) by Benjamin Peterson · 8 years ago
  15. 4856b0f bpo-32402: io: Add missing NULL check. (GH-4971) by INADA Naoki · 8 years ago
  16. 507434f bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343) by INADA Naoki · 8 years ago
  17. a5552f0 bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746) by Serhiy Storchaka · 8 years ago
  18. 317def9 bpo-17852: Revert incorrect fix based on misunderstanding of _Py_PyAtExit() semantics (#4826) by Antoine Pitrou · 8 years ago
  19. 6a89481 bpo-32186: Release the GIL during lseek and fstat (#4652) by Nir Soffer · 8 years ago
  20. 9703f09 bpo-31976: Fix race condition when flushing a file is slow. (#4331) by benfogle · 8 years ago
  21. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  22. d6238a7 bpo-25359: Add missed "goto error" after setting an exception. (#3712) by Serhiy Storchaka · 8 years ago
  23. 0a1ff24 bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#3372) by Neil Schemenauer · 8 years ago
  24. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 8 years ago
  25. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  26. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 8 years ago
  27. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 8 years ago
  28. db56423 Revert "bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908)" (#3337) by Neil Schemenauer · 8 years ago
  29. e38d12e bpo-17852: Maintain a list of BufferedWriter objects. Flush them on exit. (#1908) by Neil Schemenauer · 8 years ago
  30. ba7d736 bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171) by Oren Milman · 8 years ago
  31. a5b4ea1 bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201) by Oren Milman · 8 years ago
  32. 13614e3 bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples (leftovers) (#3198) by Oren Milman · 8 years ago
  33. a6296d3 bpo-31095: fix potential crash during GC (GH-2974) by INADA Naoki · 8 years ago
  34. 1d1d3e9 bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tuples. (#3119) by Oren Milman · 8 years ago
  35. 6969eaf bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955) by Serhiy Storchaka · 8 years ago
  36. f7eae0a [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302) by Serhiy Storchaka · 8 years ago
  37. e613e6a bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285) by Serhiy Storchaka · 8 years ago
  38. 7445381 bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051) by Sylvain · 8 years ago
  39. 29adc13 bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) by Victor Stinner · 8 years ago
  40. 3c2817b Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922) by Antoine Pitrou · 8 years ago
  41. 523776c bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) by Segev Finer · 8 years ago
  42. 9997073 bpo-30228: FileIO seek() and tell() set seekable (#1384) by Victor Stinner · 8 years ago
  43. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 8 years ago
  44. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 8 years ago
  45. 026435c bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) by Xiang Zhang · 8 years ago
  46. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 8 years ago
  47. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 8 years ago
  48. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 8 years ago
  49. fff9a31 bpo-29865: Use PyXXX_GET_SIZE macros rather than Py_SIZE for concrete types. (#748) by Serhiy Storchaka · 8 years ago
  50. a5af6e1 bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) by Serhiy Storchaka · 8 years ago
  51. 0042510 bpo-29730: replace some calls to PyNumber_Check and improve some error messages (#650) by Oren Milman · 8 years ago
  52. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 8 years ago
  53. 7400254 bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) by orenmn · 8 years ago
  54. 8c67fdd Merge from 3.6 by Steve Dower · 9 years ago
  55. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 9 years ago
  56. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 9 years ago
  57. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 9 years ago
  58. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 9 years ago
  59. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 9 years ago
  60. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 9 years ago
  61. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 9 years ago
  62. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 9 years ago
  63. 446a498 Merge doc fixes from 3.6 by Martin Panter · 9 years ago
  64. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 9 years ago
  65. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 9 years ago
  66. 280408b Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 9 years ago
  67. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 9 years ago
  68. 61bdb0d Use _PyObject_CallMethodIdObjArgs() in _io by Victor Stinner · 9 years ago
  69. 7e42541 Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 9 years ago
  70. d7d266c Merge from 3.6. by Serhiy Storchaka · 9 years ago
  71. 427f10b Merge from 3.5. by Serhiy Storchaka · 9 years ago
  72. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 9 years ago
  73. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 9 years ago
  74. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  75. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 9 years ago
  76. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  77. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  78. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 9 years ago
  79. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  80. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  81. d63f1f7 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  82. ccb2c0e Issue #23214: Implement optional BufferedReader, BytesIO read1() argument by Martin Panter · 9 years ago
  83. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 9 years ago
  84. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 9 years ago
  85. 9df89d0 Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt by Christian Heimes · 9 years ago
  86. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 9 years ago
  87. 27f26ad Issue #28161: Opening CON for write access fails by Steve Dower · 9 years ago
  88. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 9 years ago
  89. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  90. 3929499 Issue #1602: Windows console doesn't input or print Unicode (PEP 528) by Steve Dower · 9 years ago
  91. 940f33a Issue #23524: Finish removing _PyVerify_fd from sources by Steve Dower · 9 years ago
  92. 47ff073 more PY_LONG_LONG to long long by Benjamin Peterson · 9 years ago
  93. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 9 years ago
  94. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  95. 9171a8b Issue #27574: Decreased an overhead of parsing keyword arguments in functions by Serhiy Storchaka · 9 years ago
  96. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  97. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 9 years ago
  98. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 9 years ago
  99. 118598a Issue #27066: Fixed SystemError if a custom opener (for open()) returns a by Barry Warsaw · 9 years ago
  100. 480e285 Issue #27066: Fixed SystemError if a custom opener (for open()) returns by Barry Warsaw · 9 years ago