COMMITS
/ configure September 12, 2024
V
[3.12] gh-123917: Fix crypt check in configure (#123952)
Victor Stinner committed
September 9, 2024
V
[3.12] Fix typos (#123775) (#123867)
Victor Stinner committed
July 29, 2024
S
June 29, 2024
S
[3.12] gh-120713: Normalize year with century for datetime.strftime (GH-120820) (GH-121145)
Serhiy Storchaka committed
June 25, 2024
M
[3.12] gh-120671: Fix PY_CHECK_CC_WARNING() in configure.ac (GH-120822) (#120986)
Miss Islington (bot) committed
June 10, 2024
M
[3.12] GH-115983: skip building shared modules for testing under WASI (GH-116528) (#120316)
Miss Islington (bot) committed
June 7, 2024
V
[3.12] gh-120154: Fix Emscripten/WASI pattern in case statement for LDSHARED… (#120204)
Victor Stinner committed
April 12, 2024
M
[3.12] gh-117752: Autoconf: fix PGO builds for 'make -C build' incantations (GH-117803) (#117805)
Miss Islington (bot) committed
M
[3.12] gh-117752: Autoconf: fix -fno-semantic-interposition check (GH-117789) (#117800)
Miss Islington (bot) committed
M
[3.12] gh-117752: Autoconf: store all LLVM profile data in the build directory (GH-117790) (#117795)
Miss Islington (bot) committed
March 17, 2024
A
[3.12] gh-112536: Add support for thread sanitizer (TSAN) (gh-112648) (#116924)
Antoine Pitrou committed
March 5, 2024
January 5, 2024
M
[3.12] gh-80532: Do not set ipv6type when cross-compiling (GH-17956) (#113740)
Miss Islington (bot) committed
December 28, 2023
M
[3.12] bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856) (GH-113540)
Miss Islington (bot) committed
M
[3.12] gh-110459: Make sure --with-openssl-rpath works on macOS (GH-113441) (#113535)
Miss Islington (bot) committed
November 16, 2023
V
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159)
Victor Stinner committed
November 14, 2023
M
[3.12] gh-111460: Restore ncurses widechar support on macOS (GH-111878) (gh-112034)
Miss Islington (bot) committed
October 20, 2023
M
[3.12] gh-111046: for wasi-threads, export memory as well via the linker (GH-111099) (GH-111141)
Miss Islington (bot) committed
October 10, 2023
M
[3.12] gh-78469: Declare missing sethostname for Solaris 10 (GH-109447) (#110580)
Miss Islington (bot) committed
October 9, 2023
M
[3.12] gh-109191: Fix build with newer editline (gh-110239) (gh-110562)
Miss Islington (bot) committed
July 28, 2023
July 23, 2023
M
[3.12] gh-106962: Detect mpicc in configure.ac (GH-106961) (#107081)
Miss Islington (bot) committed
July 17, 2023
M
[3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
Miss Islington (bot) committed
June 27, 2023
M
[3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127)
Miss Islington (bot) committed
June 6, 2023
E
[3.12] gh-90005: Don't link with libbsd if not needed (#105236) (#105360)
Erlend E. Aasland committed
June 1, 2023
E
[3.12] GH-89886: Bump to GNU Autoconf v2.71 (#104925) (#105207)
Erlend E. Aasland committed
M
[3.12] gh-89886: Rely on HAVE_SYS_TIME_H (GH-105058) (#105192)
Miss Islington (bot) committed
May 30, 2023
E
[3.12] gh-89886: Properly quote Autoconf macro arguments (#105062) (#105118)
Erlend E. Aasland committed
May 24, 2023
D
[3.12] gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh… (gh-104853)
Dong-hee Na committed
May 22, 2023
G
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc committed
May 15, 2023
E
gh-104487: PYTHON_FOR_REGEN must be minimum Python 3.10 (#104488)
Erlend E. Aasland committed
G
gh-101282: move BOLT config after PGO (gh-104493)
Gregory Szorc committed
May 9, 2023
Z
gh-90656: Add platform triplets for 64-bit LoongArch (LA64) (#30939)
Zhang Na committed
May 4, 2023
P
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin committed
April 17, 2023
D
gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
Dong-hee Na committed
April 12, 2023
N
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev committed
March 4, 2023
M
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens committed
February 22, 2023
J
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko committed
February 16, 2023
E
gh-99942: correct the pkg-config/python-config flags for cygwin/android
Eli Schwartz committed
G
gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924)
Gregory P. Smith committed
February 14, 2023
J
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko committed
February 13, 2023
E
gh-92547: Purge sqlite3_enable_shared_cache() detection from configure (#101873)
Erlend E. Aasland committed
February 7, 2023
J
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko committed
February 4, 2023
E
gh-101524: Split Up the _xxsubinterpreters Module (gh-101526)
Eric Snow committed
January 24, 2023
D
gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
Dong-hee Na committed
G
gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)
Gregory Szorc committed
January 22, 2023
G
gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
Gregory Szorc committed
January 18, 2023
K
gh-100340: Allows -Wno-int-conversion for wasm (#100341)
Kushal Das committed
January 11, 2023
M
gh-98636: Fix detecting gdbm_compat for _dbm module (#98643)
Michał Górny committed
January 5, 2023
D
gh-86082: bpo-41916: allow cross-compiled python to have -pthread set for CXX (#22525)
Dustin Spicuzza committed