1. 171fdf2 bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929) by Miss Islington (bot) · 2 years, 5 months ago
  2. 545aebd [3.10] bpo-45881: Use CC from env first for cross building (GH-29752). (GH-29753) by Christian Heimes · 2 years, 7 months ago
  3. b71bc05 [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353) (GH-29362) by Miss Islington (bot) · 2 years, 8 months ago
  4. b1949e0 [3.10] bpo-45221: Fix handling of LDFLAGS and CPPFLAGS options in setup.py (GH-29031) (GH-29037) by Miss Islington (bot) · 2 years, 8 months ago
  5. 412ae8a [3.10] bpo-44394: Ensure libexpat is linked against libm (GH-28617) (GH-28621) by Miss Islington (bot) · 2 years, 9 months ago
  6. baa8d48 bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) by Miss Islington (bot) · 2 years, 10 months ago
  7. c2e0b13 [3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481) by Pablo Galindo Salgado · 2 years, 11 months ago
  8. f7f1c26 Update URLs in comments and metadata to use HTTPS (GH-27458) (GH-27478) by Miss Islington (bot) · 2 years, 11 months ago
  9. 956f1fc bpo-43425: Update setup.py not to use distutils.log (GH-26969) by Miss Islington (bot) · 3 years ago
  10. d52bbde bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) by Ned Batchelder · 3 years, 2 months ago
  11. 5f87915 bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587) by Christian Heimes · 3 years, 2 months ago
  12. 666991f bpo-18233: Add internal methods to access peer chain (GH-25467) by Christian Heimes · 3 years, 2 months ago
  13. a460ab3 bpo-41282: Consistent message and filter warning in setup.py (GH-25571) by Christian Heimes · 3 years, 2 months ago
  14. cdad272 bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) by Victor Stinner · 3 years, 2 months ago
  15. 7f1305e bpo-42333: Port _ssl extension to multiphase initialization (PEP 489) (GH-23253) by Christian Heimes · 3 years, 2 months ago
  16. 39258d3 bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014) by Christian Heimes · 3 years, 2 months ago
  17. d9ba9de bpo-41282: setup.py ignores distutils DeprecationWarning (GH-25405) by Victor Stinner · 3 years, 2 months ago
  18. 150af75 bpo-43788: Generate version specific _ssl_data.h (GH-25300) by Christian Heimes · 3 years, 2 months ago
  19. 5787ba4 bpo-41111: Don't build xxlimited with Py_TRACE_REFS macro (GH-25180) by Hai Shi · 3 years, 2 months ago
  20. 240bcf8 bpo-41111: xxlimited.c defines Py_LIMITED_API (GH-25151) by Victor Stinner · 3 years, 3 months ago
  21. 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 3 years, 3 months ago
  22. 2ac0515 bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135) by Victor Stinner · 3 years, 3 months ago
  23. 73b20ae bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962) by Antoine Pitrou · 3 years, 3 months ago
  24. bacefbf bpo-43466: Unsupported static build hack (GH-25002) by Christian Heimes · 3 years, 3 months ago
  25. 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 3 years, 3 months ago
  26. 2256a28 bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) by Erlend Egeberg Aasland · 3 years, 3 months ago
  27. d202794 bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721) by Manolis Stamatogiannakis · 3 years, 4 months ago
  28. e1f7769 bpo-13501: allow choosing between readline and libedit (GH-24189) by Roland Hieber · 3 years, 4 months ago
  29. 49926cf bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string (GH-24341) by Ronald Oussoren · 3 years, 5 months ago
  30. 5e45f1c bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) by pxinwr · 3 years, 5 months ago
  31. cad8020 bpo-42955: Add Python/module_names.h (GH-24258) by Victor Stinner · 3 years, 5 months ago
  32. cf0b239 bpo-40810: Require SQLite 3.7.15 (GH-24106) by Erlend Egeberg Aasland · 3 years, 5 months ago
  33. 277ce30 bpo-27640: Add --disable-test-modules configure option (GH-23886) by pxinwr · 3 years, 6 months ago
  34. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 6 months ago
  35. c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 3 years, 6 months ago
  36. 29afab6 bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) by Ned Deily · 3 years, 7 months ago
  37. 5291639 bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556) by FX Coudert · 3 years, 7 months ago
  38. 00a6568 bpo-31904: remove libnet dependency from detect_socket() for VxWorks (GH-23394) by pxinwr · 3 years, 7 months ago
  39. 404a719 bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) by Ronald Oussoren · 3 years, 7 months ago
  40. ccdcb20 bpo-40656: Clean up detect_socket() (GH-20148) by Erlend Egeberg Aasland · 3 years, 7 months ago
  41. 7a27c7e bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279) by Ronald Oussoren · 3 years, 7 months ago
  42. 4176193 bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) by Ronald Oussoren · 3 years, 7 months ago
  43. 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 3 years, 8 months ago
  44. 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 3 years, 8 months ago
  45. 7992579 bpo-40422: Move _Py_closerange to fileutils.c (GH-22680) by Kyle Evans · 3 years, 8 months ago
  46. 619f980 Typo fix (GH-22496) by Manan Kumar Garg · 3 years, 9 months ago
  47. 207c321 bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) by Erlend Egeberg Aasland · 3 years, 9 months ago
  48. c45dbe93 bpo-41078: Add pycore_list.h internal header file (GH-21057) by Victor Stinner · 4 years ago
  49. 9355868 bpo-41043: Escape literal part of the path for glob(). (GH-20994) by Serhiy Storchaka · 4 years ago
  50. 04fc4f2 bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) by Victor Stinner · 4 years ago
  51. 1ed83ad bpo-40939: Remove the old parser (GH-20768) by Pablo Galindo · 4 years ago
  52. 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 4 years, 1 month ago
  53. 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 4 years, 1 month ago
  54. 1731d6d bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171) by Ned Deily · 4 years, 1 month ago
  55. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 1 month ago
  56. 9a45bfe bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526) by Erlend Egeberg Aasland · 4 years, 1 month ago
  57. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 1 month ago
  58. 9b60e55 bpo-40637: Add option to disable builtin hashes (GH-20121) by Christian Heimes · 4 years, 1 month ago
  59. b310700 bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480) by Joshua Root · 4 years, 2 months ago
  60. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 2 months ago
  61. 1ae035b bpo-40302: Add pycore_byteswap.h header file (GH-19552) by Victor Stinner · 4 years, 2 months ago
  62. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 3 months ago
  63. 6b982c2 bpo-40094: Add run_command() to setup.py (GH-19266) by Victor Stinner · 4 years, 3 months ago
  64. addaaaa bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872) by Victor Stinner · 4 years, 3 months ago
  65. 00c77ae bpo-39763: Refactor setup.py (GH-18778) by Victor Stinner · 4 years, 4 months ago
  66. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 4 years, 4 months ago
  67. e9e7d28 bpo-35081: Move dtoa.h header to the internal C API (GH-18489) by Victor Stinner · 4 years, 4 months ago
  68. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 4 years, 10 months ago
  69. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 5 years ago
  70. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 5 years ago
  71. 95da310 bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470) by Benjamin Peterson · 5 years ago
  72. 08970cb bpo-36210: update optional extension handling for AIX (GH-12202) by Michael Felt · 5 years ago
  73. 0288dd6 bpo-36231: Support building on macOS without /usr/include (GH-13773) by Ned Deily · 5 years ago
  74. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  75. ad0daf5 bpo-31525: Increase minimum sqlite version number check (GH-12923) by Charles Pigott · 5 years ago
  76. 5749134 bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922) by Victor Stinner · 5 years ago
  77. 23bace2 bpo-36635: Add _testinternalcapi module (GH-12841) by Victor Stinner · 5 years ago
  78. 5c75f37 bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) by Victor Stinner · 5 years ago
  79. 236d0b7 bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833) by pxinwr · 5 years ago
  80. 8abc3f4 bpo-36577: setup.py reports missing OpenSSL again (GH-12746) by Christian Heimes · 5 years ago
  81. 2ee077f bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708) by xdegaye · 5 years ago
  82. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  83. c11183c bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (gh-12359) by Eric Snow · 5 years ago
  84. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 5 years ago
  85. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 5 years ago
  86. cfe172d bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) by Victor Stinner · 5 years ago
  87. c991f24 bpo-36146: Don't run code at setup.py top level (GH-12127) by Victor Stinner · 5 years ago
  88. 5ec33a1 bpo-36146: Split setup.py into subfunctions (GH-12125) by Victor Stinner · 5 years ago
  89. 625dbf2 bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124) by Victor Stinner · 5 years ago
  90. 8058bda bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097) by Victor Stinner · 5 years ago
  91. 96d8158 bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) by Victor Stinner · 5 years ago
  92. 4cbea51 bpo-36146: Refactor setup.py (GH-12093) by Victor Stinner · 5 years ago
  93. 32f5fdd bpo-31904: Add cross-build support for VxWorks RTOS (GH-11968) by pxinwr · 5 years ago
  94. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  95. 5741c45 bpo-35903: Use autoconfig to probe for shm_open() and shm_unlink(). (#11765) by Neil Schemenauer · 5 years ago
  96. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 5 years ago
  97. cf10a75 bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) by stratakis · 5 years ago
  98. 130893d bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) by Victor Stinner · 6 years ago
  99. 09b2bec bpo-29442: Replace optparse with argparse in setup.py (GH-139) by Chih-Hsuan Yen · 6 years ago
  100. a8c3424 bpo-25427: Remove pyvenv (GH-5962) by Brett Cannon · 6 years ago