summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...Victor Stinner2023-11-161-68/+68
* [3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-1...Miss Islington (bot)2023-11-141-1/+1
* [3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-...Miss Islington (bot)2023-10-201-0/+5
* [3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110...Miss Islington (bot)2023-10-101-0/+9
* [3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)Miss Islington (bot)2023-10-091-0/+19
* [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#10...justdan62023-07-281-0/+6
* [3.12] gh-106962: Detect mpicc in configure.ac (GH-106961) (#107081)Miss Islington (bot)2023-07-231-0/+3
* [3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)Miss Islington (bot)2023-07-171-1/+20
* [3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124)...Miss Islington (bot)2023-06-271-1/+0
* [3.12] gh-90005: Don't link with libbsd if not needed (#105236) (#105360)Erlend E. Aasland2023-06-061-2/+6
* [3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)Erlend E. Aasland2023-06-011-7396/+10489
* [3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)Miss Islington (bot)2023-06-011-9/+1
* [3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118)Erlend E. Aasland2023-05-301-23/+11
* [3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-...Dong-hee Na2023-05-241-2/+1
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-108/+39
* gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)Erlend E. Aasland2023-05-151-1/+1
* gh-101282: move BOLT config after PGO (gh-104493)Gregory Szorc2023-05-151-180/+180
* gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)Zhang Na2023-05-091-0/+14
* gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)Petr Viktorin2023-05-041-0/+35
* gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)Dong-hee Na2023-04-171-0/+108
* gh-103326: Remove `Python/importlib.h` (GH-103331)Nikita Sobolev2023-04-121-1/+0
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-041-9/+69
* gh-99108: Import MD5 and SHA1 from HACL* (#102089)Jonathan Protzenko2023-02-221-2/+2
* gh-99942: correct the pkg-config/python-config flags for cygwin/androidEli Schwartz2023-02-161-1/+1
* gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)Gregory P. Smith2023-02-161-69/+27
* gh-99108: Import SHA2-384/512 from HACL* (#101707)Jonathan Protzenko2023-02-141-1/+1
* gh-92547: Purge sqlite3_enable_shared_cache() detection from configure (#101873)Erlend E. Aasland2023-02-131-51/+0
* gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)Jonathan Protzenko2023-02-071-1/+2
* gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)Eric Snow2023-02-041-0/+27
* gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)Dong-hee Na2023-01-241-3/+0
* gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)Gregory Szorc2023-01-241-1/+40
* gh-101047: Remove vestigial references to macOS libtool options (gh-101048)Gregory Szorc2023-01-221-93/+0
* gh-100340: Allows -Wno-int-conversion for wasm (#100341)Kushal Das2023-01-181-0/+38
* gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)Michał Górny2023-01-111-1/+4
* gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX...Dustin Spicuzza2023-01-051-3/+10
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-291-2/+1
* gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)Zachary Ware2022-12-281-109/+65
* gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS (GH-100542)Zachary Ware2022-12-281-1/+1
* gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i...Sam James2022-11-261-24/+28
* gh-96002: Add functional test for Argument Clinic (#96178)colorfulappl2022-11-211-0/+40
* gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...Miro Hrončok2022-11-111-2/+2
* gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)Noam Cohen2022-11-071-1/+1
* gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC...Sam James2022-11-051-1/+1
* gh-98948: Remove obsolete readelf dependency (#98949)serge-sans-paille2022-11-031-112/+0
* gh-98989: configure: add 3.11 to list of Pythons (#98988)Jelle Zijlstra2022-11-021-1/+1
* gh-96143: Move the perf trampoline files to the Python directory (#98675)Pablo Galindo Salgado2022-10-251-1/+1
* gh-95023: Added os.setns and os.unshare functions (#95046)Noam Cohen2022-10-201-0/+14
* gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9...Dong-hee Na2022-09-231-2/+37
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-161-3/+79
* gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)Christian Heimes2022-09-111-2/+1