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