1. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 6 months ago
  2. 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 4 years, 7 months ago
  3. 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 4 years, 7 months ago
  4. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 7 months ago
  5. 45876a9 bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) by Victor Stinner · 4 years, 7 months ago
  6. 9a978dd closes bpo-39575: Change -lgcov to --coverage. (GH-18382) by Fangrui Song · 4 years, 7 months ago
  7. bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 7 months ago
  8. 2528a6c Add test.test_import.data.unwritable package to makefile (#18211) by Dino Viehland · 4 years, 8 months ago
  9. ef7eaaf bpo-39144 Align ctags and etags behaviours in the makefile and include Python stdlib files (GH-17721) by Anthony Shaw · 4 years, 9 months ago
  10. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 10 months ago
  11. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 4 years, 10 months ago
  12. c374474 bpo-28494: install ziptestdata to fix install bot (GH-15902) by Gregory P. Smith · 5 years ago
  13. c6bbcd2 bpo-37725: have "make clean" remove PGO task data (#15033) by Neil Schemenauer · 5 years ago
  14. b4612f5 bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by T. Wouters · 5 years ago
  15. 387c3c5 bpo-37653: Fix libinstall target in Makefile (GH-14911) by Erlend Egeberg Aasland · 5 years ago
  16. 4e16a4a bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Neil Schemenauer · 5 years ago
  17. e869281 bpo-37468: make install no longer install wininst-*.exe files (GH-14511) by Victor Stinner · 5 years ago
  18. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  19. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  20. 8a8b59c bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Christian Heimes · 5 years ago
  21. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  22. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  23. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  24. f7fba6c bpo-34632 fix buildbots and remove artifact (GH-13566) by Jason R. Coombs · 5 years ago
  25. c3738cf bpo-34632: fix installation of importlib.metadata (#13563) by Chih-Hsuan Yen · 5 years ago
  26. bc66fac bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551) by Victor Stinner · 5 years ago
  27. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  28. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  29. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  30. fd1e0e9 bpo-35134: Register new traceback.h header files (GH-13431) by Victor Stinner · 5 years ago
  31. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  32. 0d5864f bpo-13611: Include C14N 2.0 test data in installation (GH-13053) by Stefan Behnel · 5 years ago
  33. 7a5a1cf bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) by xdegaye · 5 years ago
  34. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  35. 01f073f bpo-21536: Revert Makefile change on python-config (GH-12971) by Victor Stinner · 5 years ago
  36. 06d04e7 bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) by Victor Stinner · 5 years ago
  37. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  38. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  39. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  40. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  41. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  42. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  43. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  44. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  45. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 6 years ago
  46. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 6 years ago
  47. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  48. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 6 years ago
  49. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 6 years ago
  50. 44a3ee0 bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) by Ned Deily · 6 years ago
  51. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  52. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  53. 640ed52 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) by Victor Stinner · 6 years ago
  54. 25648d0 bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) by jdemeyer · 6 years ago
  55. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago
  56. 4808338 bpo-35134: Update "make tags": add Include/cpython/ (GH-10739) by Victor Stinner · 6 years ago
  57. da324d5 closes bpo-34212: Build core extension modules with Py_BUILD_CORE_BUILTIN. (GH-8712) by E. M. Bray · 6 years ago
  58. ec13b93 bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705) by Victor Stinner · 6 years ago
  59. e421106 bpo-35134: Create Include/cpython/ subdirectory (GH-10624) by Victor Stinner · 6 years ago
  60. f653fd4 bpo-35296: make install now installs the internal API (GH-10665) by Victor Stinner · 6 years ago
  61. 984061e bpo-35081: Add new internal headers to Makefile (GH-10670) by Victor Stinner · 6 years ago
  62. 621cebe bpo-35081: Rename internal headers (GH-10275) by Victor Stinner · 6 years ago
  63. a1c249c bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273) by Victor Stinner · 6 years ago
  64. e281f7d bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271) by Victor Stinner · 6 years ago
  65. 27e2d1f bpo-35081: Add pycore_ prefix to internal header files (GH-10263) by Victor Stinner · 6 years ago
  66. 31368a4 bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239) by Victor Stinner · 6 years ago
  67. 6279c1c bpo-35053: Add Include/tracemalloc.h (GH-10091) by Victor Stinner · 6 years ago
  68. 65ed12c closes bpo-34869: Remove LDLAST. (GH-9667) by Benjamin Peterson · 6 years ago
  69. 79d1c2e bpo-25711: Rewrite zipimport in pure Python. (GH-6809) by Serhiy Storchaka · 6 years ago
  70. 6c785c0 bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607) by Victor Stinner · 6 years ago
  71. 961d54c bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229) by Antoine Pitrou · 6 years ago
  72. 10f715d Enable the verbose build for extension modules with GNU make (#6659) by Matthias Klose · 6 years ago
  73. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago
  74. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 6 years ago
  75. d6ff8a7 bpo-30638: Add clinic to `make regen-all` (GH-5671) by Zachary Ware · 7 years ago
  76. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 7 years ago
  77. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  78. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 7 years ago
  79. ced9cb5 bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180) by Christian Heimes · 7 years ago
  80. ca0c5f2 bpo-32248: install new test_importlib directories (#5138) by Ned Deily · 7 years ago
  81. e425bd7 move pygetopt.h to internal (closes bpo-32264) (#4830) by Benjamin Peterson · 7 years ago
  82. 7ea143a bpo-29469: Move constant folding to AST optimizer (GH-2858) by INADA Naoki · 7 years ago
  83. 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
  84. 13badcb bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681) by Serhiy Storchaka · 7 years ago
  85. 0ea395a bpo-32030: Add Python/pathconfig.c (#4668) by Victor Stinner · 7 years ago
  86. 3be3b97 make tags: index also Modules/_ctypes/ (#4648) by Victor Stinner · 7 years ago
  87. 9e87e77 bpo-32096: Remove obj and mem from _PyRuntime (#4532) by Victor Stinner · 7 years ago
  88. 0de9285 bpo-31934: Abort when building out of a not clean source tree (GH-4255) by xdegaye · 7 years ago
  89. a5293b4 Fix miscellaneous typos (#4275) by luzpaz · 7 years ago
  90. 4e38d71 bpo-28643: Record profile-opt build progress with stamp files (#4223) by Neil Schemenauer · 7 years ago
  91. 87d332d bpo-31810: Add smelly.py to check exported symbols (#4057) by Victor Stinner · 7 years ago
  92. 6fb0e4a explicitly list objects for the ar command (#3824) by Benjamin Peterson · 7 years ago
  93. d15108a stop using ranlib (closes bpo-31625) (#3815) by Benjamin Peterson · 7 years ago
  94. b091bec bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678) by Antoine Pitrou · 7 years ago
  95. 4866957 bpo-30860: Add Include/internal/ in "make tags" (#3498) by Victor Stinner · 7 years ago
  96. 4c81401 bpo-31354: Let configure --with-lto work on all builds by octaviansoldea · 7 years ago
  97. 2ebc5ce bpo-30860: Consolidate stateful runtime globals. (#3397) by Eric Snow · 7 years ago
  98. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  99. d3b9f97 Update multissl test helper (#3349) by Christian Heimes · 7 years ago
  100. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago