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
*
bpo-38443: Check that the specified universal architectures work (GH-22910)
Ronald Oussoren
2020-11-22
1
-0/+7
*
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/+13
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-5/+19
*
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/+2
*
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/+18
*
bpo-41340: Removed fallback implementation for strdup (GH-21634)
wasiher
2020-07-27
1
-1/+1
*
BPO-41100: Support macOS 11 when building (GH-21113)
Ronald Oussoren
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-40939: Remove the old parser (GH-20768)
Pablo Galindo
2020-06-11
1
-1/+1
*
bpo-40684: Fix make install for platlibdir=lib64 (GH-20736)
Victor Stinner
2020-06-09
1
-1/+6
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
1
-1/+1
*
Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...
Ned Deily
2020-05-18
1
-19/+0
*
bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)
Ned Deily
2020-05-18
1
-0/+19
*
bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909)
Paul Ganssle
2020-05-16
1
-0/+36
*
bpo-40637: Add option to disable builtin hashes (GH-20121)
Christian Heimes
2020-05-15
1
-0/+26
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
1
-0/+17
*
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/+10
*
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
-2/+26
*
bpo-39794: Add --without-decimal-contextvar (#18702)
Stefan Krah
2020-02-29
1
-0/+15
*
closes bpo-39619 Fix os.chroot on HP-UX 11.31 (GH-18495)
Ian Norton
2020-02-14
1
-0/+6
*
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
-1/+1
*
bpo-39160 Align the verbs, grammar and defaults for `./configure --help` (GH-...
Anthony Shaw
2020-01-14
1
-42/+59
*
bpo-38021: Modify AIX platform_tag so it covers PEP 425 needs (GH-17303)
Michael Felt
2019-12-15
1
-1/+11
*
closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)
Benjamin Peterson
2019-11-06
1
-1/+1
*
bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717)
Victor Stinner
2019-10-22
1
-3/+6
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-0/+20
*
bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (#16446)
Jesús Cea
2019-09-28
1
-0/+3
*
closes bpo-36002: Use AC_PATH_TOOL to find llvm-profdata and llvm-ar. (GH-14998)
Doyle Rowland
2019-09-13
1
-2/+2
*
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
-9/+0
*
bpo-34652 again: Remove lchmod from the default AC_CHECK_FUNCS list. (GH-15758)
Benjamin Peterson
2019-09-09
1
-1/+1
*
Remove leftovers from the times when long long wasn't required (GH-15501)
Sergey Fedoseev
2019-08-26
1
-1/+1
*
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/+8
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily
2019-07-02
1
-0/+6
*
Bump to 3.9.0a0
Łukasz Langa
2019-06-04
1
-1/+1
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-1/+2
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-1/+15
[next]