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
*
[2.7] bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH...
Jesús Cea
2019-09-28
1
-0/+3
*
[2.7] closes bpo-14353: Fix detection of bind_textdomain_codeset in libintl. ...
Toshio Kuratomi
2019-05-12
1
-1/+59
*
bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12815)
Victor Stinner
2019-04-13
1
-14/+2
*
bpo-34652: Use AC_CHECK_FUNCS for lchmod. (GH-12799)
Joshua Root
2019-04-12
1
-0/+6
*
Run autoreconf.
Benjamin Peterson
2019-02-26
1
-1/+15
*
[2.7] Docs: fix some wrong words (GH-6987) (GH-10315)
Stéphane Wirtel
2018-11-04
1
-14/+2
*
[2.7] Don't run AC_STRUCT_TIMEZONE twice. (GH-9309)
Benjamin Peterson
2018-09-14
1
-71/+0
*
[2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)
Benjamin Peterson
2018-09-12
1
-2/+25
*
[2.7] bpo-30411: Use --git-dir instead of -C to make git work under version b...
Xiang Zhang
2018-08-20
1
-3/+3
*
bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825)
Victor Stinner
2018-06-22
1
-0/+7
*
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
Ned Deily
2018-04-14
1
-133/+160
*
bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...
Miss Islington (bot)
2018-01-24
1
-1/+1
*
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)
Miss Islington (bot)
2017-11-01
1
-0/+30
*
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...
Miss Islington (bot)
2017-11-01
1
-1/+38
*
[2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)
Serhiy Storchaka
2017-10-31
1
-0/+180
*
[2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)
Christian Heimes
2017-09-05
1
-2/+3
*
bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858)
Hanno Schlichting
2017-05-30
1
-1/+0
*
bpo-23404: make touch becomes make regen-all (#1466)
Victor Stinner
2017-05-05
1
-6/+47
*
bpo-30232: Support Git worktree in configure.ac (#1402)
Victor Stinner
2017-05-02
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-67/+26
*
Fix "make tags" command (#1337)
Victor Stinner
2017-04-28
1
-1/+1
*
bpo-29643: Fix check for --enable-optimizations (GH-873)
INADA Naoki
2017-03-28
1
-14/+2
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-1/+1
*
Issue #10656: Fix out-of-tree building on AIX
Martin Panter
2016-11-20
1
-1/+1
*
Rename the new --with-optimiations flag to --enable-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-11-20
1
-12/+11
*
Issue #15819: Drop dead code; -IInclude already added unconditionally
Martin Panter
2016-09-13
1
-15/+0
*
issue28032: never imply --with-lto as part of --with-optimizations.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-09-08
1
-7/+5
*
Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -
Gregory P. Smith
2016-09-08
1
-17/+163
*
Issue #26359: Add the --with-optimizations flag.
Gregory P. Smith
2016-09-08
1
-0/+55
*
do not leak addrinfo in configure test
Benjamin Peterson
2016-09-06
1
-0/+2
*
https link to the bug tracker (closes #27670)
Benjamin Peterson
2016-08-04
1
-8/+8
*
Issue #27641: Comment out regeneration rules when cross compiling
Martin Panter
2016-07-29
1
-5/+4
*
Issue #27490: Do not build pgen when cross-compiling
Martin Panter
2016-07-28
1
-0/+4
*
assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...
Benjamin Peterson
2016-07-07
1
-43/+14
*
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
1
-0/+47
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
1
-1/+1
*
Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen
Martin Panter
2016-04-23
1
-0/+1
*
Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price
Martin Panter
2016-04-03
1
-0/+44
*
Issue #17603: Check for st_blocks field without requiring fileblocks.o
Martin Panter
2016-03-18
1
-10/+0
*
Issue #25827: Add support for ICC to configure
Zachary Ware
2015-12-21
1
-0/+44
*
Issue #24915: Make PGO builds support Clang and use the test suite for
Brett Cannon
2015-09-18
1
-0/+82
*
Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false
Stefan Krah
2015-07-03
1
-2/+3
*
backport computed gotos (#4753)
Benjamin Peterson
2015-05-28
1
-0/+83
*
- Regenerate the configure file.
doko@ubuntu.com
2015-04-13
1
-3/+7
*
Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
Victor Stinner
2015-01-06
1
-0/+42
*
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Benjamin Peterson
2014-12-26
1
-1/+2
*
use autoconf macro to check for pkg-config (closes #15506)
Benjamin Peterson
2014-12-15
1
-2/+34
*
Issue 22878: PEP 477 - "make install" and "make altinstall" integration
Ned Deily
2014-11-20
1
-0/+30
*
Issue #21166: Prevent possible segfaults and other random failures of
Ned Deily
2014-08-22
1
-0/+3
*
Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.
Ned Deily
2014-06-25
1
-10/+23
[next]