summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* GH-113464: Add a JIT backend for tier 2 (GH-113465)Brandt Bucher2024-01-291-0/+31
* gh-80532: Do not set ipv6type when cross-compiling (#17956)Zackery Spytz2024-01-051-1/+1
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+25
* bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...Zackery Spytz2023-12-281-0/+1
* gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)Ronald Oussoren2023-12-281-1/+6
* gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)Jakub Kulík2023-12-171-0/+6
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+29
* gh-112970: Detect and use closefrom() when available (#112969)Sam James2023-12-121-0/+6
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-0/+2
* gh-112779: Check 1-byte atomics in configure (gh-112819)Sam Gross2023-12-081-4/+14
* gh-105323: Remove `WITH_APPLE_EDITLINE` to use the same declaration for all e...Tian Gao2023-12-051-17/+0
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-60/+60
* gh-111460: Restore ncurses widechar support on macOS (#111878)Davide Rizzo2023-11-131-1/+1
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-89/+133
* gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)Ayappan Perumal2023-10-221-1/+2
* gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)YAMAMOTO Takashi2023-10-201-0/+5
* gh-104169: Refactor tokenizer into lexer and wrappers (#110684)Lysandros Nikolaou2023-10-111-0/+2
* gh-78469: Declare missing sethostname for Solaris 10 (#109447)Jakub Kulík2023-10-091-0/+9
* gh-109191: Fix build with newer editline (gh-110239)Bo Anderson2023-10-091-0/+19
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+50
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-291-0/+17
* gh-109740: Use 't' in `--disable-gil` SOABI (#109922)Sam Gross2023-09-271-31/+34
* gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)Sam Gross2023-09-191-4/+4
* gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)Hood Chatham2023-09-151-2/+2
* gh-109054: Don't use libatomic on cross-compilation (#109211)Victor Stinner2023-09-101-5/+2
* gh-109054: configure checks if libatomic is needed (#109101)Victor Stinner2023-09-081-1/+84
* gh-108765: Python.h no longer includes <ieeefp.h> (#108781)Victor Stinner2023-09-021-6/+0
* gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)Sam Gross2023-09-021-0/+1
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-5/+6
* gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)Victor Stinner2023-08-291-0/+44
* gh-108465: Use compiler basename when determining compiler flags (#108392)John Micco2023-08-271-3/+6
* gh-95855: Refactor platform triplet detection code, add detection for MIPS so...Jeffery To2023-08-241-188/+4
* gh-108223: Add --disable-gil to configure (gh-108227)Sam Gross2023-08-211-0/+31
* GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)Mina Galić2023-08-101-0/+15
* gh-106881: Check for linux/limits.h before including it (#107397)justdan62023-07-281-0/+6
* gh-106962: Detect mpicc in configure.ac (#106961)Lukas van de Wiel2023-07-221-0/+3
* gh-106123: Modules/_sha3 appears to no longer be necessary (#106124)Skip Montanaro2023-06-271-1/+0
* gh-101538: Add experimental wasi-threads build (#101537)YAMAMOTO Takashi2023-06-221-1/+20
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-10/+10
* gh-90005: Don't link with libbsd if not needed (#105236)Erlend E. Aasland2023-06-061-2/+6
* GH-89886: Bump to GNU Autoconf v2.71 (#104925)Erlend E. Aasland2023-06-011-7232/+10291
* gh-89886: Rely on HAVE_SYS_TIME_H (#105058)Erlend E. Aasland2023-06-011-9/+1
* gh-89886: Properly quote Autoconf macro arguments (#105062)Erlend E. Aasland2023-05-301-23/+11
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-26/+0
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-251-341/+1
* gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-241-319/+0
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-241-48/+0
* gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)Victor Stinner2023-05-241-8/+0