1. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  2. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 8 years ago
  3. 8805717 Revert part of 3471a3515827 that caused a performance regression by Raymond Hettinger · 8 years ago
  4. 4103e4d Issue #28071: Add early-out for differencing from an empty set. by Raymond Hettinger · 8 years ago
  5. 34b74ff Add missing versionadded directives by Berker Peksag · 8 years ago
  6. 1d7feab Issue #28045: Merge from 3.5 by Berker Peksag · 8 years ago
  7. ed6224e Issue #28045: Fix comment in range_contains_long() by Berker Peksag · 8 years ago
  8. 8a2150a Issue #28095: Temporarily disable part of test_startup_imports on OS X. by Ned Deily · 8 years ago
  9. 59da4b3 Issue #28037: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually by Berker Peksag · 8 years ago
  10. e7da2f8 Make PGO use usual build directory on Windows. by Steve Dower · 8 years ago
  11. 654a7bd Adds missing assert suppression. by Steve Dower · 8 years ago
  12. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 8 years ago
  13. a3222b8 Fixes test_getargs2 to get the buildbots working again. by Steve Dower · 8 years ago
  14. 16c18a3 Issue #28065: Update xz to 5.2.2 on Windows, and build it from source by Zachary Ware · 8 years ago
  15. 11a86ff Issue #28066: Merge srcdir fix from 3.5 by Martin Panter · 8 years ago
  16. 503ba3e Merge 3.5 (issue #27456) by Yury Selivanov · 8 years ago
  17. 44c19ec Issue #27456: asyncio: Set TCP_NODELAY by default. by Yury Selivanov · 8 years ago
  18. c5ee3ca Issue #28066: Fix include search directory logic for out-of-tree builds by Martin Panter · 8 years ago
  19. 2609fa7 Merge 3.5 (asyncio/NEWS) by Yury Selivanov · 8 years ago
  20. 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  21. a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
  22. 0b51fd4 merge by Raymond Hettinger · 8 years ago
  23. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 8 years ago
  24. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 8 years ago
  25. 35a24c5 Add another f-string comment test, to make sure # are being caught in the right place. by Eric V. Smith · 8 years ago
  26. 09835dc Make an f-string error message more exact and consistent. by Eric V. Smith · 8 years ago
  27. 13a6d28 Null merge 3.5->3.6 by Guido van Rossum · 8 years ago
  28. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  29. 27e7226 Null merge 3.5->3.6 by Guido van Rossum · 8 years ago
  30. 7ac1f7d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  31. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 8 years ago
  32. 7228980 issue28082: better name for Flag by Ethan Furman · 8 years ago
  33. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  34. 29097d5 Merge: #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  35. 0e0cfd7 #19003: Only replace \r and/or \n line endings in email.generator. by R David Murray · 8 years ago
  36. 727cc93 Issue #28022: Catch another deprecation warning in imaplib by Christian Heimes · 8 years ago
  37. 40bed8a issue28083: add IntFlag constants by Ethan Furman · 8 years ago
  38. f93395b issue28082: use IntFlag for re constants by Ethan Furman · 8 years ago
  39. 06339e7 Enum._convert: sort by value, then by name by Ethan Furman · 8 years ago
  40. 92dec54 Issue #28046: get_sysconfigdata_name() uses the _PYTHON_SYSCONFIGDATA_NAME by Xavier de Gaye · 8 years ago
  41. ef71d20 Add some additional suspicious exemption rules for recent doc changes. by Ned Deily · 8 years ago
  42. fda8961 Issue #27917: Fix test_triplet_in_ext_suffix for the 'x86' Android platform. by Xavier de Gaye · 8 years ago
  43. ea80ffb Issue #23545: Turn on extra warnings on GCC. by Serhiy Storchaka · 8 years ago
  44. 81b08a8 Regenerate the configure script. Now it supports --runstatedir option by Serhiy Storchaka · 8 years ago
  45. ec406fe Issue #27810: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  46. 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
  47. 49aed7b Issue #28078: Add missing colon by Christian Heimes · 8 years ago
  48. 8d14abc Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Panter by Christian Heimes · 8 years ago
  49. 02b3035 Issue #28078: Silence resource warnings in test_socket. Initial patch by Xiang Zhang, thanks by Christian Heimes · 8 years ago
  50. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 8 years ago
  51. a6d75fd Issue 24454: Removed unused match_getitem_doc. by Eric V. Smith · 8 years ago
  52. d5ee406 Closes #23105: Merged update from 3.5. by Vinay Sajip · 8 years ago
  53. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 8 years ago
  54. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 8 years ago
  55. b7e3535 Fixed a markup in docs. by Serhiy Storchaka · 8 years ago
  56. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 8 years ago
  57. a3c1728 Use HTTP in testPythonOrg by Berker Peksag · 8 years ago
  58. fa0c885 Issue #20100: Merge from 3.5 by Berker Peksag · 8 years ago
  59. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 8 years ago
  60. 9af13ca Issue #28036: Remove unused pysqlite_flush_statement_cache function by Berker Peksag · 8 years ago
  61. 966ad74 Unskip testPythonOrg in test_robotparser by Berker Peksag · 8 years ago
  62. a1e9ab3 Fixed refactoring bug in dd046963bd42 (issue27129). by Serhiy Storchaka · 8 years ago
  63. 2a9f5ed Wrap testPasswordProtectedSite with @reap_threads by Berker Peksag · 8 years ago
  64. d063049 Closed #26533: Merged update from 3.5. by Vinay Sajip · 8 years ago
  65. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 8 years ago
  66. eb5b647 Merged upstream changes. by Vinay Sajip · 8 years ago
  67. 4da0fd0 Issue #25497: Rewrite test_robotparser to use a class based design by Berker Peksag · 8 years ago
  68. 6853232 Closes #25671: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  69. 8d82559 Fixes #25671: Updated prompt handling in activate.fish. by Vinay Sajip · 8 years ago
  70. 8be1740 Use uint16_t instead of short in audioop. by Serhiy Storchaka · 8 years ago
  71. 5f1a518 Use sequence repetition instead of bytes constructor with integer argument. by Serhiy Storchaka · 8 years ago
  72. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  73. bdb847a Issue #27952: Merge fixcid.py from 3.5 by Martin Panter · 8 years ago
  74. 1cb7aaa Issue #27991: Merge from 3.5 by Berker Peksag · 8 years ago
  75. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 8 years ago
  76. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 8 years ago
  77. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 8 years ago
  78. b766538 Issue #27952: Get fixcid.py working with the re module by Martin Panter · 8 years ago
  79. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 8 years ago
  80. 9fab79b Issue #26900: Excluded underscored names and other private API from limited API. by Serhiy Storchaka · 8 years ago
  81. c16595e issue23591: add auto() for auto-generating Enum member values by Ethan Furman · 8 years ago
  82. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  83. fc3f7d5 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  84. 3a95f45 Remove the debug print that i accidentally left in. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  85. fff84eb Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (null merge 3.5->3.6) by Guido van Rossum · 8 years ago
  86. 56ff5f7 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. (Backport from the 3.6 version) by Guido van Rossum · 8 years ago
  87. 446e168 Issue #26141: Update docs for typing.py. Ivan Levkivskyi. by Guido van Rossum · 8 years ago
  88. f7f8299 Issue #28073: Improve wording around None. Michael Lee. (3.5->3.6) by Guido van Rossum · 8 years ago
  89. 1816dfe Issue #28073: Improve wording around None. Michael Lee. by Guido van Rossum · 8 years ago
  90. 050af5d Backed out changeset 8460a729e1de by Benjamin Peterson · 8 years ago
  91. cc1ea5d force gcc to use c99 inline semantics by Benjamin Peterson · 8 years ago
  92. 47503c5 fix link to instrumentation by Benjamin Peterson · 8 years ago
  93. 39e1061 add the usual extern C silliness to pydtrace.h by Benjamin Peterson · 8 years ago
  94. 699e2c9 reST is not markdown by Benjamin Peterson · 8 years ago
  95. 4eef505 Backed out changeset 3934e070c9db by Benjamin Peterson · 8 years ago
  96. 632d38a Null merge by Serhiy Storchaka · 8 years ago
  97. cc66a65 Backported tests for issue #28070. by Serhiy Storchaka · 8 years ago
  98. d65cd09 Issue #28070: Fixed parsing inline verbose flag in regular expressions. by Serhiy Storchaka · 8 years ago
  99. 99a6570 Issue #19500: Add client-side SSL session resumption to the ssl module. by Christian Heimes · 8 years ago
  100. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago