summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113741)Erlend E. Aasland2024-01-051-1/+1
* [3.11] bpo-11102: Make configure enable major(), makedev(), and minor() on HP...Miss Islington (bot)2023-12-281-0/+1
* [3.11] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...Miss Islington (bot)2023-10-101-0/+11
* [3.11] gh-109191: Fix build with newer editline (gh-110239) (#110575)Bo Anderson2023-10-091-0/+17
* [3.11] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-281-1/+1
* [3.11] gh-100340: Allows -Wno-int-conversion for wasm (GH-100341) (#106066)Miss Islington (bot)2023-06-281-0/+38
* [3.11] gh-105455: Regen configure with GNU Autoconf 2.69 (#105467)Erlend E. Aasland2023-06-071-9788/+6798
* Python 3.11.4v3.11.4Pablo Galindo2023-06-061-6798/+9788
* [3.11] gh-90005: Don't link with libbsd if not needed (#105236) (#105359)Erlend E. Aasland2023-06-061-3/+3
* [3.11] gh-96002: Add functional test for Argument Clinic (GH-96178) (#100230)colorfulappl2022-12-171-0/+40
* [3.11] gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (GH-...Sam James2022-12-011-24/+28
* [3.11] gh-98707: configure --with-system-libmpdec and --with-system-expat no ...Erlend E. Aasland2022-11-131-2/+2
* [3.11] gh-99086: Fix implicit int compiler warning in configure check for PTH...Erlend E. Aasland2022-11-051-1/+1
* gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...Miss Islington (bot)2022-09-231-2/+37
* gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)Miss Islington (bot)2022-09-131-2/+1
* [3.11] gh-95853: Add script to automate WASM build (GH-95828, GH-95985, GH-96...Christian Heimes2022-09-131-6/+162
* [3.11] gh-96191: Update the configure file to use GitHub issue (gh-96211) (gh...Dong-hee Na2022-08-291-12/+12
* [3.11] gh-95174: Add pthread stubs for WASI (GH-95234) (#95503)Christian Heimes2022-08-011-1/+14
* [3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)Christian Heimes2022-07-311-4/+638
* [3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...Christian Heimes2022-07-311-1/+1
* [3.11] gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) (...Christian Heimes2022-07-271-13/+13
* [3.11] gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) (GH-...Miss Islington (bot)2022-07-271-1/+5
* [3.11] gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848) ...Miss Islington (bot)2022-07-181-0/+6
* [3.11] gh-94801: Use custom flags to check for headers and libs (GH-94802) (G...Christian Heimes2022-07-181-179/+235
* gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)Miss Islington (bot)2022-06-301-1/+1
* [3.11] gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301) (G...Christian Heimes2022-06-271-76/+76
* gh-84461: Build Emscripten with WASM BigInt support (GH-94219)Miss Islington (bot)2022-06-241-0/+2
* gh-84461: Fix ctypes and test_ctypes on Emscripten (GH-94142)Miss Islington (bot)2022-06-241-5/+3
* gh-84461: Silence some compiler warnings on WASM (GH-93978)Miss Islington (bot)2022-06-201-1/+1
* gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)Miss Islington (bot)2022-06-181-0/+4
* gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)Miss Islington (bot)2022-06-111-1/+5
* gh-93491: Add support tier detection to configure (GH-93492)Miss Islington (bot)2022-06-101-0/+106
* [3.11] gh-90473: Define HOSTRUNNER for WASI (GH-93606) (GH-93612)Christian Heimes2022-06-081-0/+2
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Miss Islington (bot)2022-06-031-0/+3
* [3.11] bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) (GH-9...Eric Snow2022-05-281-28/+0
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Miss Islington (bot)2022-05-191-0/+1
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Miss Islington (bot)2022-05-131-4/+21
* gh-90005: Cleanup after GH-31698 (GH-91642)Miss Islington (bot)2022-05-091-40/+40
* bpo-41818: Add os.login_tty() for *nix. (#29658)Soumendra Ganguly2022-05-051-2/+61
* gh-89452: Prefer gdbm-compat over ndbm (#92208)Łukasz Langa2022-05-031-2/+2
* gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)Ethan Smith2022-04-281-0/+30
* gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)Christian Heimes2022-04-231-26/+80
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-52/+24
* gh-91731: Build Python with -std=c11 (#91733)Victor Stinner2022-04-201-1/+1
* bpo-46053: Fix OSS audio support on NetBSD (GH-30065)Thomas Klausner2022-04-181-1/+9
* gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)Christian Heimes2022-04-141-25/+24
* Fix some typos in comments (GH-32422)jonasdlindner2022-04-091-1/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-9/+1
* bpo-40280: WASM defaults to no dynamic linking (GH-32360)Christian Heimes2022-04-061-1/+9
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-051-0/+44