COMMITS
/ configure.ac November 2, 2022
J
gh-98989: configure: add 3.11 to list of Pythons (#98988)
Jelle Zijlstra committed
October 25, 2022
P
gh-96143: Move the perf trampoline files to the Python directory (#98675)
Pablo Galindo Salgado committed
October 20, 2022
N
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen committed
September 23, 2022
D
gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-96945)
Dong-hee Na committed
September 16, 2022
D
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na committed
September 11, 2022
C
gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303)
Christian Heimes committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
August 29, 2022
D
gh-96191: Update the configure file to use GitHub issue (gh-96211)
Dong-hee Na committed
August 27, 2022
P
gh-95973: Add a new --with-dsymutil option to link debug information in macOS (GH-95974)
Pablo Galindo Salgado committed
August 19, 2022
C
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes committed
August 18, 2022
K
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski committed
August 13, 2022
C
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes committed
August 5, 2022
V
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner committed
July 27, 2022
C
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes committed
C
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes committed
C
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes committed
July 26, 2022
C
gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288)
Christian Heimes committed
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
July 18, 2022
C
gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)
Christian Heimes committed
July 15, 2022
C
gh-94801: Use custom flags to check for headers and libs (#94802)
Christian Heimes committed
July 14, 2022
C
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes committed
July 9, 2022
C
gh-93649: Fix dependencies of _testcapi (#94695)
Christian Heimes committed
July 7, 2022
C
gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)
Christian Heimes committed
C
gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651)
Christian Heimes committed
July 6, 2022
C
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes committed
July 1, 2022
C
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes committed
C
gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)
Christian Heimes committed
June 30, 2022
C
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Christian Heimes committed
June 27, 2022
C
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
Christian Heimes committed
June 26, 2022
C
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes committed
June 24, 2022
C
gh-84461: Build Emscripten with WASM BigInt support (#94219)
Christian Heimes committed
C
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes committed
June 20, 2022
C
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes committed
June 18, 2022
C
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
Christian Heimes committed
June 14, 2022
C
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
Christian Heimes committed
June 11, 2022
C
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes committed
June 10, 2022
C
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes committed
June 8, 2022
C
gh-90473: Define HOSTRUNNER for WASI (GH-93606)
Christian Heimes committed
June 6, 2022
I
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii committed
June 2, 2022
C
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes committed
May 27, 2022
E
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow committed
K
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya committed
May 25, 2022
V
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
May 13, 2022
C
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes committed
May 9, 2022
E
gh-90005: Cleanup after GH-31698 (#91642)
Erlend Egeberg Aasland committed
May 8, 2022
P
Python 3.12.0a0
Pablo Galindo committed
May 5, 2022
S
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly committed
May 3, 2022
Ł
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Łukasz Langa committed
April 28, 2022
E
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
Ethan Smith committed