1. dde4f63 Issue #17128: Build OS X installer for 3.6 with private copy of OpenSSL. by Ned Deily · 8 years ago
  2. 6d6602c Issue #27322: back out the commit. needs to be addressed after beta1. by Christian Heimes · 8 years ago
  3. 1396521 Issue #27322: skip test_compile_path when sys.path is not writeable. by Christian Heimes · 8 years ago
  4. 6287177 Issue #27350: Document compact dict memory usage by Victor Stinner · 8 years ago
  5. 3c336c5 Issue #28077: find_empty_slot() only supports combined dict by Victor Stinner · 8 years ago
  6. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  7. b8d768b Revert change f860b7a775c5 by Victor Stinner · 8 years ago
  8. 2f462a6 Buildbot: give 20 minute per test file by Victor Stinner · 8 years ago
  9. b1e169b ssue #27213: Reintroduce checks in _PyStack_AsDict() by Victor Stinner · 8 years ago
  10. 410b988 Issue #27866: Fix refleak in cipher_to_dict() by Victor Stinner · 8 years ago
  11. 52d61e4 socket: Fix memory leak in sendmsg() and sendmsg_afalg() by Victor Stinner · 8 years ago
  12. 288b5bf Cleanup socketmodule.c by Victor Stinner · 8 years ago
  13. eece222 Issue #27213: Fix reference leaks by Victor Stinner · 8 years ago
  14. 4d9a729 merge by Christian Heimes · 8 years ago
  15. 9017ec1 Issue #28093: Check more invalid combinations of PROTOCOL_TLS_CLIENT / PROTOCOL_TLS_SERVER by Christian Heimes · 8 years ago
  16. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 8 years ago
  17. 11fa3ff merge by Raymond Hettinger · 8 years ago
  18. 076366c Issue #17582: xml.etree.ElementTree nows preserves whitespaces in attributes by Raymond Hettinger · 8 years ago
  19. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  20. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  21. 8805717 Revert part of 3471a3515827 that caused a performance regression by Raymond Hettinger · 8 years ago
  22. 4103e4d Issue #28071: Add early-out for differencing from an empty set. by Raymond Hettinger · 8 years ago
  23. 34b74ff Add missing versionadded directives by Berker Peksag · 8 years ago
  24. 1d7feab Issue #28045: Merge from 3.5 by Berker Peksag · 8 years ago
  25. ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 8 years ago
  26. 8a2150a Issue #28095: Temporarily disable part of test_startup_imports on OS X. by Ned Deily · 8 years ago
  27. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 8 years ago
  28. e7da2f8 Make PGO use usual build directory on Windows. by Steve Dower · 8 years ago
  29. 654a7bd Adds missing assert suppression. by Steve Dower · 8 years ago
  30. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  31. a3222b8 Fixes test_getargs2 to get the buildbots working again. by Steve Dower · 8 years ago
  32. 16c18a3 Issue #28065: Update xz to 5.2.2 on Windows, and build it from source by Zachary Ware · 8 years ago
  33. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 8 years ago
  34. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 8 years ago
  35. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  36. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago
  37. 2609fa7 Merge 3.5 (asyncio/NEWS) by Yury Selivanov · 8 years ago
  38. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  39. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  40. 0b51fd4 merge by Raymond Hettinger · 8 years ago
  41. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  42. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 8 years ago
  43. 35a24c5 Add another f-string comment test, to make sure # are being caught in the right place. by Eric V. Smith · 8 years ago
  44. 09835dc Make an f-string error message more exact and consistent. by Eric V. Smith · 8 years ago
  45. 13a6d28 Null merge 3.5->3.6 by Guido van Rossum · 8 years ago
  46. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  47. 27e7226 Null merge 3.5->3.6 by Guido van Rossum · 8 years ago
  48. 7ac1f7d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  49. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  50. 7228980 issue28082: better name for Flag by Ethan Furman · 8 years ago
  51. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  52. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  53. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  54. 727cc93 Issue #28022: Catch another deprecation warning in imaplib by Christian Heimes · 8 years ago
  55. 40bed8a issue28083: add IntFlag constants by Ethan Furman · 8 years ago
  56. f93395b issue28082: use IntFlag for re constants by Ethan Furman · 8 years ago
  57. 06339e7 Enum._convert: sort by value, then by name by Ethan Furman · 8 years ago
  58. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  59. ef71d20 Add some additional suspicious exemption rules for recent doc changes. by Ned Deily · 8 years ago
  60. fda8961 Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform. by Xavier de Gaye · 8 years ago
  61. ea80ffb Issue #23545: Turn on extra warnings on GCC. by Serhiy Storchaka · 8 years ago
  62. 81b08a8 Regenerate the configure script. Now it supports --runstatedir option by Serhiy Storchaka · 8 years ago
  63. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  64. e084f84 Issue 27744: test_aes_cbc is blocking x86-64 Ubuntu 15.10 Skylake CPU 3.x for a while. Require Kernel 4.3+ for now by Christian Heimes · 8 years ago
  65. 49aed7b Issue #28078: Add missing colon by Christian Heimes · 8 years ago
  66. 8d14abc Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter by Christian Heimes · 8 years ago
  67. 02b3035 Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang Zhang, thanks by Christian Heimes · 8 years ago
  68. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 8 years ago
  69. a6d75fd Issue 24454: Removed unused match_getitem_doc. by Eric V. Smith · 8 years ago
  70. d5ee406 Closes #23105: Merged update from 3.5. by Vinay Sajip · 8 years ago
  71. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  72. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 8 years ago
  73. b7e3535 Fixed a markup in docs. by Serhiy Storchaka · 8 years ago
  74. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 8 years ago
  75. a3c1728 Use HTTP in testPythonOrg by Berker Peksag · 8 years ago
  76. fa0c885 Issue #20100: Merge from 3.5 by Berker Peksag · 8 years ago
  77. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  78. 9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function by Berker Peksag · 8 years ago
  79. 966ad74 Unskip testPythonOrg in test_robotparser by Berker Peksag · 8 years ago
  80. a1e9ab3 Fixed refactoring bug in dd046963bd42 (issue27129). by Serhiy Storchaka · 8 years ago
  81. 2a9f5ed Wrap testPasswordProtectedSite with @reap_threads by Berker Peksag · 8 years ago
  82. d063049 Closed #26533: Merged update from 3.5. by Vinay Sajip · 8 years ago
  83. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 8 years ago
  84. eb5b647 Merged upstream changes. by Vinay Sajip · 8 years ago
  85. 4da0fd0 Issue #25497: Rewrite test_robotparser to use a class based design by Berker Peksag · 8 years ago
  86. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  87. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  88. 8be1740 Use uint16_t instead of short in audioop. by Serhiy Storchaka · 8 years ago
  89. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  90. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  91. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  92. 1cb7aaa Issue #27991: Merge from 3.5 by Berker Peksag · 8 years ago
  93. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 8 years ago
  94. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  95. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  96. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  97. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  98. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  99. c16595e issue23591: add auto() for auto-generating Enum member values by Ethan Furman · 8 years ago
  100. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago