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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-95973: Add a new --with-dsymutil option to link debug information in macOS...
Pablo Galindo Salgado
2022-08-27
1
-3/+83
*
gh-95853: WASM: better version and asset handling in scripts (GH-96045)
Christian Heimes
2022-08-19
1
-1/+1
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
1
-0/+261
*
gh-95853: Add script to automate WASM build (GH-95828)
Christian Heimes
2022-08-13
1
-5/+161
*
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner
2022-08-05
1
-35/+1
*
gh-95174: Add pthread stubs for WASI (GH-95234)
Christian Heimes
2022-07-27
1
-1/+14
*
gh-95174: WASI: skip missing sockets functions (GH-95179)
Christian Heimes
2022-07-27
1
-3/+636
*
gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086)
Christian Heimes
2022-07-27
1
-1/+5
*
gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288)
Christian Heimes
2022-07-26
1
-20/+20
*
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes
2022-07-26
1
-1/+1
*
gh-94847: Don't force inlining in debug builds of libmpdec (GH-94848)
Christian Heimes
2022-07-18
1
-0/+6
*
gh-94801: Use custom flags to check for headers and libs (#94802)
Christian Heimes
2022-07-15
1
-257/+317
*
gh-93939: Build C extensions without setup.py (GH-94474)
Christian Heimes
2022-07-14
1
-24/+45
*
gh-93649: Fix dependencies of _testcapi (#94695)
Christian Heimes
2022-07-09
1
-0/+1
*
gh-94642: Remove -D_XOPEN_SOURCE from more pkg-config CFLAGS (#94657)
Christian Heimes
2022-07-07
1
-1/+4
*
gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651)
Christian Heimes
2022-07-07
1
-0/+2
*
gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452)
Christian Heimes
2022-07-06
1
-176/+1627
*
gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433)
Christian Heimes
2022-07-01
1
-95/+200
*
gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451)
Christian Heimes
2022-07-01
1
-2/+8
*
gh-93491: Fix PEP 11 tier detection for FreeBSD (GH-94441)
Christian Heimes
2022-06-30
1
-1/+1
*
gh-90005: Rename MODULE_EGG variable to MODULE_EGG_STATE (GH-94301)
Christian Heimes
2022-06-27
1
-77/+77
*
gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229)
Christian Heimes
2022-06-26
1
-9/+531
*
gh-84461: Build Emscripten with WASM BigInt support (#94219)
Christian Heimes
2022-06-24
1
-0/+2
*
gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142)
Christian Heimes
2022-06-24
1
-5/+3
*
gh-84461: Silence some compiler warnings on WASM (GH-93978)
Christian Heimes
2022-06-20
1
-1/+1
*
gh-84461: Fix circulare dependency on BUILDPYTHON (GH-93977)
Christian Heimes
2022-06-18
1
-0/+4
*
gh-90473: Include stdlib dir in wasmtime PYTHONPATH (GH-93797)
Christian Heimes
2022-06-14
1
-1/+1
*
gh-84461: Use HOSTRUNNER to run regression tests (GH-93694)
Christian Heimes
2022-06-11
1
-1/+5
*
gh-93491: Add support tier detection to configure (GH-93492)
Christian Heimes
2022-06-10
1
-0/+106
*
gh-90473: Define HOSTRUNNER for WASI (GH-93606)
Christian Heimes
2022-06-08
1
-0/+2
*
gh-93475: Expose FICLONE and FICLONERANGE constants in fcntl (#93478)
Illia Volochii
2022-06-06
1
-1/+2
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
1
-0/+3
*
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
Eric Snow
2022-05-27
1
-28/+0
*
GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)
Kumar Aditya
2022-05-27
1
-46/+0
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-66/+0
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-0/+1
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
1
-4/+21
*
gh-90005: Cleanup after GH-31698 (#91642)
Erlend Egeberg Aasland
2022-05-09
1
-40/+40
*
Update CPyhton configuration for 3.12 (#92451)
Dong-hee Na
2022-05-08
1
-12/+12
*
bpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly
2022-05-05
1
-2/+61
*
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/+30
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-26/+80
*
gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)
Christian Heimes
2022-04-23
1
-52/+24
*
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/+9
*
gh-84461: Drop -sWASM, fix building tests for browser (GH-91530)
Christian Heimes
2022-04-14
1
-25/+24
*
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
-9/+1
*
bpo-40280: WASM defaults to no dynamic linking (GH-32360)
Christian Heimes
2022-04-06
1
-1/+9
[prev]
[next]