1. a787e5f Issue #27652: Expose ESHUTDOWN conditionally by Berker Peksag · 8 years ago
  2. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  3. 6074f21 (merge from 3.5) Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  4. 3a32bdf Issue #27453: CPP invocation in configure must use CPPFLAGS. by Xavier de Gaye · 8 years ago
  5. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  6. f6daa69 Merge from 3.5 by Berker Peksag · 8 years ago
  7. fa95068 Silence another "default role used" warning in typing.rst by Berker Peksag · 8 years ago
  8. 23aa24b Fix "default role used" warning in shlex.rst by Berker Peksag · 8 years ago
  9. a9333b1 Fix whitespace. by Guido van Rossum · 8 years ago
  10. c301cbf Fix whitespace. by Guido van Rossum · 8 years ago
  11. e608709 Expand documentation about type aliases and NewType in the typing module (merge 3.5 -> 3.6). by Guido van Rossum · 8 years ago
  12. 342e800 Expand documentation about type aliases and NewType in the typing module. by Guido van Rossum · 8 years ago
  13. c1f974c Closes #1521950: Made shlex parsing more shell-like. by Vinay Sajip · 8 years ago
  14. d2f8747 Issue #17596: MINGW: add wincrypt.h in Python/random.c by Martin Panter · 8 years ago
  15. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  16. 10ea19f Merge with 3.5 by Zachary Ware · 8 years ago
  17. 87ec85f Correct typo in Windows docs. by Zachary Ware · 8 years ago
  18. 28c3184 Issue #27647: Update Windows build to Tcl/Tk 8.6.6 by Zachary Ware · 8 years ago
  19. 6276b47 Merge 3.5 (issue #27404) by Victor Stinner · 8 years ago
  20. 4a865a3 NEWS: tag security related changes with [Security] prefix by Victor Stinner · 8 years ago
  21. 2faa65a Issue #23943: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  22. 3e5b1d3 Issue #23943: Restore extra fixes lost in merge 4fb2075952a4 by Martin Panter · 8 years ago
  23. 2553b1b Issue #27620: Make htest box respond to <Return> and <Escape>. by Terry Jan Reedy · 8 years ago
  24. 6b37dfc Issue #27620: Mark the default action button as the default. by Terry Jan Reedy · 8 years ago
  25. 263893c Issue #27626: Further spelling fixes for 3.6 by Martin Panter · 8 years ago
  26. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  27. 4b53359 Issue #27490: Merge pgen cross-compile logic from 3.5 by Martin Panter · 8 years ago
  28. eac67be Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  29. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  30. 2561726 Merge 3.5 (issue #11048) by Victor Stinner · 8 years ago
  31. e33797b ctypes: fix CThunkObject_new() by Victor Stinner · 8 years ago
  32. 755df2a Issue #27633: Merge from 3.5 by Berker Peksag · 8 years ago
  33. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  34. 611adf2 Issue #24773: Fixed tests failures on systems with 32-bit time_t. by Alexander Belopolsky · 8 years ago
  35. 8d49896 (merge from 3.5) Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  36. fd0d593 Issue #26662: Set PYTHON_FOR_GEN in configure by Xavier de Gaye · 8 years ago
  37. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  38. c75885b Issue #26638: Merge CLI link fix from 3.5 by Martin Panter · 8 years ago
  39. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  40. 1793783 Issue #27620: Escape key closes Query box as cancelled. by Terry Jan Reedy · 8 years ago
  41. 8e1d3a2 Issue 24773: Added a time_t overflow check. by Alexander Belopolsky · 8 years ago
  42. 43b1713 Issue #24137, issue #27611: Restore tkinter after test_idle. by Terry Jan Reedy · 8 years ago
  43. b93d863 Issue #1621: Avoid signed overflow in list and tuple operations by Martin Panter · 8 years ago
  44. 32d2ce3 Issue #27581: Merge overflow fix from 3.5 by Martin Panter · 8 years ago
  45. c665dfd Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. by Terry Jan Reedy · 8 years ago
  46. e8db861 Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple() by Martin Panter · 8 years ago
  47. 996d72b Issue #7063: Remove dead code from array slice handling by Martin Panter · 8 years ago
  48. 3b055b5 Issue #27601: Merge from 3.5 by Berker Peksag · 8 years ago
  49. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  50. ced8d4c Issue #27454: Use PyDict_SetDefault in PyUnicode_InternInPlace by Berker Peksag · 8 years ago
  51. 81fb0e3 Merge from 3.5 by Steve Dower · 8 years ago
  52. 0533826 Issue #27610: Adds PEP 514 metadata to Windows installer by Steve Dower · 8 years ago
  53. 6ed63f3 Fixes default intermediate directory when building on Windows. by Steve Dower · 8 years ago
  54. 95f7b9f Issue 24773: Make zoneinfo tests more robust. (reapply) by Alexander Belopolsky · 8 years ago
  55. c74fb9c Issue #27609: Explicitly return None when there are other returns. by Terry Jan Reedy · 8 years ago
  56. cd28013 Reindented Lib/test/datetimetester.py. by Alexander Belopolsky · 8 years ago
  57. 4719ae7 Issue #24773: Made ZoneInfoCompleteTest a TestSuit. by Alexander Belopolsky · 8 years ago
  58. 8dadb21 Issue 24773: Make zoneinfo tests more robust. by Alexander Belopolsky · 8 years ago
  59. 1f7480a Fixes bad Misc/NEWS merge by Steve Dower · 8 years ago
  60. edddc27 Issue #27469: Adds a shell extension to the launcher so that drag and drop works correctly. by Steve Dower · 8 years ago
  61. f96c84f Issue #13849: Merge from 3.5 by Berker Peksag · 8 years ago
  62. 5f804e3 Issue #13849: Fix test_null_bytes under Windows by Berker Peksag · 8 years ago
  63. 804a39f Issue #13849: Merge from 3.5 by Berker Peksag · 8 years ago
  64. 9adc1a3 Issue #13849: Add tests for null byte checking in test_genericpath by Berker Peksag · 8 years ago
  65. b3bb436 Issue #27493: Fix test_path_objects under Windows by Berker Peksag · 8 years ago
  66. bd8b443 Issue #27591: Merge from 3.5 by Berker Peksag · 8 years ago
  67. 1fd497e Issue #27591: Set sigint_event to NULL if _PyOS_IsMainThread() returns false by Berker Peksag · 8 years ago
  68. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  69. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  70. 5d0c598 Closes issue #24773: Implement PEP 495 (Local Time Disambiguation). by Alexander Belopolsky · 8 years ago
  71. 638e622 Closes #27493: accepted Path objects in file handlers for logging. by Vinay Sajip · 8 years ago
  72. d3afb62 Merge 3.5 (INVALID_SOCKET) by Victor Stinner · 8 years ago
  73. 524714e socket: use INVALID_SOCKET by Victor Stinner · 8 years ago
  74. 5e1989c Merge 3.5 (fix internal_select) by Victor Stinner · 8 years ago
  75. cccf606 Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. by Vinay Sajip · 8 years ago
  76. 0cec877 socket: Fix internal_select() by Victor Stinner · 8 years ago
  77. d141531 Issue #27472: Add test.support.unix_shell as the path to the default shell. by Xavier de Gaye · 8 years ago
  78. de85ed6 Closes #25393: Merge with 3.5 by Zachary Ware · 8 years ago
  79. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  80. fe8d966 Issue #27567: Expose the POLLRDHUP constant in the select module by Berker Peksag · 8 years ago
  81. a1ea9c8 add mising word by Benjamin Peterson · 8 years ago
  82. 0715ce3 add EPOLLEXCLUSIVE by Benjamin Peterson · 8 years ago
  83. 96e9716 expose EPOLLRDHUP (closes #27567) by Benjamin Peterson · 8 years ago
  84. 6fb9090 Issue #1621: Avoid signed int negation overflow in audioop by Martin Panter · 8 years ago
  85. e3d7474 Issue #27528: Merge warning doc and test from 3.5 by Martin Panter · 8 years ago
  86. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  87. 36261d7 Issue #16191: Merge comment fixes from 3.5 by Martin Panter · 8 years ago
  88. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  89. bd09f15 Issue #27507: Merge overflow check from 3.5 by Martin Panter · 8 years ago
  90. 371731e Issue #27507: Check for integer overflow in bytearray.extend() by Martin Panter · 8 years ago
  91. 5e24b98 Merge from 3.5 by Steve Dower · 8 years ago
  92. 5852fa3 Removes unused files from PC folder. by Steve Dower · 8 years ago
  93. b646790 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  94. 25f9cf4 Issue #27309: Enables proper Windows styles in python[w].exe manifest. by Steve Dower · 8 years ago
  95. 262dc1e Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  96. b22a677 Issue #27533: Release GIL in nt._isdir by Steve Dower · 8 years ago
  97. 1db9222 Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj by Steve Dower · 8 years ago
  98. bc3e9ca Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj by Steve Dower · 8 years ago
  99. c29dd22 Issue #27531: Merge from 3.5 by Berker Peksag · 8 years ago
  100. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago