Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9
/
configure
ee8e4b6
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
by Ned Deily
· 7 years ago
6ccdad7
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295)
by Miss Islington (bot)
· 7 years ago
87c66e4
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
by Miss Islington (bot)
· 7 years ago
6ba0b58
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213)
by Miss Islington (bot)
· 7 years ago
e0fc1af
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
by Serhiy Storchaka
· 7 years ago
ffa7011
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
by Christian Heimes
· 7 years ago
1f29cef
bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858)
by Hanno Schlichting
· 7 years ago
8a19eb2
bpo-23404: make touch becomes make regen-all (#1466)
by Victor Stinner
· 8 years ago
df56925
bpo-30232: Support Git worktree in configure.ac (#1402)
by Victor Stinner
· 8 years ago
2c7085f
bpo-27593: Get SCM build info from git instead of hg (#1327)
by Victor Stinner
· 8 years ago
5f4056a
Fix "make tags" command (#1337)
by Victor Stinner
· 8 years ago
6a04ef7
bpo-29643: Fix check for --enable-optimizations (GH-873)
by INADA Naoki
· 8 years ago
6b1c909
add a specific configure check for sys/random.h (closes #28932)
by Benjamin Peterson
· 8 years ago
f75a2eb
Issue #10656: Fix out-of-tree building on AIX
by Martin Panter
· 8 years ago
b999915
Rename the new --with-optimiations flag to --enable-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
51bfaa7
Issue #15819: Drop dead code; -IInclude already added unconditionally
by Martin Panter
· 8 years ago
9cbfa79
issue28032: never imply --with-lto as part of --with-optimizations.
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
794b291
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
by Gregory P. Smith
· 8 years ago
6d8fdfc
Issue #26359: Add the --with-optimizations flag.
by Gregory P. Smith
· 8 years ago
d34677c
do not leak addrinfo in configure test
by Benjamin Peterson
· 8 years ago
cc8929b
https link to the bug tracker (closes #27670)
by Benjamin Peterson
· 8 years ago
bc82de0
Issue #27641: Comment out regeneration rules when cross compiling
by Martin Panter
· 8 years ago
801110b
Issue #27490: Do not build pgen when cross-compiling
by Martin Panter
· 8 years ago
42e1029
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557)
by Benjamin Peterson
· 8 years ago
c543a0f
Issue #25702: A --with-lto configure option has been added that will
by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
· 8 years ago
b1d867f
Issue #27076: Doc, comment and test function name spelling fixes
by Martin Panter
· 8 years ago
e9ee317
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
by Martin Panter
· 9 years ago
a70c323
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
by Martin Panter
· 9 years ago
a45120d
Issue #17603: Check for st_blocks field without requiring fileblocks.o
by Martin Panter
· 9 years ago
6ed42ea
Issue #25827: Add support for ICC to configure
by Zachary Ware
· 9 years ago
4ff151a
Issue #24915: Make PGO builds support Clang and use the test suite for
by Brett Cannon
· 9 years ago
99e36b9
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
by Stefan Krah
· 9 years ago
2c992a0
backport computed gotos (#4753)
by Benjamin Peterson
· 9 years ago
a50b0de
- Regenerate the configure file.
by doko@ubuntu.com
· 10 years ago
7c90667
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
by Victor Stinner
· 10 years ago
27c269a
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
by Benjamin Peterson
· 10 years ago
64e8f6e
use autoconf macro to check for pkg-config (closes #15506)
by Benjamin Peterson
· 10 years ago
3f1d0b3
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
by Ned Deily
· 10 years ago
983df86
Issue #21166: Prevent possible segfaults and other random failures of
by Ned Deily
· 10 years ago
c40b903
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
by Ned Deily
· 10 years ago
9ba90c9
- Issue #17752: Fix distutils tests when run from the installed location.
by doko@ubuntu.com
· 11 years ago
f27ec3e
- Issue #21285: Refactor and fix curses configure check to always search
by doko@ubuntu.com
· 11 years ago
d16e01c
mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494)
by Benjamin Peterson
· 11 years ago
a2a9f57
Issue #1584: Provide options to override default search paths for Tcl and Tk
by Ned Deily
· 11 years ago
0d604cf
Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.
by Christian Heimes
· 11 years ago
3aa138f
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
by Christian Heimes
· 11 years ago
8e60f6e
Issue #18098: The deprecated OS X Build Applet.app fails to build on
by Ned Deily
· 11 years ago
c875966
-Wformat is needed by gcc 4.8 (closes #17547)
by Benjamin Peterson
· 12 years ago
b9be7bb
fix variable reference to fix --enable-profiling (closes #17550)
by Benjamin Peterson
· 12 years ago
d65e2ba
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
by doko@python.org
· 12 years ago
fa3f9a3
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
by doko@python.org
· 12 years ago
4e63fbe
- Issue #17029: Let h2py search the multiarch system include directory.
by doko@python.org
· 12 years ago
be2b907
Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
by Charles-François Natali
· 12 years ago
15daa35
IRIX: force MIPSpro to treat #errors as errors, not warnings.
by Trent Nelson
· 12 years ago
17c50cd
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms.
by Mark Dickinson
· 12 years ago
6747326
Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
by Stefan Krah
· 12 years ago
0afe4e4
Fix more usages of NULL without including stdio.h.
by Stefan Krah
· 12 years ago
ae66ca6
Issue #13057: Include stdio.h when NULL is used in configure.ac.
by Stefan Krah
· 12 years ago
34562e1
Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.
by Trent Nelson
· 12 years ago
abf2051
Issue #15819: use standard autoconf preset output variables.
by Trent Nelson
· 12 years ago
fcb009c
Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).
by Trent Nelson
· 12 years ago
d86ceec
Issue #15819: additional fixes for out-of-tree builds from read-only src.
by Trent Nelson
· 12 years ago
f6407a1
Issue #15819: Fix out-of-tree builds from a readonly source.
by Trent Nelson
· 12 years ago
ed11a5d
Issue #8767: Restore building with --disable-unicode.
by Martin v. Löwis
· 12 years ago
3cef2a9
- rename configure.in to configure.ac
by Matthias Klose
· 13 years ago
2bc1e8f
Backport second fix for issue #11149.
by Stefan Krah
· 13 years ago
93a1175
Issue #13415: Test in configure if unsetenv() has a return value or not.
by Charles-François Natali
· 13 years ago
503e5e1
Backport fix for issue #11149.
by Stefan Krah
· 13 years ago
acacbaa
Issue #12326: sys.platform is now always 'linux2' on Linux
by Victor Stinner
· 13 years ago
3de8c73
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
by Charles-François Natali
· 13 years ago
97781b0
Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
by Charles-François Natali
· 13 years ago
4929eb9
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
by Charles-François Natali
· 13 years ago
43e1054
Issue #8746: Correct faulty configure checks so that os.chflags() and
by Ned Deily
· 13 years ago
3a5508e
Port build identification from default branch.
by Georg Brandl
· 14 years ago
94800df
Merged revisions 88430,88438,88440 via svnmerge from
by Georg Brandl
· 14 years ago
71f4fbb
Merged revisions 88426 via svnmerge from
by Georg Brandl
· 14 years ago
31e8595
Merged revisions 87698 via svnmerge from
by Antoine Pitrou
· 14 years ago
cb40277
Merged revisions 87646 via svnmerge from
by Antoine Pitrou
· 14 years ago
f11d183
Merged revisions 87639 via svnmerge from
by Antoine Pitrou
· 14 years ago
3a3e203
Merged revisions 85422 via svnmerge from
by Stefan Krah
· 14 years ago
75fed81
Merged revisions 86075 via svnmerge from
by Benjamin Peterson
· 14 years ago
f2d1b2a
Merged revisions 86042 via svnmerge from
by Benjamin Peterson
· 14 years ago
7497e91
run autoreconf
by Benjamin Peterson
· 14 years ago
7be5a65
Merged revisions 85349 via svnmerge from
by Antoine Pitrou
· 14 years ago
285cd16
Merged revisions 84946 via svnmerge from
by Antoine Pitrou
· 14 years ago
aabdceb
Merged revisions 84680 via svnmerge from
by Antoine Pitrou
· 14 years ago
b170f17
Merged revisions 84674 via svnmerge from
by Antoine Pitrou
· 14 years ago
8572981
Merged revisions 84584 via svnmerge from
by Antoine Pitrou
· 14 years ago
b41947b
Merged revisions 84366 via svnmerge from
by Antoine Pitrou
· 14 years ago
b41afb5
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
by Martin v. Löwis
· 14 years ago
66556b0
correct default docs
by Benjamin Peterson
· 14 years ago
5e13e29
Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests;
by Mark Dickinson
· 15 years ago
0712b56
Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X.
by Mark Dickinson
· 15 years ago
cbf54b1
configure.in: Avoid autoconf warning: Assume C89 semantics that
by Matthias Klose
· 15 years ago
c511b47
configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,
by Matthias Klose
· 15 years ago
9f8e0c1
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
by Matthias Klose
· 15 years ago
22520ea
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
by Matthias Klose
· 15 years ago
a0bea5d
- Issue #8510: Update to autoconf2.65.
by Matthias Klose
· 15 years ago
d2f3e3f
Issue #8625: Turn off gcc optimization in debug builds.
by Mark Dickinson
· 15 years ago
6d5e579
[issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS
by Marc-André Lemburg
· 15 years ago
Next »