COMMITS
/ setup.py May 19, 2022
M
gh-78630: Drop invalid HP aCC compiler switch -fPIC on HP-UX (#8847)
Michael Osipov committed
May 3, 2022
Ł
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa committed
April 15, 2022
E
gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)
Erlend Egeberg Aasland committed
April 9, 2022
J
Fix some typos in comments (GH-32422)
jonasdlindner committed
March 31, 2022
E
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland committed
March 22, 2022
C
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes committed
March 17, 2022
E
Fix whitespace error in setup.py (GH-31960)
Erlend Egeberg Aasland committed
January 26, 2022
V
bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
Victor Stinner 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 4, 2021
C
bpo-45847: Port _ctypes partly to PY_STDLIB_MOD (GH-29747)
Christian Heimes committed
November 28, 2021
E
bpo-45847: Port _multiprocessing to PY_STDLIB_MOD (GH-29768)
Erlend Egeberg Aasland committed
November 24, 2021
C
bpo-45881: Use CC from env first for cross building (GH-29752)
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
E
bpo-45847: Port _socket to PY_STDLIB_MOD (GH-29713)
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
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
C
bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
Christian Heimes committed
November 19, 2021
C
bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
Christian Heimes committed
C
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes committed
E
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland committed
November 18, 2021
C
bpo-45573: check for ossaudiodev in configure (GH-29614)
Christian Heimes committed
C
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes committed
November 14, 2021
C
bpo-45573: Use Makefile's dependencies in setup.py (GH-29559)
Christian Heimes committed
C
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes committed
November 13, 2021
C
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes committed
November 10, 2021
C
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes committed
November 9, 2021
C
bpo-45763: Detect compression build deps in configure (GH-29483)
Christian Heimes committed
C
bpo-45743: Remove workaround for zlib CVE from 2002 (GH-29457)
Christian Heimes committed
C
bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)
Christian Heimes committed
November 8, 2021
C
bpo-45743: Move __APPLE_USE_RFC_3542 into socketmodule.c (GH-29456)
Christian Heimes committed
November 6, 2021
C
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes committed
November 2, 2021
C
bpo-43158: Use configure values for building _uuid extension (GH-29353)
Christian Heimes committed
October 29, 2021
C
bpo-45548: Some test modules must be built as shared libs (GH-29268)
Christian Heimes committed