aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2022-03-12bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)Victor Stinner
2022-01-26[3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes
2022-01-08bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH...Miss Islington (bot)
2022-01-05bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)Miss Islington (bot)
2021-11-28[3.10] bpo-42268: Fail the configure step if the selected compiler doesn't su...Pablo Galindo Salgado
2021-11-02[3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)
2021-10-20bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)
2021-10-12[3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)
2021-10-04bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28707)Pablo Galindo Salgado
2021-10-01bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)Victor Stinner
2021-09-15[3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...Łukasz Langa
2021-09-04[3.10] Regenerate autoconf files with version 2.69 (GH-28151)Pablo Galindo Salgado
2021-08-02Python 3.10.0rc1upstream-v3.10.0rc1Pablo Galindo
2021-07-30[3.10] Fail the CI if an optional module fails to compile (GH-27466). (GH-27481)Pablo Galindo Salgado
2021-05-24bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Miss Islington (bot)
2021-05-03Python 3.10.0b1upstream-v3.10.0b1Pablo Galindo
2021-05-02bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)Ned Deily
2021-05-02bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily
2021-05-01bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes
2021-04-30bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)Jakub Kulík
2021-04-17bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes
2021-04-05Python 3.10.0a7upstream-v3.10.0a7Pablo Galindo
2021-03-31bpo-43179: Generalise alignment for optimised string routines (GH-24624)Jessica Clarke
2021-03-27bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)Christian Heimes
2021-03-23bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner
2021-03-19bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes
2021-03-01Remove unused suspicious rule in the docsupstream-v3.10.0a6Pablo Galindo
2021-03-01bpo-43103: Fix build failure with macOS framework builds. (GH-24676)Ned Deily
2021-02-28bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)Manolis Stamatogiannakis
2021-02-17bpo-43103: Add configure --without-static-libpython (GH-24418)Victor Stinner
2021-02-08bpo-13501: allow choosing between readline and libedit (GH-24189)Roland Hieber
2021-01-27bpo-43031: Set a timeout when running tests in PGO build (GH-24339)Victor Stinner
2021-01-20bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner
2021-01-12bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)Paul Ganssle
2020-12-30bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr
2020-12-23bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)Victor Stinner
2020-12-20bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Matti Picus
2020-12-14bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)pxinwr
2020-12-13bpo-42598: Fix implicit function declarations in configure (GH-23690)Joshua Root
2020-11-21bpo-38443: Check that the specified universal architectures work (GH-22910)Ronald Oussoren
2020-11-17bpo-41625: Expose the splice() system call in the os module (GH-21947)Pablo Galindo
2020-11-16bpo-42087: Remove support for AIX 5.3 and below (GH-22830)Kevin Adler
2020-11-13bpo-41001: Add os.eventfd() (#20930)Christian Heimes
2020-11-08bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren
2020-10-23bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...Alexey Izbyshev
2020-10-22bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)Petr Viktorin
2020-10-21bpo-38980: Add -fno-semantic-interposition when building with optimizations (...Pablo Galindo
2020-10-16closes bpo-42030: Remove legacy AIX dynload support (GH-22717)Kevin Adler
2020-10-11bpo-40423: Optimization: use close_range(2) if available (GH-22651)Kyle Evans
2020-09-04bpo-41721: Add xlc options (GH-22096)Stefan Krah