1. 85c98bf Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  2. 96b2dd5 Issue #26661: setup.py now detects system libffi with multiarch wrapper. by Christian Heimes · 8 years ago
  3. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  4. 1ec262b Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  5. 7358efa Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  6. 1c75c18 Issue #28110: launcher.msi has different product codes between 32-bit and 64-bit by Steve Dower · 8 years ago
  7. 27f26ad Issue #28161: Opening CON for write access fails by Steve Dower · 8 years ago
  8. 5d625cf Issue #26384: Merge from 3.5 by Berker Peksag · 8 years ago
  9. bcfb35f Issue #26384: Fix UnboundLocalError in socket._sendfile_use_sendfile by Berker Peksag · 8 years ago
  10. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 8 years ago
  11. 052e4f1 Issue #28075: Merge from 3.5 by Berker Peksag · 8 years ago
  12. 0b4dc48 Issue #28075: Check for ERROR_ACCESS_DENIED in Windows implementation of os.stat() by Berker Peksag · 8 years ago
  13. abf275a Issue #22493: Warning message emitted by using inline flags in the middle of by Serhiy Storchaka · 8 years ago
  14. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 8 years ago
  15. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 8 years ago
  16. de3f48a Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  17. a4961e5 Issue #28181: Get antigravity over HTTPS. Patch by Kaartic Sivaraam. by Christian Heimes · 8 years ago
  18. f8479ee Issue #25895: Merge from 3.5 by Berker Peksag · 8 years ago
  19. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 8 years ago
  20. 993b6f5 Merge 3.5 (issue #27759) by Yury Selivanov · 8 years ago
  21. 525aedc Issue #27759: Fix selectors incorrectly retain invalid file descriptors. by Yury Selivanov · 8 years ago
  22. 732ba01 Fix Misc/NEWS by Yury Selivanov · 8 years ago
  23. 50fe711 Merge 3.5 (issue #28176) by Yury Selivanov · 8 years ago
  24. d6c6771 Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect. by Yury Selivanov · 8 years ago
  25. b76968b Merge 3.5 (asyncio, issue #26909) by Yury Selivanov · 8 years ago
  26. 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
  27. 62b81c3 Merge 3.5 (issue #26654) by Yury Selivanov · 8 years ago
  28. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  29. 1b984ff Merge 3.5 (issue #28174) by Yury Selivanov · 8 years ago
  30. 5587d7c Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio) by Yury Selivanov · 8 years ago
  31. d070154 Merge 3.5 (issue #27906) by Yury Selivanov · 8 years ago
  32. a1b0e7d Issue #27906: Fix socket accept exhaustion during high TCP traffic. by Yury Selivanov · 8 years ago
  33. 8181646 Issue #28114: Fix a crash in parse_envlist() when env contains byte strings by Berker Peksag · 8 years ago
  34. 8987c9d Issue #26182: Raise DeprecationWarning for improper use of async/await keywords by Yury Selivanov · 8 years ago
  35. 6775231 Unicode 9.0.0 by Benjamin Peterson · 8 years ago
  36. 62a1f02 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  37. e6265e9 Issue #27599: Fixed buffer overrun in binascii.b2a_qp() and binascii.a2b_qp(). by Serhiy Storchaka · 8 years ago
  38. 8ee9edb Issue #28131: Merge from 3.5 by Berker Peksag · 8 years ago
  39. 4aa74c4 Issue #28131: Fix a regression in zipimport's compile_source() by Berker Peksag · 8 years ago
  40. f051e43 Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy(). by Christian Heimes · 8 years ago
  41. d0ad11f Fix _PyDict_Pop() on pending key by Victor Stinner · 8 years ago
  42. 1341926 Issue #15819: Remove old unconditional -IInclude option by Martin Panter · 8 years ago
  43. b2317a4 Issue #15819: Merge include search from 3.5 into 3.6 by Martin Panter · 8 years ago
  44. 4a94bbe Start 3.6.0b2 by Ned Deily · 8 years ago
  45. beb798c Version bump for 3.6.0b1 by Ned Deily · 8 years ago
  46. dde4f63 Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL. by Ned Deily · 8 years ago
  47. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 8 years ago
  48. 11fa3ff merge by Raymond Hettinger · 8 years ago
  49. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  50. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  51. 4103e4d Issue #28071: Add early-out for differencing from an empty set. by Raymond Hettinger · 8 years ago
  52. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 8 years ago
  53. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  54. 16c18a3 Issue #28065: Update xz to 5.2.2 on Windows, and build it from source by Zachary Ware · 8 years ago
  55. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 8 years ago
  56. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 8 years ago
  57. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  58. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago
  59. 2609fa7 Merge 3.5 (asyncio/NEWS) by Yury Selivanov · 8 years ago
  60. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  61. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 8 years ago
  62. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  63. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  64. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  65. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  66. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  67. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  68. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  69. d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. by Serhiy Storchaka · 8 years ago
  70. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  71. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  72. 358cfd4 Issue 28043: SSLContext has improved default settings by Christian Heimes · 8 years ago
  73. 7036019 IDLE newx items. merge from 3.5 by Terry Jan Reedy · 8 years ago
  74. d92cecb IDLE newx items. by Terry Jan Reedy · 8 years ago
  75. 82cb124 Issue #25221: merge from 3.5. by Mark Dickinson · 8 years ago
  76. 36820dd Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is compiled with NSMALLPOSINTS = 0. by Mark Dickinson · 8 years ago
  77. 8199400 Merge from 3.5 by Steve Dower · 8 years ago
  78. f028d9f Issue #27932: Backs out change by Steve Dower · 8 years ago
  79. b0d497c Issue #24693: Changed some RuntimeError's in the zipfile module to more by Serhiy Storchaka · 8 years ago
  80. b161562 Issue #17909: Accept binary input in json.loads by Nick Coghlan · 8 years ago
  81. 457fc9a Issue #27137: align Python & C implementations of functools.partial by Nick Coghlan · 8 years ago
  82. 8f9cafa Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  83. 8ddcf3a Issue #28019: itertools.count() no longer rounds non-integer step in range by Serhiy Storchaka · 8 years ago
  84. 2eb6eca Issue #18401: pdb tests don't read ~/.pdbrc anymore by Łukasz Langa · 8 years ago
  85. 528db31 Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  86. f2bdb6b Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  87. 2832574 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  88. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  89. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  90. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 8 years ago
  91. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 8 years ago
  92. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  93. 2e82bf8 Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  94. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  95. 48c7d75 Merge from Zach by Steve Dower · 8 years ago
  96. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  97. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  98. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  99. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  100. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago