summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...Sam James2022-12-011-24/+28
* [3.10] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-061-1/+1
* [3.10] gh-96191: Update the configure file to use GitHub issue (gh-96211) (gh...Dong-hee Na2022-08-291-3/+3
* [3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). ...Pablo Galindo Salgado2022-03-181-1/+1
* bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789) (GH-31830)Victor Stinner2022-03-111-1/+1
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-261-1/+0
* bpo-34602: Fix unportable test(1) operator in configure script (GH-30490) (GH...Miss Islington (bot)2022-01-091-1/+1
* bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)Miss Islington (bot)2022-01-051-4/+9
* [3.10] bpo-42268: Fail the configure step if the selected compiler doesn't su...Pablo Galindo Salgado2021-11-281-0/+2
* [3.10] bpo-43158: Use configure values for building _uuid extension (GH-29353...Miss Islington (bot)2021-11-021-1/+6
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Miss Islington (bot)2021-10-201-0/+42
* [3.10] bpo-45405: Prevent ``internal configure error`` when running ``configu...Miss Islington (bot)2021-10-131-3/+5
* bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671)Victor Stinner2021-10-011-1/+1
* [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...Łukasz Langa2021-09-151-40/+53
* bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Miss Islington (bot)2021-05-251-3/+6
* bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)Ned Deily2021-05-031-13/+1
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-021-4/+8
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2021-05-011-1/+1
* bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)Jakub Kulík2021-04-301-0/+16
* bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)Christian Heimes2021-04-171-36/+0
* bpo-43179: Generalise alignment for optimised string routines (GH-24624)Jessica Clarke2021-03-311-1/+3
* bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)Christian Heimes2021-03-271-4/+11
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-231-1/+1
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-191-0/+24
* bpo-43103: Fix build failure with macOS framework builds. (GH-24676)Ned Deily2021-03-011-1/+1
* bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)Manolis Stamatogiannakis2021-03-011-2/+7
* bpo-43103: Add configure --without-static-libpython (GH-24418)Victor Stinner2021-02-171-0/+27
* bpo-13501: allow choosing between readline and libedit (GH-24189)Roland Hieber2021-02-091-77/+109
* bpo-43031: Set a timeout when running tests in PGO build (GH-24339)Victor Stinner2021-01-271-1/+1
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner2021-01-201-0/+16
* bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)Paul Ganssle2021-01-121-1/+1
* bpo-27640: Add --disable-test-modules configure option (GH-23886)pxinwr2020-12-301-1/+14
* bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)Victor Stinner2020-12-231-5/+6
* bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...Matti Picus2020-12-201-6/+1
* bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)pxinwr2020-12-141-2/+2
* bpo-42598: Fix implicit function declarations in configure (GH-23690)Joshua Root2020-12-131-6/+7
* bpo-38443: Check that the specified universal architectures work (GH-22910)Ronald Oussoren2020-11-221-0/+7
* bpo-41625: Expose the splice() system call in the os module (GH-21947)Pablo Galindo2020-11-171-1/+1
* bpo-42087: Remove support for AIX 5.3 and below (GH-22830)Kevin Adler2020-11-161-15/+2
* bpo-41001: Add os.eventfd() (#20930)Christian Heimes2020-11-131-1/+13
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-081-5/+19
* bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...Alexey Izbyshev2020-10-241-1/+1
* bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)Petr Viktorin2020-10-221-0/+2
* bpo-38980: Add -fno-semantic-interposition when building with optimizations (...Pablo Galindo2020-10-211-0/+8
* closes bpo-42030: Remove legacy AIX dynload support (GH-22717)Kevin Adler2020-10-161-6/+0
* bpo-40423: Optimization: use close_range(2) if available (GH-22651)Kyle Evans2020-10-111-2/+2
* bpo-41721: Add xlc options (GH-22096)Stefan Krah2020-09-041-1/+4
* bpo-19521: Fix parallel build race condition on AIX (GH-21997)Stefan Krah2020-08-291-9/+18
* bpo-41340: Removed fallback implementation for strdup (GH-21634)wasiher2020-07-271-1/+1
* BPO-41100: Support macOS 11 when building (GH-21113)Ronald Oussoren2020-06-251-1/+1