index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
1
-2/+5
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-17/+0
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-22/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-46/+0
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-0/+2
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
1
-4/+17
*
gh-90005: Cleanup after GH-31698 (#91642)
Erlend Egeberg Aasland
2022-05-09
1
-3/+3
*
Python 3.12.0a0
Pablo Galindo
2022-05-08
1
-1/+1
*
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly
2022-05-05
1
-2/+5
*
gh-89452: Prefer gdbm-compat over ndbm (#92208)
Ćukasz Langa
2022-05-03
1
-2/+2
*
gh-84461: Add HOSTRUNNER for program to run Python executable (GH-91931)
Ethan Smith
2022-04-28
1
-0/+18
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-27/+57
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-54/+27
*
gh-91731: Build Python with -std=c11 (#91733)
Victor Stinner
2022-04-20
1
-1/+1
*
bpo-46053: Fix OSS audio support on NetBSD (GH-30065)
Thomas Klausner
2022-04-18
1
-1/+8
*
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes
2022-04-14
1
-30/+27
*
Fix some typos in comments (GH-32422)
jonasdlindner
2022-04-09
1
-1/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-5/+1
*
bpo-40280: WASM defaults to no dynamic linking (GH-32360)
Christian Heimes
2022-04-06
1
-1/+5
*
bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)
Erlend Egeberg Aasland
2022-04-05
1
-0/+6
*
bpo-45774: Harden SQLite detection (GH-30016)
Erlend Egeberg Aasland
2022-04-05
1
-30/+64
*
bpo-40280: Add limited Emscripten REPL (GH-32284)
Christian Heimes
2022-04-05
1
-1/+1
*
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes
2022-04-04
1
-15/+66
*
bpo-47152: Move sources of the _sre module into a subdirectory (GH-32290)
Serhiy Storchaka
2022-04-04
1
-0/+1
*
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (...
Hood Chatham
2022-04-03
1
-0/+13
*
bpo-40280: Emscripten fork_exec now fails early (GH-32224)
Christian Heimes
2022-04-01
1
-0/+3
*
bpo-40280: Add debug Emscripten flavors (GH-32233)
Christian Heimes
2022-04-01
1
-11/+17
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-44/+73
*
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Christian Heimes
2022-03-26
1
-1/+12
*
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
Christian Heimes
2022-03-24
1
-0/+16
*
bpo-32033: Finalize WASI configure options (GH-32053)
Christian Heimes
2022-03-22
1
-1/+23
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-2/+40
*
bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
Pablo Galindo Salgado
2022-03-18
1
-1/+1
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
Oleksandr Pavlyk
2022-03-11
1
-1/+1
*
bpo-46933: Make pwd module optional (GH-31700)
Christian Heimes
2022-03-07
1
-60/+69
*
bpo-46860: Respect `--with-suffix` on case-insensitive file systems (GH-31593)
Brett Cannon
2022-03-02
1
-1/+1
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-3/+12
*
bpo-46602: Do not append conftest.c (GH-31062)
adanhawth
2022-02-02
1
-2/+2
*
bpo-46600: ./configure --with-pydebug uses -Og with clang (GH-31052)
Victor Stinner
2022-02-01
1
-7/+23
*
bpo-43112: detect musl as a separate SOABI (GH-24502)
Natanael Copa
2022-01-28
1
-0/+5
*
bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851)
Christian Heimes
2022-01-26
1
-1/+0
*
bpo-40280: Get help() working and more (GH-30858)
Christian Heimes
2022-01-24
1
-5/+6
*
bpo-30512: Add CAN Socket support for NetBSD (GH-30066)
Thomas Klausner
2022-01-21
1
-1/+2
*
bpo-40280: Misc fixes for wasm32-emscripten (GH-30722)
Christian Heimes
2022-01-20
1
-0/+2
*
bpo-46045: Do not use POSIX semaphores on NetBSD (GH-30047)
Thomas Klausner
2022-01-18
1
-0/+3
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-1/+1
*
bpo-40280: Build WASM stdlib bundle and more modules for node (GH-30597)
Christian Heimes
2022-01-14
1
-12/+32
*
bpo-44133: Link Python executable with object files (GH-30556)
Victor Stinner
2022-01-13
1
-33/+42
*
bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)
Christian Heimes
2022-01-13
1
-4/+9
*
bpo-40280: Allow to compile _testcapi as builtin module (GH-30559)
Christian Heimes
2022-01-12
1
-2/+2
[next]