COMMITS
/ configure.ac December 5, 2023
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 15, 2023
V
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner committed
November 13, 2023
D
gh-111460: Restore ncurses widechar support on macOS (#111878)
Davide Rizzo committed
October 30, 2023
D
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland committed
October 22, 2023
A
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Ayappan Perumal committed
October 20, 2023
Y
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
YAMAMOTO Takashi committed
October 11, 2023
L
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou committed
October 9, 2023
J
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík committed
B
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson committed
October 7, 2023
M
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama committed
September 29, 2023
D
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na committed
September 27, 2023
S
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross committed
September 19, 2023
S
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross committed
September 15, 2023
H
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham committed
September 10, 2023
V
gh-109054: Don't use libatomic on cross-compilation (#109211)
Victor Stinner committed
September 8, 2023
V
gh-109054: configure checks if libatomic is needed (#109101)
Victor Stinner committed
September 2, 2023
V
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner committed
S
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross committed
August 31, 2023
V
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner committed
August 29, 2023
V
gh-108494: Don't build _testclinic_limited with TraceRefs (#108608)
Victor Stinner committed
August 27, 2023
J
gh-108465: Use compiler basename when determining compiler flags (#108392)
John Micco committed
August 24, 2023
August 21, 2023
S
gh-108223: Add --disable-gil to configure (gh-108227)
Sam Gross committed
August 10, 2023
M
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
Mina Galić committed
July 28, 2023
J
gh-106881: Check for linux/limits.h before including it (#107397)
justdan6 committed
July 22, 2023
L
gh-106962: Detect mpicc in configure.ac (#106961)
Lukas van de Wiel committed
June 27, 2023
S
gh-106123: Modules/_sha3 appears to no longer be necessary (#106124)
Skip Montanaro committed
June 22, 2023
Y
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi committed
June 18, 2023
E
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland committed
June 7, 2023
E
gh-89886: Use Autoconf quadrigraphs where appropriate (#105226)
Erlend E. Aasland committed
June 6, 2023
E
gh-90005: Don't link with libbsd if not needed (#105236)
Erlend E. Aasland committed
June 1, 2023
E
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Erlend E. Aasland committed
E
gh-89886: Rely on HAVE_SYS_TIME_H (#105058)
Erlend E. Aasland committed
May 30, 2023
E
gh-89886: Properly quote Autoconf macro arguments (#105062)
Erlend E. Aasland committed
May 25, 2023
V
gh-104773: PEP 594: Remove the audioop module (#104937)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the crypt module (#104908)
Victor Stinner committed
May 24, 2023
V
gh-104773: Fix PY_STDLIB_MOD_SET_NA() on macOS (#104901)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the nis module (#104897)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the spwd module (#104871)
Victor Stinner committed
V
gh-104773: Remove OSSAUDIODEV_LIBS variable (#104864)
Victor Stinner committed
V
gh-104773: PEP 594: Remove the ossaudiodev module (#104862)
Victor Stinner committed
D
gh-101282: Enclose BOLT_APPLY_FLAGS value in double quotes (gh-104752)
Dong-hee Na committed
May 22, 2023
T
Python 3.13.0a0
Thomas Wouters committed
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