| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-45950: Introduce Bootstrap Python again (#29859) | Christian Heimes | 2021-12-03 | 1 | -2/+13 |
|
|
* | bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884) | Christian Heimes | 2021-12-01 | 1 | -1/+1 |
|
|
* | bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873) | Christian Heimes | 2021-12-01 | 1 | -1/+6 |
|
|
* | bpo-45881: configure --with-freeze-module --with-build-python (GH-29835) | Christian Heimes | 2021-11-29 | 1 | -23/+60 |
|
|
* | bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844) | Christian Heimes | 2021-11-29 | 1 | -10/+18 |
|
|
* | bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842) | Christian Heimes | 2021-11-29 | 1 | -9/+15 |
|
|
* | bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846) | Erlend Egeberg Aasland | 2021-11-29 | 1 | -15/+12 |
|
|
* | bpo-45847: Make socket module conditional (GH-29769) | Erlend Egeberg Aasland | 2021-11-29 | 1 | -2/+5 |
|
|
* | bpo-40280: Disable unusable core extension modules on emscripten (GH-29834) | Erlend Egeberg Aasland | 2021-11-29 | 1 | -0/+20 |
|
|
* | bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768) | Erlend Egeberg Aasland | 2021-11-28 | 1 | -63/+72 |
|
|
* | bpo-42268: Fail the configure step if the selected compiler doesn't support m... | Pablo Galindo Salgado | 2021-11-27 | 1 | -0/+2 |
|
|
* | bpo-40280: Move hard-coded feature checks to configure (GH-29789) | Christian Heimes | 2021-11-26 | 1 | -25/+26 |
|
|
* | bpo-40280: Add configure check for socket shutdown (GH-29795) | Christian Heimes | 2021-11-26 | 1 | -1/+1 |
|
|
* | bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784) | Christian Heimes | 2021-11-26 | 1 | -0/+7 |
|
|
* | bpo-40280: Add wasm cross build targets (GH-29771) | Christian Heimes | 2021-11-25 | 1 | -0/+9 |
|
|
* | bpo-45847: Fix _crypt detection on Ubuntu (GH-29743) | Christian Heimes | 2021-11-24 | 1 | -1/+1 |
|
|
* | bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741) | Christian Heimes | 2021-11-24 | 1 | -22/+45 |
|
|
* | bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738) | Erlend Egeberg Aasland | 2021-11-24 | 1 | -21/+21 |
|
|
* | bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720) | Christian Heimes | 2021-11-23 | 1 | -20/+33 |
|
|
* | bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727) | Christian Heimes | 2021-11-23 | 1 | -40/+98 |
|
|
* | bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725) | Christian Heimes | 2021-11-23 | 1 | -18/+42 |
|
|
* | bpo-45873: Restore Python 3.6 compatibility (GH-29730) | Christian Heimes | 2021-11-23 | 1 | -1/+10 |
|
|
* | bpo-45873: Get rid of bootstrap_python (#29717) | Guido van Rossum | 2021-11-23 | 1 | -0/+1 |
|
|
* | bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713) | Erlend Egeberg Aasland | 2021-11-23 | 1 | -0/+1 |
|
|
* | bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715) | Erlend Egeberg Aasland | 2021-11-23 | 1 | -2/+2 |
|
|
* | bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+5 |
|
|
* | bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706) | Christian Heimes | 2021-11-22 | 1 | -0/+1 |
|
|
* | bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+3 |
|
|
* | bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699) | Christian Heimes | 2021-11-22 | 1 | -0/+25 |
|
|
* | bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702) | Christian Heimes | 2021-11-22 | 1 | -14/+55 |
|
|
* | bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -1/+5 |
|
|
* | bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -8/+10 |
|
|
* | bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697) | Christian Heimes | 2021-11-22 | 1 | -8/+6 |
|
|
* | bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing ... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -3/+13 |
|
|
* | bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -1/+7 |
|
|
* | bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE ... | Erlend Egeberg Aasland | 2021-11-22 | 1 | -0/+4 |
|
|
* | bpo-45723: Add helpers for save/restore env (GH-29637) | Erlend Egeberg Aasland | 2021-11-22 | 1 | -30/+48 |
|
|
* | bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685) | Christian Heimes | 2021-11-21 | 1 | -0/+8 |
|
|
* | bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668) | Christian Heimes | 2021-11-21 | 1 | -2/+7 |
|
|
* | bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660) | Christian Heimes | 2021-11-20 | 1 | -5/+12 |
|
|
* | bpo-45774: Fix SQLite load extension autodetection (GH-29659) | Erlend Egeberg Aasland | 2021-11-20 | 1 | -1/+3 |
|
|
* | bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644) | Christian Heimes | 2021-11-20 | 1 | -0/+3 |
|
|
* | bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642) | Christian Heimes | 2021-11-19 | 1 | -15/+31 |
|
|
* | bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616) | Christian Heimes | 2021-11-19 | 1 | -1/+23 |
|
|
* | bpo-45774: Autoconfiscate SQLite detection (GH-29507) | Erlend Egeberg Aasland | 2021-11-19 | 1 | -1/+45 |
|
|
* | bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615) | Christian Heimes | 2021-11-18 | 1 | -0/+1 |
|
|
* | bpo-45573: check for ossaudiodev in configure (GH-29614) | Christian Heimes | 2021-11-18 | 1 | -1/+5 |
|
|
* | bpo-45573: Introduce extension module flags in Makefile (GH-29594) | Christian Heimes | 2021-11-18 | 1 | -0/+62 |
|
|
* | bpo-45800: Move pyexpat build setup into configure (GH-29547) | Christian Heimes | 2021-11-14 | 1 | -0/+14 |
|
|
* | bpo-45798: Move _decimal build setup into configure (GH-29541) | Christian Heimes | 2021-11-13 | 1 | -1/+77 |
|
|