COMMITS
/ configure March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
March 7, 2024
E
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (#116479)
Erlend E. Aasland committed
V
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner committed
R
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee committed
March 5, 2024
B
March 4, 2024
S
gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)
Sergey B Kirpichev committed
March 3, 2024
S
gh-108562: Fix compiler warnings for libmpdec (#114751)
Sergey B Kirpichev committed
March 1, 2024
E
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
Erlend E. Aasland committed
February 29, 2024
M
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith committed
February 28, 2024
E
gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)
Erlend E. Aasland committed
P
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado committed
February 26, 2024
R
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH-115390)
Russell Keith-Magee committed
February 23, 2024
E
gh-115806: Make configure output more readable (#115807)
Erlend E. Aasland committed
February 22, 2024
E
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland committed
February 21, 2024
M
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith committed
February 12, 2024
R
gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks (#115120)
Russell Keith-Magee committed
February 9, 2024
B
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon committed
February 3, 2024
Z
gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)
Zachary Ware committed
February 2, 2024
M
gh-114875: Require getgrent for building the grp extension module (#114876)
Malcolm Smith committed
January 30, 2024
M
January 29, 2024
S
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly committed
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed
January 5, 2024
Z
gh-80532: Do not set ipv6type when cross-compiling (#17956)
Zackery Spytz committed
December 30, 2023
S
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN committed
December 28, 2023
Z
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH-19856)
Zackery Spytz committed
R
gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)
Ronald Oussoren committed
December 17, 2023
J
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík committed
December 12, 2023
E
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow committed
S
gh-112970: Detect and use closefrom() when available (#112969)
Sam James committed
S
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross committed
December 8, 2023
S
gh-112779: Check 1-byte atomics in configure (gh-112819)
Sam Gross committed
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