summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-45873: Restore Python 3.6 compatibility (GH-29730)Christian Heimes2021-11-231-1/+10
* bpo-45873: Get rid of bootstrap_python (#29717)Guido van Rossum2021-11-231-0/+1
* bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)Erlend Egeberg Aasland2021-11-231-0/+1
* bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715)Erlend Egeberg Aasland2021-11-231-2/+2
* bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)Erlend Egeberg Aasland2021-11-221-0/+5
* bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)Christian Heimes2021-11-221-0/+1
* bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (...Erlend Egeberg Aasland2021-11-221-0/+3
* bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)Christian Heimes2021-11-221-0/+25
* bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)Christian Heimes2021-11-221-14/+55
* bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703)Erlend Egeberg Aasland2021-11-221-1/+5
* bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696)Erlend Egeberg Aasland2021-11-221-8/+10
* bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697)Christian Heimes2021-11-221-8/+6
* bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ...Erlend Egeberg Aasland2021-11-221-3/+13
* bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY...Erlend Egeberg Aasland2021-11-221-1/+7
* bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ...Erlend Egeberg Aasland2021-11-221-0/+4
* bpo-45723: Add helpers for save/restore env (GH-29637)Erlend Egeberg Aasland2021-11-221-30/+48
* bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685)Christian Heimes2021-11-211-0/+8
* bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)Christian Heimes2021-11-211-2/+7
* bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)Christian Heimes2021-11-201-5/+12
* bpo-45774: Fix SQLite load extension autodetection (GH-29659)Erlend Egeberg Aasland2021-11-201-1/+3
* bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)Christian Heimes2021-11-201-0/+3
* bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)Christian Heimes2021-11-191-15/+31
* bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)Christian Heimes2021-11-191-1/+23
* bpo-45774: Autoconfiscate SQLite detection (GH-29507)Erlend Egeberg Aasland2021-11-191-1/+45
* bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)Christian Heimes2021-11-181-0/+1
* bpo-45573: check for ossaudiodev in configure (GH-29614)Christian Heimes2021-11-181-1/+5
* bpo-45573: Introduce extension module flags in Makefile (GH-29594)Christian Heimes2021-11-181-0/+62
* bpo-45800: Move pyexpat build setup into configure (GH-29547)Christian Heimes2021-11-141-0/+14
* bpo-45798: Move _decimal build setup into configure (GH-29541)Christian Heimes2021-11-131-1/+77
* bpo-45696: Deep-freeze selected modules (GH-29118)Guido van Rossum2021-11-111-1/+2
* bpo-45723: Add --with-pkg-config to configure (GH-29517)Christian Heimes2021-11-101-2/+30
* bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)Christian Heimes2021-11-101-1/+72
* bpo-45723: Improve and simplify more configure.ac checks (GH-29485)Erlend Egeberg Aasland2021-11-101-107/+49
* bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500)Erlend Egeberg Aasland2021-11-091-4/+0
* bpo-45763: Detect compression build deps in configure (GH-29483)Christian Heimes2021-11-091-3/+20
* bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)Erlend Egeberg Aasland2021-11-091-1/+0
* bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)Christian Heimes2021-11-091-26/+0
* bpo-45723: Prepare support for autoconf 2.71 (GH-29441)Christian Heimes2021-11-081-21/+21
* bpo-45723: Add macro for disabling/enabling CC warnings (GH-29466)Erlend Egeberg Aasland2021-11-081-159/+51
* bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)Christian Heimes2021-11-081-420/+245
* bpo-45723: Detect missing pkg-config (GH-29442)Christian Heimes2021-11-071-1/+11
* bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)Christian Heimes2021-11-061-2/+6
* bpo-43158: Use configure values for building _uuid extension (GH-29353)Christian Heimes2021-11-021-1/+6
* bpo-45548: Fix out-of-tree and Debian builds (GH-29263)Christian Heimes2021-10-281-1/+17
* bpo-45548: Remove checks for finite and gamma (GH-29206)Christian Heimes2021-10-251-1/+1
* bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)Christian Heimes2021-10-251-2/+6
* bpo-45522: Allow to disable freelists on build time (GH-29056)Christian Heimes2021-10-211-0/+17
* bpo-45536: Check OpenSSL APIs in configure (GH-29088)Christian Heimes2021-10-201-0/+42
* bpo-45440: Remove pymath.c fallbacks (GH-28977)Victor Stinner2021-10-151-2/+2
* bpo-45440: Require math.h isinf() to build (GH-28894)Victor Stinner2021-10-131-1/+0