1. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 9 months ago
  2. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 3 years, 10 months ago
  3. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 10 months ago
  4. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 3 years, 11 months ago
  5. a6879d9 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Victor Stinner · 3 years, 11 months ago
  6. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 11 months ago
  7. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  8. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 4 years ago
  9. e6dcd37 bpo-19521: Fix parallel build race condition on AIX (GH-21997) by Stefan Krah · 4 years, 1 month ago
  10. 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 4 years, 2 months ago
  11. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 4 years, 2 months ago
  12. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 3 months ago
  13. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 3 months ago
  14. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 3 months ago
  15. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 3 months ago
  16. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago
  17. d72b964 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) by Victor Stinner · 4 years, 3 months ago
  18. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 3 months ago
  19. 51ae31e bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Victor Stinner · 4 years, 3 months ago
  20. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 3 months ago
  21. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 3 months ago
  22. 2abeded bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) by Paul Ganssle · 4 years, 4 months ago
  23. 63b8e0c bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) by Batuhan Taskaya · 4 years, 4 months ago
  24. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 4 months ago
  25. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 4 months ago
  26. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 4 months ago
  27. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 4 months ago
  28. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 4 months ago
  29. b7226eb Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861) by Pablo Galindo · 4 years, 5 months ago
  30. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 5 months ago
  31. b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 4 years, 5 months ago
  32. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 5 months ago
  33. 5b9f498 bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745) by Pablo Galindo · 4 years, 5 months ago
  34. 4044c84 Add files in tests/test_peg_generator to the install target lists (GH-19723) by Pablo Galindo · 4 years, 5 months ago
  35. 3e89251 Fix broken mkdir -p call in regen-pegen (#19695) by Guido van Rossum · 4 years, 5 months ago
  36. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 5 months ago
  37. a25f3c4 bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667) by Pablo Galindo · 4 years, 5 months ago
  38. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  39. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 5 months ago
  40. 0c13e1f bpo-40241: Add pycore_interp.h header (GH-19499) by Victor Stinner · 4 years, 5 months ago
  41. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 4 years, 5 months ago
  42. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 4 years, 5 months ago
  43. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 5 months ago
  44. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 4 years, 6 months ago
  45. 1b6b0e7 bpo-40069: Clear out .lst files on make clean (GH-19169) by Batuhan Taşkaya · 4 years, 6 months ago
  46. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 6 months ago
  47. 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 4 years, 7 months ago
  48. 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 4 years, 7 months ago
  49. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 7 months ago
  50. 45876a9 bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) by Victor Stinner · 4 years, 7 months ago
  51. 9a978dd closes bpo-39575: Change -lgcov to --coverage. (GH-18382) by Fangrui Song · 4 years, 7 months ago
  52. bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 7 months ago
  53. 2528a6c Add test.test_import.data.unwritable package to makefile (#18211) by Dino Viehland · 4 years, 8 months ago
  54. 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
  55. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 10 months ago
  56. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 4 years, 11 months ago
  57. c374474 bpo-28494: install ziptestdata to fix install bot (GH-15902) by Gregory P. Smith · 5 years ago
  58. c6bbcd2 bpo-37725: have "make clean" remove PGO task data (#15033) by Neil Schemenauer · 5 years ago
  59. b4612f5 bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by T. Wouters · 5 years ago
  60. 387c3c5 bpo-37653: Fix libinstall target in Makefile (GH-14911) by Erlend Egeberg Aasland · 5 years ago
  61. 4e16a4a bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Neil Schemenauer · 5 years ago
  62. e869281 bpo-37468: make install no longer install wininst-*.exe files (GH-14511) by Victor Stinner · 5 years ago
  63. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  64. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  65. 8a8b59c bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Christian Heimes · 5 years ago
  66. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  67. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  68. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  69. f7fba6c bpo-34632 fix buildbots and remove artifact (GH-13566) by Jason R. Coombs · 5 years ago
  70. c3738cf bpo-34632: fix installation of importlib.metadata (#13563) by Chih-Hsuan Yen · 5 years ago
  71. bc66fac bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551) by Victor Stinner · 5 years ago
  72. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  73. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  74. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago
  75. fd1e0e9 bpo-35134: Register new traceback.h header files (GH-13431) by Victor Stinner · 5 years ago
  76. 1a2dd82 bpo-36786: Run compileall in parallel during "make install" (GH-13078) by Antoine Pitrou · 5 years ago
  77. 0d5864f bpo-13611: Include C14N 2.0 test data in installation (GH-13053) by Stefan Behnel · 5 years ago
  78. 7a5a1cf bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) by xdegaye · 5 years ago
  79. 254b309 bpo-21536: On Android, C extensions are linked to libpython (GH-12989) by xdegaye · 5 years ago
  80. 01f073f bpo-21536: Revert Makefile change on python-config (GH-12971) by Victor Stinner · 5 years ago
  81. 06d04e7 bpo-36733: Fix PYTHONPATH for make regen-add (GH-12969) by Victor Stinner · 5 years ago
  82. 8c3ecc6 bpo-21536: C extensions are no longer linked to libpython (GH-12946) by Victor Stinner · 5 years ago
  83. aba7d66 bpo-35134: Add cpython/pymem.h to build system (GH-12842) by Victor Stinner · 5 years ago
  84. f2cf1e3 bpo-36623: Clean parser headers and include files (GH-12253) by Pablo Galindo · 5 years ago
  85. e65f01f bpo-36508: python-config don't export LINKFORSHARED (GH-12661) by Victor Stinner · 5 years ago
  86. 91759d9 bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) by Pablo Galindo · 5 years ago
  87. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 6 years ago
  88. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  89. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  90. 1f24a71 bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) by Pablo Galindo · 6 years ago
  91. 91b9ecf bpo-36142: Add preconfig.c (GH-12128) by Victor Stinner · 6 years ago
  92. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  93. 001fee1 bpo-12822: use monotonic clock for condvar if possible (GH-11723) by Inada Naoki · 6 years ago
  94. 5c8f537 bpo-35520: Fix build with dtrace support on certain systems. (#11194) by Jakub Kulík · 6 years ago
  95. 44a3ee0 bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) by Ned Deily · 6 years ago
  96. 8ac6581 bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370) by Serhiy Storchaka · 6 years ago
  97. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 6 years ago
  98. 640ed52 bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) by Victor Stinner · 6 years ago
  99. 25648d0 bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) by jdemeyer · 6 years ago
  100. 54ba556 bpo-35134: Create Include/cpython/tupleobject.h (GH-10764) by Victor Stinner · 6 years ago