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-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-0/+1
*
gh-116303: Explicitly check for the _testsinglephase module in configure.ac (...
Erlend E. Aasland
2024-03-07
1
-0/+1
*
gh-116417: Add _testlimitedcapi C extension (#116419)
Victor Stinner
2024-03-07
1
-0/+2
*
gh-114099 - Add iOS testbed, plus Makefile target to invoke it. (gh-115930)
Russell Keith-Magee
2024-03-07
1
-52/+98
*
GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 prim...
Brett Cannon
2024-03-05
1
-1/+1
*
gh-108562: Revert enabling -fstrict-overflow for libmpdec (GH-116302)
Sergey B Kirpichev
2024-03-04
1
-5/+0
*
gh-108562: Fix compiler warnings for libmpdec (#114751)
Sergey B Kirpichev
2024-03-03
1
-0/+5
*
gh-115806: Don't mangle output of configure 'ipv6 stack type' check (#116165)
Erlend E. Aasland
2024-03-01
1
-1/+1
*
gh-71052: Fix several Android build issues (#115955)
Malcolm Smith
2024-02-29
1
-9/+41
*
gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)
Erlend E. Aasland
2024-02-28
1
-64/+31
*
gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)
Pablo Galindo Salgado
2024-02-28
1
-1/+2
*
gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...
Russell Keith-Magee
2024-02-26
1
-47/+178
*
gh-115806: Make configure output more readable (#115807)
Erlend E. Aasland
2024-02-23
1
-5/+5
*
gh-115765: Don't use deprecated AC_CHECK_TYPE macro in configure.ac (#115792)
Erlend E. Aasland
2024-02-22
1
-17/+8
*
gh-111225: Link extension modules against libpython on Android (#115780)
Malcolm Smith
2024-02-21
1
-5/+7
*
gh-114099: Refactor configure and Makefile to accomodate non-macOS frameworks...
Russell Keith-Magee
2024-02-12
1
-171/+214
*
GH-113632: update configure.ac for WebAssembly support tiers (#115192)
Brett Cannon
2024-02-09
1
-2/+1
*
gh-114883: Fix Makefile dependency tree for non-jit builds (GH-114884)
Zachary Ware
2024-02-03
1
-0/+2
*
gh-114875: Require getgrent for building the grp extension module (#114876)
Malcolm Smith
2024-02-02
1
-2/+4
*
gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...
Matt Prodani
2024-01-30
1
-2/+2
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
1
-4/+4
*
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher
2024-01-29
1
-0/+20
*
gh-80532: Do not set ipv6type when cross-compiling (#17956)
Zackery Spytz
2024-01-05
1
-1/+1
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+18
*
bpo-11102: Make configure enable major(), makedev(), and minor() on HP-UX (GH...
Zackery Spytz
2023-12-28
1
-0/+1
*
gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)
Ronald Oussoren
2023-12-28
1
-1/+6
*
gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)
Jakub Kulík
2023-12-17
1
-0/+1
*
gh-76785: More Fixes for test.support.interpreters (gh-113012)
Eric Snow
2023-12-12
1
-0/+2
*
gh-112970: Detect and use closefrom() when available (#112969)
Sam James
2023-12-12
1
-1/+1
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-0/+2
*
gh-112779: Check 1-byte atomics in configure (gh-112819)
Sam Gross
2023-12-08
1
-4/+14
*
gh-105323: Remove `WITH_APPLE_EDITLINE` to use the same declaration for all e...
Tian Gao
2023-12-05
1
-10/+0
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-112088: Run autoreconf in GHA check_generated_files (#112090)
Victor Stinner
2023-11-15
1
-9/+6
*
gh-111460: Restore ncurses widechar support on macOS (#111878)
Davide Rizzo
2023-11-13
1
-2/+4
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-43/+74
*
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Ayappan Perumal
2023-10-22
1
-2/+6
*
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
YAMAMOTO Takashi
2023-10-20
1
-0/+5
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
1
-0/+2
*
gh-78469: Declare missing sethostname for Solaris 10 (#109447)
Jakub Kulík
2023-10-09
1
-0/+8
*
gh-109191: Fix build with newer editline (gh-110239)
Bo Anderson
2023-10-09
1
-0/+7
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-1/+8
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
1
-0/+10
*
gh-109740: Use 't' in `--disable-gil` SOABI (#109922)
Sam Gross
2023-09-27
1
-15/+18
*
gh-108724: Add PyMutex and _PyParkingLot APIs (gh-109344)
Sam Gross
2023-09-19
1
-7/+4
*
gh-106213: Make Emscripten trampolines work with JSPI (GH-106219)
Hood Chatham
2023-09-15
1
-2/+2
*
gh-109054: Don't use libatomic on cross-compilation (#109211)
Victor Stinner
2023-09-10
1
-3/+4
*
gh-109054: configure checks if libatomic is needed (#109101)
Victor Stinner
2023-09-08
1
-1/+61
*
gh-108765: Python.h no longer includes <ieeefp.h> (#108781)
Victor Stinner
2023-09-02
1
-1/+1
*
gh-108777: Split _PyTime tests from _testinternalcapi.c (gh-108787)
Sam Gross
2023-09-02
1
-0/+1
[next]