1. 3f565f8 [3.10] bpo-33393: Update config.guess and config.sub (GH-29781) (GH-29782) by Christian Heimes · 2 years, 10 months ago
  2. 327c764 bpo-45561: Run smelly.py tool from $(srcdir) (GH-29138) by Miss Islington (bot) · 2 years, 10 months ago
  3. 9e7a2e4 Fix out-of-tree build support for multissltest (GH-29694) by Miss Islington (bot) · 2 years, 10 months ago
  4. 8d609b2 makefile: remove unused SGI_ABI variable (GH-29325) (GH-29368) by Miss Islington (bot) · 2 years, 11 months ago
  5. af9a352 Correct the order of check-abidump (GH-27229) by Pablo Galindo Salgado · 3 years, 2 months ago
  6. a2c72d5 Fix make libainstall. (GH-25980) by Miss Islington (bot) · 3 years, 5 months ago
  7. b86ac4c Add CI step to check changes in the exported ABI (GH-25868) by Pablo Galindo · 3 years, 5 months ago
  8. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 3 years, 5 months ago
  9. 0cb33da bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) by Ned Deily · 3 years, 5 months ago
  10. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 3 years, 5 months ago
  11. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 3 years, 5 months ago
  12. 37494b4 bpo-38530: Offer suggestions on AttributeError (#16856) by Pablo Galindo · 3 years, 5 months ago
  13. 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 3 years, 6 months ago
  14. 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 3 years, 6 months ago
  15. a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 3 years, 6 months ago
  16. 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 3 years, 6 months ago
  17. 56f031e bpo-35134: Add include/cpython/compile.h (GH-24922) by Hai Shi · 3 years, 6 months ago
  18. 9a50ef4 bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952) by Jason R. Coombs · 3 years, 6 months ago
  19. 66c8adf bpo-43517 (followup): Install additional test directory (GH-24950) by Antoine Pitrou · 3 years, 6 months ago
  20. 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 3 years, 6 months ago
  21. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 3 years, 6 months ago
  22. 526fdeb bpo-43244: Add pycore_ast.h header file (GH-24908) by Victor Stinner · 3 years, 6 months ago
  23. b4536e1 bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) by Victor Stinner · 3 years, 6 months ago
  24. 307745a bpo-43445: Add frozen modules to sys.stdlib_module_names (GH-24798) by Victor Stinner · 3 years, 6 months ago
  25. 87ec26b bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759) by Neil Schemenauer · 3 years, 7 months ago
  26. 4a6bf27 bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561) by Nicholas Sim · 3 years, 7 months ago
  27. ffa55d2 bpo-39448: Add regen-frozen makefile target. (GH-18174) by Neil Schemenauer · 3 years, 7 months ago
  28. 366dc3a bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550) by Nicholas Sim · 3 years, 7 months ago
  29. 801bb0b bpo-43103: Add configure --without-static-libpython (GH-24418) by Victor Stinner · 3 years, 7 months ago
  30. 17dbd40 bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988) by Nicholas Sim · 3 years, 7 months ago
  31. 9852cb3 bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332) by Victor Stinner · 3 years, 8 months ago
  32. 75e59a9 bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210) by Victor Stinner · 3 years, 8 months ago
  33. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 3 years, 8 months ago
  34. 6a809fa bpo-36143: make regen-all now also runs regen-keyword (GH-24245) by Victor Stinner · 3 years, 8 months ago
  35. 0e2a0f7 bpo-42802: Remove distutils bdist_wininst command (GH-24043) by Victor Stinner · 3 years, 9 months ago
  36. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 3 years, 9 months ago
  37. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 9 months ago
  38. fe6e5e7 bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) by Victor Stinner · 3 years, 10 months ago
  39. 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 3 years, 10 months ago
  40. 2ad9382 bpo-42431: Fix outdated bytes comments (GH-23458) by Serhiy Storchaka · 3 years, 10 months ago
  41. c79667f bpo-42087: Remove support for AIX 5.3 and below (GH-22830) by Kevin Adler · 3 years, 10 months ago
  42. 5cf4782 bpo-41796: Make _ast module state per interpreter (GH-23024) by Victor Stinner · 3 years, 11 months ago
  43. a6879d9 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Victor Stinner · 3 years, 11 months ago
  44. 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 3 years, 11 months ago
  45. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 11 months ago
  46. 1b4552c bpo-41428: Implementation for PEP 604 (GH-21515) by Maggie Moss · 4 years ago
  47. e6dcd37 bpo-19521: Fix parallel build race condition on AIX (GH-21997) by Stefan Krah · 4 years, 1 month ago
  48. 6e8128f bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517) by Mark Shannon · 4 years, 2 months ago
  49. b3fbff7 bpo-40939: Remove even more references to the old parser (GH-21642) by Lysandros Nikolaou · 4 years, 2 months ago
  50. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years, 3 months ago
  51. 384621c bpo-41078: Rename pycore_tupleobject.h to pycore_tuple.h (GH-21056) by Victor Stinner · 4 years, 3 months ago
  52. 564cd18 bpo-40939: Rename PyPegen* functions to PyParser* (GH-21016) by Lysandros Nikolaou · 4 years, 3 months ago
  53. 314858e bpo-40939: Remove the old parser (Part 2) (GH-21005) by Lysandros Nikolaou · 4 years, 3 months ago
  54. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years, 3 months ago
  55. d72b964 bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807) by Victor Stinner · 4 years, 3 months ago
  56. 9727694 bpo-40939: Generate keyword.py using the new parser (GH-20800) by Lysandros Nikolaou · 4 years, 3 months ago
  57. 51ae31e bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Victor Stinner · 4 years, 3 months ago
  58. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 3 months ago
  59. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 3 months ago
  60. 2abeded bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229) by Paul Ganssle · 4 years, 4 months ago
  61. 63b8e0c bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968) by Batuhan Taskaya · 4 years, 4 months ago
  62. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 4 months ago
  63. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 4 months ago
  64. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 4 months ago
  65. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 4 months ago
  66. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 5 months ago
  67. b7226eb Call $(MKDIR_P) before regenerating the PEG meta-parser (GH-19861) by Pablo Galindo · 4 years, 5 months ago
  68. d2baff4 bpo-40334: regenerate metaparser as part of regen-all (GH-19854) by Pablo Galindo · 4 years, 5 months ago
  69. b8f704d bpo-40421: Add Include/cpython/code.h header file (GH-19756) by Victor Stinner · 4 years, 5 months ago
  70. 7c59d7c bpo-40421: Add pyframe.h header file (GH-19755) by Victor Stinner · 4 years, 5 months ago
  71. 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
  72. 4044c84 Add files in tests/test_peg_generator to the install target lists (GH-19723) by Pablo Galindo · 4 years, 5 months ago
  73. 3e89251 Fix broken mkdir -p call in regen-pegen (#19695) by Guido van Rossum · 4 years, 5 months ago
  74. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 5 months ago
  75. a25f3c4 bpo-40334: Fix builds outside the source directory and regenerate autoconf files (GH-19667) by Pablo Galindo · 4 years, 5 months ago
  76. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  77. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 5 months ago
  78. 0c13e1f bpo-40241: Add pycore_interp.h header (GH-19499) by Victor Stinner · 4 years, 5 months ago
  79. 1c4cbdf bpo-40268: Add pycore_runtime.h header file (GH-19493) by Victor Stinner · 4 years, 5 months ago
  80. a15e260 bpo-40170: Add _PyIndex_Check() internal function (GH-19426) by Victor Stinner · 4 years, 6 months ago
  81. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 4 years, 6 months ago
  82. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 4 years, 6 months ago
  83. 1b6b0e7 bpo-40069: Clear out .lst files on make clean (GH-19169) by Batuhan Taşkaya · 4 years, 6 months ago
  84. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 7 months ago
  85. 8c3aee6 bpo-35134: Add Include/cpython/fileutils.h header file (GH-18493) by Victor Stinner · 4 years, 7 months ago
  86. 98921ae bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) by Victor Stinner · 4 years, 7 months ago
  87. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 7 months ago
  88. 45876a9 bpo-35081: Move bytes_methods.h to the internal C API (GH-18492) by Victor Stinner · 4 years, 7 months ago
  89. 9a978dd closes bpo-39575: Change -lgcov to --coverage. (GH-18382) by Fangrui Song · 4 years, 8 months ago
  90. bec4186 bpo-35134: Create Include/cpython/listobject.h (GH-18395) by Victor Stinner · 4 years, 8 months ago
  91. 2528a6c Add test.test_import.data.unwritable package to makefile (#18211) by Dino Viehland · 4 years, 8 months ago
  92. 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
  93. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 10 months ago
  94. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 4 years, 11 months ago
  95. c374474 bpo-28494: install ziptestdata to fix install bot (GH-15902) by Gregory P. Smith · 5 years ago
  96. c6bbcd2 bpo-37725: have "make clean" remove PGO task data (#15033) by Neil Schemenauer · 5 years ago
  97. b4612f5 bpo-37589: Add a few missing dependencies on .h files in the Makefile. (GH-15757) by T. Wouters · 5 years ago
  98. 387c3c5 bpo-37653: Fix libinstall target in Makefile (GH-14911) by Erlend Egeberg Aasland · 5 years ago
  99. 4e16a4a bpo-36044: Reduce number of unit tests run for PGO build (GH-14702) by Neil Schemenauer · 5 years ago
  100. e869281 bpo-37468: make install no longer install wininst-*.exe files (GH-14511) by Victor Stinner · 5 years ago