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
*
[3.9] 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) (GH-31831)
Victor Stinner
2022-03-11
1
-1/+1
*
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...
Christian Heimes
2022-01-26
1
-33/+0
*
bpo-46263: Don't use MULTIARCH on FreeBSD (GH-30410)
Miss Islington (bot)
2022-01-05
1
-3/+14
*
[3.9] bpo-44035: Check autoconf files thoroughly (GH-29935) (GH-29938)
Christian Heimes
2021-12-06
1
-43/+35
*
[3.9] bpo-43158: Use configure values for building _uuid extension (GH-29353)...
Miss Islington (bot)
2021-11-02
1
-0/+69
*
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configur...
Miss Islington (bot)
2021-10-13
1
-3/+5
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-...
Miss Islington (bot)
2021-10-01
1
-1/+1
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341) (GH-26343)
Miss Islington (bot)
2021-05-25
1
-3/+6
*
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...
Jakub Kulík
2021-05-21
1
-0/+16
*
[3.9] bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804...
Miss Islington (bot)
2021-05-02
1
-5/+10
*
[3.9] bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) (G...
Christian Heimes
2021-03-27
1
-3/+4
*
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...
Miss Islington (bot)
2020-12-20
1
-7/+1
*
bpo-42598: Fix implicit function declarations in configure (GH-23690) (GH-23756)
Miss Islington (bot)
2020-12-13
1
-6/+7
*
[3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)
Ronald Oussoren
2020-11-22
1
-6/+39
*
[3.9] bpo-38443: Check that the specified universal architectures work (GH-22...
Miss Islington (bot)
2020-11-22
1
-0/+25
*
bpo-41721: Add xlc options (GH-22097)
Miss Islington (bot)
2020-09-04
1
-1/+4
*
bpo-19521: Fix parallel build race condition on AIX (GH-22001)
Miss Islington (bot)
2020-08-29
1
-9/+22
*
BPO-41100: Support macOS 11 when building (GH-21113)
Miss Islington (bot)
2020-06-25
1
-1/+1
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Miss Islington (bot)
2020-06-09
1
-1/+7
*
[3.9] bpo-40514: Remove --with-experimental-isolated-subinterpreters in 3.9 (...
Victor Stinner
2020-05-19
1
-29/+0
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-611/+0
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-0/+611
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0/+46
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
1
-0/+42
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
1
-0/+28
*
bpo-40291: Add support for CAN_J1939 sockets (GH-19538)
karl ding
2020-04-29
1
-2/+2
*
bpo-40334: Fix builds outside the source directory and regenerate autoconf fi...
Pablo Galindo
2020-04-23
1
-1/+1
*
bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)
Zackery Spytz
2020-04-09
1
-0/+30
*
bpo-38527: fix configure script for Solaris (GH-16845)
Arnon Yaari
2020-04-01
1
-2/+2
*
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)
Petr Viktorin
2020-03-11
1
-1/+1
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-15/+38
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-0/+26
*
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
Ian Norton
2020-02-14
1
-1/+19
*
bpo-38960: DTrace build fix for FreeBSD. (GH-17451)
David Carlier
2020-01-28
1
-2/+1
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-3/+3
*
bpo-39406: Implement os.putenv() with setenv() if available (GH-18128)
Victor Stinner
2020-01-22
1
-14/+3
*
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...
Anthony Shaw
2020-01-14
1
-52/+74
*
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt
2019-12-15
1
-2/+15
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-2/+14
*
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Victor Stinner
2019-10-22
1
-15/+6
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-0/+41
*
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446)
Jesús Cea
2019-09-28
1
-0/+3
*
Run autoreconf. (GH-16106)
Benjamin Peterson
2019-09-13
1
-60/+30
*
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
Jakub Kulík
2019-09-11
1
-1/+1
*
bpo-38068: Clean up gettimeofday configure logic. (GH-15775)
Benjamin Peterson
2019-09-10
1
-31/+0
*
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Benjamin Peterson
2019-09-09
1
-2/+14
*
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
Ronald Oussoren
2019-08-01
1
-0/+2
*
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
Neil Schemenauer
2019-07-22
1
-0/+14
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily
2019-07-02
1
-0/+6
[next]