1. f94d1ee Issue #28544: Fix inefficient call to _PyObject_CallMethodId() by Victor Stinner · 8 years ago
  2. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  3. 1aea8fb Issue #28544: Fix _asynciomodule.c on Windows by Victor Stinner · 8 years ago
  4. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  5. 8a8ebc9 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  6. 3ec5f42 Fixed possible NULL decrefing. by Serhiy Storchaka · 8 years ago
  7. 802426f Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  8. b29cee4 Issue #28526: Use PyUnicode_AsEncodedString() instead of by Serhiy Storchaka · 8 years ago
  9. 74c1753 Issue #28430: Fix iterator of C implemented asyncio.Future doesn't by INADA Naoki · 8 years ago
  10. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  11. f536af1 Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 8 years ago
  12. 53478f8 Issue #28493: Fix typos in _asynciomodule.c by Yury Selivanov · 8 years ago
  13. a4b884f Issue #28492: Fix how StopIteration is raised in _asyncio.Future by Yury Selivanov · 8 years ago
  14. 82919ec Issue #24381: merge from 3.5 by Ned Deily · 8 years ago
  15. fa27d5f Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 8 years ago
  16. fa22b29 Issue #28471: Fix crash (GIL state related) in socket.setblocking by Yury Selivanov · 8 years ago
  17. c411a7d Issue #28452: Remove _asyncio._init_module function by INADA Naoki · 8 years ago
  18. 9f2ce25 Issue #28428: Rename _futures module to _asyncio. by INADA Naoki · 8 years ago
  19. 95b826d - Modules/Setup.dist: Add the _blake2 module by doko@ubuntu.com · 8 years ago
  20. 1be427b Issue #28405: Fix compile error for _futuresmodule.c on Cygwin. by INADA Naoki · 8 years ago
  21. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 8 years ago
  22. 9e4e38e Issue #26801: Added C implementation of asyncio.Future. by INADA Naoki · 8 years ago
  23. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  24. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  25. c6f9b2b Issue #28162: Fixes Ctrl+Z handling in console readall() by Steve Dower · 8 years ago
  26. 2674bc7 Issue #27998: Fixed bytes path support in os.scandir() on Windows. by Serhiy Storchaka · 8 years ago
  27. e4c222c merge 3.5 by Benjamin Peterson · 8 years ago
  28. 8f1cdc6 ensure read size is initialized by Benjamin Peterson · 8 years ago
  29. 43441c7 merge 3.5 by Benjamin Peterson · 8 years ago
  30. 3776836 do not leak buffer if mmap is not writable by Benjamin Peterson · 8 years ago
  31. 87845bc merge 3.5 by Benjamin Peterson · 8 years ago
  32. cd04db0 mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 8 years ago
  33. 312cef7 Issue #28217: Adds _testconsole module to test console input. Fixes some issues found by the tests. by Steve Dower · 8 years ago
  34. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  35. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  36. 8f0f205 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  37. 85c3f26 Issue #28322: Fixed possible crashes when unpickle itertools objects from by Serhiy Storchaka · 8 years ago
  38. 55c9239 Issue #28275: Merge bz2 fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  39. 38317d3 Issue #28275: Clean up to avoid use-after-free after bzip decompress failure by Martin Panter · 8 years ago
  40. 84d8baa Fix xml.etree.ElementTree.Element.getiterator() by Victor Stinner · 8 years ago
  41. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  42. 9574e0a Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  43. 5ae4f49 Issue #20947: Fixed a gcc warning with -Wstrict-overflow. by Serhiy Storchaka · 8 years ago
  44. a12e784 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  45. c0b7037 Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). by Serhiy Storchaka · 8 years ago
  46. 22805ca Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  47. 407ac47 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 8 years ago
  48. 9df89d0 Issue #28277: remove linefeed character from iomodule.h. Patch by Michael Felt by Christian Heimes · 8 years ago
  49. 1a63b9f Typo by Christian Heimes · 8 years ago
  50. a5d0765 Finish GC code for SSLSession and increase test coverage by Christian Heimes · 8 years ago
  51. 6f3f3e5 Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  52. 3cb091e Increase buffer for readlink() in case OS will support longer names one day. by Christian Heimes · 8 years ago
  53. 0202c34 Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  54. 2f366ca Add an extra byte for null in case we ever get very long unicode names. by Christian Heimes · 8 years ago
  55. b00e00c Don't define PY_WITH_KECCAK by Christian Heimes · 8 years ago
  56. ec2319c Fix memleak in os.getrandom() by Victor Stinner · 8 years ago
  57. 8ac46c9 revert expat changes by Benjamin Peterson · 8 years ago
  58. e2e792d merge 3.5 (#28184) by Benjamin Peterson · 8 years ago
  59. 26c03bd Fix memory leak in path_converter() by Victor Stinner · 8 years ago
  60. ac965ca stop using Py_LL and Py_ULL by Benjamin Peterson · 8 years ago
  61. bf3c1c3 Issue #28075: Fix test_access_denied in Python 3.5 by Berker Peksag · 8 years ago
  62. 27f26ad Issue #28161: Opening CON for write access fails by Steve Dower · 8 years ago
  63. 313523c Issue #28192: Don't import readline in isolated mode by Steve Dower · 8 years ago
  64. 052e4f1 Issue #28075: Merge from 3.5 by Berker Peksag · 8 years ago
  65. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  66. d508d00 Issue #28139: Merge indentation fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  67. 6d57fe1 Issue #28139: Fix messed up indentation by Martin Panter · 8 years ago
  68. 355bbb0 Issue #28145: Merge spelling fixes from 3.5 into 3.6 by Martin Panter · 8 years ago
  69. 2dc77f0 Issue #28145: Spelling fixes by Martin Panter · 8 years ago
  70. 3940499 Issue #28156: Export os.getpid() conditionally by Berker Peksag · 8 years ago
  71. 8181646 Issue #28114: Fix a crash in parse_envlist() when env contains byte strings by Berker Peksag · 8 years ago
  72. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  73. 7ec6456 Issue #28153: Make kqueue()'s event filters optional by Berker Peksag · 8 years ago
  74. 62a1f02 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  75. e6265e9 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  76. 8cee103 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  77. 7ce2013 Restrict name_length to NAME_MAXLEN in unicodedata_UCD_lookup() by Christian Heimes · 8 years ago
  78. 37098cd more granular configure checks for clock_* functions (closes #28081) by Benjamin Peterson · 8 years ago
  79. 8ee9edb Issue #28131: Merge from 3.5 by Berker Peksag · 8 years ago
  80. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  81. f6365e3 Issue #28188: Use PyMem_Calloc() to get rid of a type-limits warning and an extra memset() call in _ssl.c. by Christian Heimes · 8 years ago
  82. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  83. faf2cea Fix NULL check in sock_sendmsg_iovec. CID 1372885 by Christian Heimes · 8 years ago
  84. 410b988 Issue #27866: Fix refleak in cipher_to_dict() by Victor Stinner · 8 years ago
  85. 52d61e4 socket: Fix memory leak in sendmsg() and sendmsg_afalg() by Victor Stinner · 8 years ago
  86. 288b5bf Cleanup socketmodule.c by Victor Stinner · 8 years ago
  87. 8805717 Revert part of 3471a3515827 that caused a performance regression by Raymond Hettinger · 8 years ago
  88. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 8 years ago
  89. 654a7bd Adds missing assert suppression. by Steve Dower · 8 years ago
  90. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  91. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  92. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  93. a6d75fd Issue 24454: Removed unused match_getitem_doc. by Eric V. Smith · 8 years ago
  94. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 8 years ago
  95. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 8 years ago
  96. 9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function by Berker Peksag · 8 years ago
  97. 8be1740 Use uint16_t instead of short in audioop. by Serhiy Storchaka · 8 years ago
  98. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  99. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  100. 130bbe5 #28067: Fixed another typo. by Alexander Belopolsky · 8 years ago