| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541) | Zachary Ware | 2022-12-29 | 1 | -1/+0 |
|
|
* | gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544) | Zachary Ware | 2022-12-28 | 1 | -42/+14 |
|
|
* | gh-100540: Remove unnecessary '-DMACOSX' for ctypes on macOS (GH-100542) | Zachary Ware | 2022-12-28 | 1 | -1/+1 |
|
|
* | gh-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declaration warnings i... | Sam James | 2022-11-26 | 1 | -24/+28 |
|
|
* | gh-96002: Add functional test for Argument Clinic (#96178) | colorfulappl | 2022-11-21 | 1 | -0/+1 |
|
|
* | gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ... | Miro HronĨok | 2022-11-11 | 1 | -2/+2 |
|
|
* | gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390) | Noam Cohen | 2022-11-07 | 1 | -1/+1 |
|
|
* | gh-99086: Fix implicit int compiler warning in configure check for PTHREAD_SC... | Sam James | 2022-11-05 | 1 | -1/+1 |
|
|
* | gh-98948: Remove obsolete readelf dependency (#98949) | serge-sans-paille | 2022-11-03 | 1 | -11/+0 |
|
|
* | gh-98989: configure: add 3.11 to list of Pythons (#98988) | Jelle Zijlstra | 2022-11-02 | 1 | -1/+1 |
|
|
* | gh-96143: Move the perf trampoline files to the Python directory (#98675) | Pablo Galindo Salgado | 2022-10-25 | 1 | -1/+1 |
|
|
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+3 |
|
|
* | gh-96761: Fix build process of the clang compiler for _bootstrap_python (gh-9... | Dong-hee Na | 2022-09-23 | 1 | -2/+4 |
|
|
* | gh-89536: Use ThinLTO policy if possible (gh-96766) | Dong-hee Na | 2022-09-16 | 1 | -3/+11 |
|
|
* | gh-84461: Omit resource mod and getresuid funcs on Emscripten (GH-96303) | Christian Heimes | 2022-09-11 | 1 | -2/+2 |
|
|
* | gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) | Pablo Galindo Salgado | 2022-08-30 | 1 | -0/+20 |
|
|
* | gh-96191: Update the configure file to use GitHub issue (gh-96211) | Dong-hee Na | 2022-08-29 | 1 | -5/+5 |
|
|
* | gh-95973: Add a new --with-dsymutil option to link debug information in macOS... | Pablo Galindo Salgado | 2022-08-27 | 1 | -3/+30 |
|
|
* | 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/+53 |
|
|
* | gh-95853: Add script to automate WASM build (GH-95828) | Christian Heimes | 2022-08-13 | 1 | -4/+40 |
|
|
* | gh-93744: Remove configure --with-cxx-main option (#95651) | Victor Stinner | 2022-08-05 | 1 | -24/+1 |
|
|
* | gh-95174: Add pthread stubs for WASI (GH-95234) | Christian Heimes | 2022-07-27 | 1 | -3/+9 |
|
|
* | gh-95174: WASI: skip missing sockets functions (GH-95179) | Christian Heimes | 2022-07-27 | 1 | -12/+29 |
|
|
* | gh-95085: Promote Emscripten and WASI to PEP 11 tier 3 (GH-95086) | Christian Heimes | 2022-07-27 | 1 | -2/+2 |
|
|
* | gh-94801: Fix regression in configure's CPPFLAGS handling (GH-95288) | Christian Heimes | 2022-07-26 | 1 | -13/+13 |
|
|
* | 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/+5 |
|
|
* | gh-94801: Use custom flags to check for headers and libs (#94802) | Christian Heimes | 2022-07-15 | 1 | -61/+88 |
|
|
* | gh-93939: Build C extensions without setup.py (GH-94474) | Christian Heimes | 2022-07-14 | 1 | -15/+6 |
|
|
* | 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/+6 |
|
|
* | gh-94644: Define HAVE_NCURSESW in pkg-config branch (#94651) | Christian Heimes | 2022-07-07 | 1 | -0/+1 |
|
|
* | gh-90005: Port readline and curses to PY_STDLIB_MOD (GH-94452) | Christian Heimes | 2022-07-06 | 1 | -114/+274 |
|
|
* | gh-90005: Port _dbm module to PY_STDLIB_MOD (GH-94433) | Christian Heimes | 2022-07-01 | 1 | -25/+75 |
|
|
* | gh-90005-ffi: Fix building _ctypes without pkg-config (GH-94451) | Christian Heimes | 2022-07-01 | 1 | -1/+4 |
|
|
* | 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 | -3/+3 |
|
|
* | gh-90005: Port _ctypes to PY_STDLIB_MOD (GH-32229) | Christian Heimes | 2022-06-26 | 1 | -29/+96 |
|
|
* | gh-84461: Build Emscripten with WASM BigInt support (#94219) | Christian Heimes | 2022-06-24 | 1 | -0/+3 |
|
|
* | gh-84461: Fix ctypes and test_ctypes on Emscripten (#94142) | Christian Heimes | 2022-06-24 | 1 | -3/+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/+3 |
|
|
* | 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/+6 |
|
|
* | gh-93491: Add support tier detection to configure (GH-93492) | Christian Heimes | 2022-06-10 | 1 | -0/+71 |
|
|
* | gh-90473: Define HOSTRUNNER for WASI (GH-93606) | Christian Heimes | 2022-06-08 | 1 | -0/+4 |
|
|
* | 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 | -2/+5 |
|
|
* | bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185) | Eric Snow | 2022-05-27 | 1 | -17/+0 |
|
|