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
*
bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
Ned Deily
2021-10-05
1
-2/+5
*
bpo-45350: Rerun autoreconf with the pkg-config macros (GH-28708)
Pablo Galindo Salgado
2021-10-03
1
-3/+132
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-62/+105
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
1
-0/+58
*
bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-28111)
Livius
2021-09-13
1
-0/+58
*
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa
2021-09-03
1
-66/+81
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-18/+54
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily
2021-05-25
1
-3/+6
*
Fix typo in configure (GH-26078)
Ikko Ashimine
2021-05-13
1
-1/+1
*
Update CI files to account for the master -> main rename (GH-25860)
Pablo Galindo
2021-05-03
1
-143/+26
*
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily
2021-05-03
1
-13/+1
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
1
-5/+10
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-2/+2
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík
2021-04-30
1
-0/+16
*
bpo-43669: PEP 644: Require OpenSSL 1.1.1 or newer (GH-23014)
Christian Heimes
2021-04-17
1
-7371/+5026
*
Python 3.10.0a7
v3.10.0a7
Pablo Galindo
2021-04-05
1
-5035/+7326
*
bpo-43179: Generalise alignment for optimised string routines (GH-24624)
Jessica Clarke
2021-03-31
1
-1/+71
*
bpo-43617: Check autoconf-archive package in configure.ac (GH-25016)
Christian Heimes
2021-03-27
1
-3/+3
*
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner
2021-03-23
1
-1/+1
*
bpo-43466: Add --with-openssl-rpath configure option (GH-24820)
Christian Heimes
2021-03-19
1
-7288/+5030
*
Remove unused suspicious rule in the docs
v3.10.0a6
Pablo Galindo
2021-03-01
1
-4993/+7288
*
bpo-43103: Fix build failure with macOS framework builds. (GH-24676)
Ned Deily
2021-03-01
1
-1/+1
*
bpo-42603: Use pkg-config to get TCL/TK paths for tkinter. (GH-23721)
Manolis Stamatogiannakis
2021-03-01
1
-2/+7
*
bpo-43103: Add configure --without-static-libpython (GH-24418)
Victor Stinner
2021-02-17
1
-0/+40
*
bpo-13501: allow choosing between readline and libedit (GH-24189)
Roland Hieber
2021-02-09
1
-123/+143
*
bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
Victor Stinner
2021-01-27
1
-1/+1
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-0/+28
*
bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
Paul Ganssle
2021-01-12
1
-1/+1
*
bpo-27640: Add --disable-test-modules configure option (GH-23886)
pxinwr
2020-12-30
1
-1/+23
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
1
-5/+7
*
bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure...
Matti Picus
2020-12-20
1
-7/+1
*
bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741)
pxinwr
2020-12-14
1
-2/+2
*
bpo-42598: Fix implicit function declarations in configure (GH-23690)
Joshua Root
2020-12-13
1
-6/+7
*
bpo-38443: Check that the specified universal architectures work (GH-22910)
Ronald Oussoren
2020-11-22
1
-0/+25
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-1/+1
*
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler
2020-11-16
1
-15/+2
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-1/+32
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-6/+39
*
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...
Alexey Izbyshev
2020-10-24
1
-1/+1
*
bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892)
Petr Viktorin
2020-10-22
1
-0/+36
*
bpo-38980: Add -fno-semantic-interposition when building with optimizations (...
Pablo Galindo
2020-10-21
1
-0/+8
*
closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
Kevin Adler
2020-10-16
1
-6/+0
*
bpo-40423: Optimization: use close_range(2) if available (GH-22651)
Kyle Evans
2020-10-11
1
-2/+2
*
bpo-41721: Add xlc options (GH-22096)
Stefan Krah
2020-09-04
1
-1/+4
*
bpo-19521: Fix parallel build race condition on AIX (GH-21997)
Stefan Krah
2020-08-29
1
-9/+22
*
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher
2020-07-27
1
-13/+0
*
BPO-41100: Support macOS 11 when building (GH-21113)
Ronald Oussoren
2020-06-25
1
-1/+1
*
bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152)
Ned Deily
2020-06-25
1
-1/+1
*
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Lysandros Nikolaou
2020-06-20
1
-1/+1
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
1
-1/+7
[next]