1. 89e1b1a Issue 27080: PEP 515: add '_' formatting option. by Eric V. Smith · 8 years ago
  2. 37d398e compile dtrace stubs by Benjamin Peterson · 8 years ago
  3. 04bedfa Issue #27199: TarFile expose copyfileobj bufsize to improve throughput by Łukasz Langa · 8 years ago
  4. f578195 add dtrace inline stubs by Benjamin Peterson · 8 years ago
  5. 4ba5c88 just start with an int rather than casting by Benjamin Peterson · 8 years ago
  6. 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
  7. 052828d Issue #27566: Fix clean target in freeze makefile (patch by Lisa Roach) by Steve Dower · 8 years ago
  8. 80da993 Issue #28046: Fix distutils by Zachary Ware · 8 years ago
  9. 2e82bf8 Issue #27705: Update message in validate_ucrtbase.py by Steve Dower · 8 years ago
  10. 3b822d6 Issue #25969: Update the lib2to3 grammar to handle the unpacking by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  11. 50a903d merge (3.6 already has this) by Gregory P. Smith · 8 years ago
  12. feb7edc dummy dtrace probes are a good place to use inline functions by Benjamin Peterson · 8 years ago
  13. 48c7d75 Merge from Zach by Steve Dower · 8 years ago
  14. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  15. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  16. b44aceb Actually fix suspicious markup, I ignored it too readily by Zachary Ware · 8 years ago
  17. dec2df3 fix dummy macro by Benjamin Peterson · 8 years ago
  18. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  19. 39b42ae Remove line numbers from suspicious rules by Zachary Ware · 8 years ago
  20. ff70fc2 Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  21. 8dcc48e Issue #25758: Prevents zipimport from unnecessarily encoding a filename (patch by Eryk Sun) by Steve Dower · 8 years ago
  22. 1319236 Merge: #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  23. 347dc95 #14977: Make mailcap respect the order of the lines in the mailcap file. by R David Murray · 8 years ago
  24. 223f12c Remove 2to3's fix_callable... We reintroduced the callable built-in by Gregory P. Smith · 8 years ago
  25. 935043d Closes #27976: Deprecate bundled full copy of libffi by Zachary Ware · 8 years ago
  26. b7f3c94 Merge by Raymond Hettinger · 8 years ago
  27. ae9e5f0 Issue #22450: Use "Accept: */*" in the default headers for urllib.request by Raymond Hettinger · 8 years ago
  28. d6c580c Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  29. c87ae80 Issue #25144: Ensures TargetDir is set before continuing with custom install. by Steve Dower · 8 years ago
  30. 5272868 Rename test_strlit -> test_string_literals by Zachary Ware · 8 years ago
  31. 5458647 Issue #28053: Applying refactorings, docs and other cleanup to follow. by Davin Potts · 8 years ago
  32. f1024f7 merge by Raymond Hettinger · 8 years ago
  33. 87dc4d6 Issue 14976: Note that the queue module is not designed to protect against reentrancy by Raymond Hettinger · 8 years ago
  34. 3ceb573 Fix call to PathCombineW. by Steve Dower · 8 years ago
  35. c307672 We're not that far in the future yet by Zachary Ware · 8 years ago
  36. 12aeb78 Fix suspicious markup by Zachary Ware · 8 years ago
  37. 5daba1a Remove buildbot diagnostic code. by Steve Dower · 8 years ago
  38. 664cc50 Remove another useless buildbot script by Zachary Ware · 8 years ago
  39. 06ed218 #20476: add a message_factory policy attribute to email. by R David Murray · 8 years ago
  40. 37df068 Expands buildbot validation code by Steve Dower · 8 years ago
  41. 8f35675 Remove outdated buildbot scripts by Zachary Ware · 8 years ago
  42. f46e612 repair versionadded directive by Benjamin Peterson · 8 years ago
  43. 5510d82 Adds temporary validation code to buildbot script by Steve Dower · 8 years ago
  44. b230cc4 Ensures buildbots don't have zip files in build directory. by Steve Dower · 8 years ago
  45. 3cdd7f5 Add links from whatsnew to Windows docs. by Steve Dower · 8 years ago
  46. 3aeacad Issue #28025: Convert all ssl module constants to IntEnum and IntFlags. by Christian Heimes · 8 years ago
  47. 0c6ab35 repair reST by Benjamin Peterson · 8 years ago
  48. 142aee3 Merge heads by Serhiy Storchaka · 8 years ago
  49. d8fdffe Adds search path changes to whatsnew/3.6.rst by Steve Dower · 8 years ago
  50. 814f9ae Adds documentation for pythonXX.zip as a landmark. by Steve Dower · 8 years ago
  51. 75f94a7 remove more READ_TIMESTAMP by Benjamin Peterson · 8 years ago
  52. 1cfe1d1 remove READ_TIMESTAMP macro by Benjamin Peterson · 8 years ago
  53. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  54. be9a4e5 Issue #433028: Added support of modifier spans in regular expressions. by Serhiy Storchaka · 8 years ago
  55. ad46443 Issue #24186: Reenable optimised OpenSSL function by Steve Dower · 8 years ago
  56. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  57. ee73a65 Merge heads by Serhiy Storchaka · 8 years ago
  58. 7c19aff Issue #25856: The __module__ attribute of extension classes and functions by Serhiy Storchaka · 8 years ago
  59. fa40ca8 issue27985 - fix the incorrect duplicate class name in the lib2to3 by Gregory P. Smith · 8 years ago
  60. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  61. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  62. 5028938 Issue #27874: Allows use of pythonXX.zip file as landmark on Windows by Steve Dower · 8 years ago
  63. 2a1f30f Prevent PGO build for x86 releases. by Steve Dower · 8 years ago
  64. 621b430 remove all usage of Py_LOCAL by Benjamin Peterson · 8 years ago
  65. 50fd898 Issue #24320: Drop an old setuptools-induced hack. by Eric Snow · 8 years ago
  66. 9539963 Remove unused suspicious rules by Zachary Ware · 8 years ago
  67. ba41c81 Add tix deprecation to whatsnew by Zachary Ware · 8 years ago
  68. fa526bd Closes #27314: Fixes launcher installer upgrade table. by Steve Dower · 8 years ago
  69. c45599d Issue #19489: Merge with 3.5 by Zachary Ware · 8 years ago
  70. 9b32bda Issue #19489: Add NEWS and ACKS by Zachary Ware · 8 years ago
  71. 9c85828 Closes #19489: Merge with 3.5 by Zachary Ware · 8 years ago
  72. a3090a4 Issue #19489: Move the search box from sidebar to header and footer. by Zachary Ware · 8 years ago
  73. 7719d46 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  74. 724f6a6 Rename test_pep####.py files by Zachary Ware · 8 years ago
  75. a0154c0 Fix running test_tokenize directly by Zachary Ware · 8 years ago
  76. 1140a03 Rename Future._blocking to _asyncio_future_blocking. by Guido van Rossum · 8 years ago
  77. c1db513 repair errors in (set|get)_task_factory note (#28051) by Benjamin Peterson · 8 years ago
  78. c1bd632 Issue #27213: document changes in Misc/NEWS by Victor Stinner · 8 years ago
  79. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  80. 84f6a8f merge 3.5 (#28051) by Benjamin Peterson · 8 years ago
  81. 6cb526e remove unconvincing use of Py_LOCAL by Benjamin Peterson · 8 years ago
  82. 0d441d7 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  83. cb3f2c8 Add a note about queue not being safe for use from signal handlers. issue14976. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  84. 255295f Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  85. 6ceda63 Issue #24594: Validates persist parameter when opening MSI database by Steve Dower · 8 years ago
  86. 94a7927 #28047: Fix calculation of base64 line length. by R David Murray · 8 years ago
  87. de02b08 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  88. 2fadfc0 Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 8 years ago
  89. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  90. e535920 Fix make buildbottest to not re-trigger a profile-opt build. issue28035. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  91. 2a2becc Merge with 3.5 by Steve Dower · 8 years ago
  92. 06aed90 Issue #27576: Fix call order in OrderedDict.__init__(). by Eric Snow · 8 years ago
  93. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 8 years ago
  94. 9221759 Issue #28049: Add documentation for typing.Awaitable and friends. by Guido van Rossum · 8 years ago
  95. bf04b06 Issue #28008: Fix test_unparse by Yury Selivanov · 8 years ago
  96. 8b26702 Closes #22731: Documents change of console mode. by Steve Dower · 8 years ago
  97. 7a35b1c Issue #26619: Improves error message when installing on out-of-date Windows Server by Steve Dower · 8 years ago
  98. a845a81 remove unused osx10.5 sdk check by Benjamin Peterson · 8 years ago
  99. cce02f8 Remove Lib/test/test_pep247.py by Zachary Ware · 8 years ago
  100. 68f4dd8 Doc updates for PEPs 520 and 468. by Eric Snow · 8 years ago