1. 92f9024 bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) by Miss Islington (bot) · 5 years ago
  2. f14087a bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) by Victor Stinner · 5 years ago
  3. 7e4e4bd bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179) by Miss Islington (bot) · 6 years ago
  4. b02774f bpo-35296: make install now installs the internal API (GH-10665) (GH-10897) by Victor Stinner · 6 years ago
  5. 716a808 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by Miss Islington (bot) · 6 years ago
  6. 3c5d3f5 Enable the verbose build for extension modules with GNU make (GH-6659) (#6662) by Miss Islington (bot) · 6 years ago
  7. 18cd828 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by Miss Islington (bot) · 6 years ago
  8. d5be8e1 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Miss Islington (bot) · 6 years ago
  9. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  10. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  11. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  12. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 6 years ago
  13. ca0c5f2 bpo-32248: install new test_importlib directories (#5138) by Ned Deily · 6 years ago
  14. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  15. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  16. 31a8393 Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694) by Victor Stinner · 7 years ago
  17. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  18. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  19. 3be3b97 make tags: index also Modules/_ctypes/ (#4648) by Victor Stinner · 7 years ago
  20. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  21. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 7 years ago
  22. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  23. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  24. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  25. 6fb0e4a explicitly list objects for the ar command (#3824) by Benjamin Peterson · 7 years ago
  26. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  27. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  28. 4866957 bpo-30860: Add Include/internal/ in "make tags" (#3498) by Victor Stinner · 7 years ago
  29. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  30. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  31. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  32. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  33. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  34. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  35. a3a01a2 bpo-30871: Add "make pythoninfo" (#3120) by Victor Stinner · 7 years ago
  36. d5ed47d bpo-30814, bpo-30876: Add new import test files to projects. (#2851) by Serhiy Storchaka · 7 years ago
  37. 0056118 buildbot: pass --fail-env-changed to regrtest (#2509) by Victor Stinner · 7 years ago
  38. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 7 years ago
  39. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  40. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  41. 7bac69d Remove .bzrignore (GH-1661) by Stéphane Wirtel · 7 years ago
  42. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  43. fa5abac bpo-30289: remove Misc/python-config.sh when make distclean (#1498) by Xiang Zhang · 7 years ago
  44. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  45. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  46. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  47. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 7 years ago
  48. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  49. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  50. d783b01 Rename README to README.rst and enhance formatting (#2) by Victor Stinner · 7 years ago
  51. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 7 years ago
  52. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 7 years ago
  53. abe40bc Closed #29261: merged fix from 3.6. by Vinay Sajip · 7 years ago
  54. 6b642c9 Fixes #29261: merged fix from 3.5. by Vinay Sajip · 7 years ago
  55. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 7 years ago
  56. 44dcd1e Issue #28930: Merge from 3.6. by Xiang Zhang · 8 years ago
  57. 3d40e37 Issue #28930: Add a Makefile rule for bytes_methods.c. by Xiang Zhang · 8 years ago
  58. a57890e Issue #10656: Merge AIX build fix from 3.6 by Martin Panter · 8 years ago
  59. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 8 years ago
  60. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  61. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 8 years ago
  62. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 8 years ago
  63. 0af10ac Issue #28444: Merge with 3.6. by Xavier de Gaye · 8 years ago
  64. 800d6dc Issue #28046: Merge with 3.6. by Xavier de Gaye · 8 years ago
  65. 1c17e7f Issue #28046: Fix the removal of the sysconfigdata module by Xavier de Gaye · 8 years ago
  66. a2bc46d merge 3.6 by Benjamin Peterson · 8 years ago
  67. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  68. 3839d99 Issue #13756: Fix building extensions modules on Cygwin by Zachary Ware · 8 years ago
  69. d920d39 Merge 3.6 by Victor Stinner · 8 years ago
  70. e234fce Merge 3.5 by Victor Stinner · 8 years ago
  71. 8d50d62 Issue #28258: Explain the LC_ALL change in a comment by Victor Stinner · 8 years ago
  72. cf6d2d9 Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  73. 80bc7dc Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  74. 2e8c939 Issue #28258: Fixed build with Estonian locale (python-config and distclean by Serhiy Storchaka · 8 years ago
  75. adab00f Issue #27950: Silence long makefile commands and comments by Martin Panter · 8 years ago
  76. 79f9d4f lcov: ignore more 3rd party code and internal test/debug/dummy files by Christian Heimes · 8 years ago
  77. 1341926 Issue #15819: Remove old unconditional -IInclude option by Martin Panter · 8 years ago
  78. b2317a4 Issue #15819: Merge include search from 3.5 into 3.6 by Martin Panter · 8 years ago
  79. 2f462a6 Buildbot: give 20 minute per test file by Victor Stinner · 8 years ago
  80. f578195 add dtrace inline stubs by Benjamin Peterson · 8 years ago
  81. c4b53af Issue #28046: Remove platform-specific directories from sys.path by Zachary Ware · 8 years ago
  82. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  83. 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
  84. 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
  85. 7d895ac remove --with(out)-signal-module, since the signal module is non-optional by Benjamin Peterson · 8 years ago
  86. 8c94f97 Issue #26359: Add the --with-optimizations flag. by Brett Cannon · 8 years ago
  87. 653c850 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  88. 41356f9 indicate the dependence of odict and dictobject on dict-common.h by Benjamin Peterson · 8 years ago
  89. 20737cc Issue #28027: Remove Lib/plat-* files by Zachary Ware · 8 years ago
  90. 97be87a Issue #15352: Rebuild frozen modules when marshal.c is changed. by Eric Snow · 8 years ago
  91. 22d0698 Adds test.support.PGO and skips tests that are not useful for PGO. by Steve Dower · 8 years ago
  92. 63d98bc Issue #26359: Add the --with-optimizations configure flag. by Brett Cannon · 8 years ago
  93. c083476 Fixes issue26307: The profile-opt build now applys PGO to the built-in modules. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  94. 3c397e4 Fix out-of-tree builds for blake2 by Christian Heimes · 8 years ago
  95. 121b948 Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib. by Christian Heimes · 8 years ago
  96. a582af8 Merge with 3.5 by Zachary Ware · 8 years ago
  97. de354bc Include test/test_warnings/data as well by Zachary Ware · 8 years ago
  98. 6dd1109 Merge with 3.5 by Zachary Ware · 8 years ago
  99. 19e5064 Include test_tools and test_warnings in install by Zachary Ware · 8 years ago
  100. 201c328 remove unused list of pgen srcs by Benjamin Peterson · 8 years ago