1. 7acb22e bpo-28494: install ziptestdata to fix install bot (GH-15902) by Miss Islington (bot) · 4 years, 10 months ago
  2. 248387f bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by Miss Islington (bot) · 4 years, 10 months ago
  3. 2406672 bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Miss Islington (bot) · 5 years ago
  4. 2ec4545 bpo-37359: Add --cleanup option to python3 -m test (GH-14332) (GH-14334) by Victor Stinner · 5 years ago
  5. bac6e63 bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Miss Islington (bot) · 5 years ago
  6. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  7. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  8. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  9. f7fba6c bpo-34632 fix buildbots and remove artifact (GH-13566) by Jason R. Coombs · 5 years ago
  10. c3738cf bpo-34632: fix installation of importlib.metadata (#13563) by Chih-Hsuan Yen · 5 years ago
  11. bc66fac bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551) by Victor Stinner · 5 years ago
  12. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  13. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  14. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  15. fd1e0e9 bpo-35134: Register new traceback.h header files (GH-13431) by Victor Stinner · 5 years ago
  16. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  17. 0d5864f bpo-13611: Include C14N 2.0 test data in installation (GH-13053) by Stefan Behnel · 5 years ago
  18. 7a5a1cf bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) by xdegaye · 5 years ago
  19. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  20. 01f073f bpo-21536: Revert Makefile change on python-config (GH-12971) by Victor Stinner · 5 years ago
  21. 06d04e7 bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) by Victor Stinner · 5 years ago
  22. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  23. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  24. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  25. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  26. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  27. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  28. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  29. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  30. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 5 years ago
  31. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 5 years ago
  32. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 5 years ago
  33. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 5 years ago
  34. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 5 years ago
  35. 44a3ee0 bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) by Ned Deily · 6 years ago
  36. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  37. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  38. 640ed52 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) by Victor Stinner · 6 years ago
  39. 25648d0 bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) by jdemeyer · 6 years ago
  40. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  41. 4808338 bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) by Victor Stinner · 6 years ago
  42. da324d5 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by E. M. Bray · 6 years ago
  43. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  44. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  45. f653fd4 bpo-35296: make install now installs the internal API (GH-10665) by Victor Stinner · 6 years ago
  46. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  47. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  48. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  49. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  50. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  51. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  52. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  53. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 6 years ago
  54. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  55. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  56. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  57. 10f715d Enable the verbose build for extension modules with GNU make (#6659) by Matthias Klose · 6 years ago
  58. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  59. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  60. d6ff8a7 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Zachary Ware · 6 years ago
  61. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 6 years ago
  62. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 6 years ago
  63. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 6 years ago
  64. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 6 years ago
  65. ca0c5f2 bpo-32248: install new test_importlib directories (#5138) by Ned Deily · 7 years ago
  66. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  67. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  68. 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
  69. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  70. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  71. 3be3b97 make tags: index also Modules/_ctypes/ (#4648) by Victor Stinner · 7 years ago
  72. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  73. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 7 years ago
  74. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  75. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  76. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  77. 6fb0e4a explicitly list objects for the ar command (#3824) by Benjamin Peterson · 7 years ago
  78. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  79. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  80. 4866957 bpo-30860: Add Include/internal/ in "make tags" (#3498) by Victor Stinner · 7 years ago
  81. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  82. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  83. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  84. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  85. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  86. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  87. a3a01a2 bpo-30871: Add "make pythoninfo" (#3120) by Victor Stinner · 7 years ago
  88. d5ed47d bpo-30814, bpo-30876: Add new import test files to projects. (#2851) by Serhiy Storchaka · 7 years ago
  89. 0056118 buildbot: pass --fail-env-changed to regrtest (#2509) by Victor Stinner · 7 years ago
  90. 178418a bpo-30492: Allow make clinic to work out of tree. (#1836) by Gregory P. Smith · 7 years ago
  91. c0364fc bpo-20210: Support the *disabled* marker in Setup files (GH-132) by xdegaye · 7 years ago
  92. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  93. 7bac69d Remove .bzrignore (GH-1661) by Stéphane Wirtel · 7 years ago
  94. f6eae5b bpo-28787: Fix out of tree --with-dtrace builds (#135) by stratakis · 7 years ago
  95. fa5abac bpo-30289: remove Misc/python-config.sh when make distclean (#1498) by Xiang Zhang · 7 years ago
  96. a1054c3 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) by torsava · 7 years ago
  97. a5c62a8 bpo-23404: make touch becomes make regen-all (#1405) by Victor Stinner · 7 years ago
  98. 826f83f bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) by Victor Stinner · 7 years ago
  99. 8a543c0 `make tags` fixes (GH-717) by Alex Dzyoba · 7 years ago
  100. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago