COMMITS
/ configure December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
December 13, 2021
C
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes committed
December 10, 2021
E
bpo-45723: Normalise configure user communication (GH-30024)
Erlend Egeberg Aasland committed
December 8, 2021
C
bpo-45847: Don't override user overrides for CFLAGS/LIBS (GH-29967)
Christian Heimes committed
December 7, 2021
C
bpo-45847: Revert Port _ctypes partly to PY_STDLIB_MOD (GH-29747) (GH-29969)
Christian Heimes committed
December 6, 2021
C
bpo-45847: Fix uuid detection on macOS (GH-29946)
Christian Heimes committed
C
bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936)
Christian Heimes committed
December 4, 2021
C
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes committed
December 3, 2021
C
bpo-45950: Introduce Bootstrap Python again (#29859)
Christian Heimes committed
December 1, 2021
C
bpo-40280: Emscripten with_ensurepip=no, second attempt (GH-29884)
Christian Heimes committed
C
bpo-40280: Emscripten defaults to --with-ensurepip=no (GH-29873)
Christian Heimes committed
November 29, 2021
C
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes committed
C
bpo-45847: PY_STDLIB_MOD_SIMPLE now checks py_stdlib_not_available (GH-29844)
Christian Heimes committed
C
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes committed
E
bpo-45723: Sort the grand AC_CHECK_HEADERS check (GH-29846)
Erlend Egeberg Aasland committed
E
bpo-45847: Make socket module conditional (GH-29769)
Erlend Egeberg Aasland committed
E
bpo-40280: Disable unusable core extension modules on emscripten (GH-29834)
Erlend Egeberg Aasland committed
November 28, 2021
E
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland committed
November 27, 2021
P
bpo-42268: Fail the configure step if the selected compiler doesn't support memory sanitizer (GH-29806)
Pablo Galindo Salgado committed
November 26, 2021
C
bpo-40280: Move hard-coded feature checks to configure (GH-29789)
Christian Heimes committed
C
bpo-40280: Add configure check for socket shutdown (GH-29795)
Christian Heimes committed
C
bpo-40280: Use Setup.stdlib static for wasm builds (GH-29784)
Christian Heimes committed
November 25, 2021
C
bpo-40280: Add wasm cross build targets (GH-29771)
Christian Heimes committed
November 24, 2021
C
bpo-45847: Fix _crypt detection on Ubuntu (GH-29743)
Christian Heimes committed
C
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Christian Heimes committed
E
bpo-45847: Port _posixshmem to PY_STDLIB_MOD (GH-29738)
Erlend Egeberg Aasland committed
November 23, 2021
C
bpo-45847: Port _gdbm to PY_STDLIB_MOD (GH-29720)
Christian Heimes committed
C
bpo-45847: Port _ssl and _hashlib to PY_STDLIB_MOD (GH-29727)
Christian Heimes committed
C
bpo-45847: Port _crypt to PY_STDLIB_MOD (GH-29725)
Christian Heimes committed
C
bpo-45873: Restore Python 3.6 compatibility (GH-29730)
Christian Heimes committed
G
bpo-45873: Get rid of bootstrap_python (#29717)
Guido van Rossum committed
E
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
Erlend Egeberg Aasland committed
E
bpo-45847: Fix xxlimited and xxlimited_35 build conditions (GH-29715)
Erlend Egeberg Aasland committed
November 22, 2021
E
bpo-45847: Port xxlimited and xxlimited_35 to PY_STDLIB_MOD (GH-29707)
Erlend Egeberg Aasland committed
C
bpo-45847: port _struct to PY_STDLIB_MOD (GH-29706)
Christian Heimes committed
E
bpo-45847: Port audioop, _csv, and _posixsubprocess to PY_STDLIB_MOD_SIMPLE (GH-29705)
Erlend Egeberg Aasland committed
C
bpo-45847: Port nis module to PY_STDLIB_MOD (GH-29699)
Christian Heimes committed
C
bpo-45847: Port compression libs to PY_STDLIB_MOD (GH-29702)
Christian Heimes committed
E
bpo-45847: Port mmap, select, and _xxsubinterpreters to Py_STDLIB_MOD (GH-29703)
Erlend Egeberg Aasland committed
E
bpo-45847: Port fcntl to Py_STDLIB_MOD (GH-29696)
Erlend Egeberg Aasland committed
C
bpo-45847: Various PY_STDLIB_MOD cleanups (GH-29697)
Christian Heimes committed
E
bpo-45847: Port _lfprof, _opcode, _asyncio, _queue, _statistics, and _typing to PY_STDLIB_MOD_SIMPLE (GH-29690)
Erlend Egeberg Aasland committed
E
bpo-45847: Port _bisect, _heapq, _json, _pickle, _random, and _zoneinfo to PY_STDLIB_MOD_SIMPLE (GH-29689)
Erlend Egeberg Aasland committed
E
bpo-45847: Port array, _contextvars, math, and cmath to PY_STDLIB_MOD_SIMPLE (GH-29688)
Erlend Egeberg Aasland committed
E
bpo-45723: Add helpers for save/restore env (GH-29637)
Erlend Egeberg Aasland committed
November 21, 2021
C
bpo-45847: Port codecs and unicodedata to PY_STDLIB_MOD (GH-29685)
Christian Heimes committed
C
bpo-45847: Port grp, spwd, termios, resource, syslog to PY_STDLIB_MOD (GH-29668)
Christian Heimes committed
November 20, 2021
C
bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
Christian Heimes committed
E
bpo-45774: Fix SQLite load extension autodetection (GH-29659)
Erlend Egeberg Aasland committed