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
*
fix variable reference to fix --enable-profiling (closes #17550)
Benjamin Peterson
2013-03-26
1
-1/+1
*
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
doko@python.org
2013-01-31
1
-99/+554
*
- Issue #3754: fix typo in pthread AC_CACHE_VAL.
doko@python.org
2013-01-25
1
-1/+1
*
- Issue #17029: Let h2py search the multiarch system include directory.
doko@python.org
2013-01-25
1
-0/+4
*
Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.
Charles-François Natali
2013-01-08
1
-142/+146
*
IRIX: force MIPSpro to treat #errors as errors, not warnings.
Trent Nelson
2012-12-13
1
-0/+33
*
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-0/+40
*
Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.
Stefan Krah
2012-11-28
1
-1/+8
*
Fix more usages of NULL without including stdio.h.
Stefan Krah
2012-11-22
1
-0/+1
*
Issue #13057: Include stdio.h when NULL is used in configure.ac.
Stefan Krah
2012-11-22
1
-1/+9
*
Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.
Trent Nelson
2012-10-17
1
-0/+5
*
Issue #15819: use standard autoconf preset output variables.
Trent Nelson
2012-10-17
1
-4/+1
*
Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).
Trent Nelson
2012-10-16
1
-1/+1
*
Issue #15819: additional fixes for out-of-tree builds from read-only src.
Trent Nelson
2012-10-16
1
-0/+18
*
Issue #15819: Fix out-of-tree builds from a readonly source.
Trent Nelson
2012-08-30
1
-0/+50
*
Issue #8767: Restore building with --disable-unicode.
Martin v. Löwis
2012-05-20
1
-0/+1
*
- rename configure.in to configure.ac
Matthias Klose
2012-03-14
1
-286/+309
*
Backport second fix for issue #11149.
Stefan Krah
2011-12-08
1
-3/+4
*
Issue #13415: Test in configure if unsetenv() has a return value or not.
Charles-François Natali
2011-11-27
1
-0/+28
*
Backport fix for issue #11149.
Stefan Krah
2011-09-14
1
-0/+6
*
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+1
*
Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.
Charles-François Natali
2011-07-24
1
-1/+1
*
Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
Charles-François Natali
2011-07-22
1
-310/+287
*
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
1
-6/+2
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-4/+4
*
Port build identification from default branch.
Georg Brandl
2011-03-06
1
-1/+57
*
Merged revisions 88430,88438,88440 via svnmerge from
Georg Brandl
2011-02-25
1
-2/+9
*
Merged revisions 88426 via svnmerge from
Georg Brandl
2011-02-25
1
-492/+535
*
Merged revisions 87698 via svnmerge from
Antoine Pitrou
2011-01-03
1
-2/+2
*
Merged revisions 87646 via svnmerge from
Antoine Pitrou
2011-01-02
1
-3/+3
*
Merged revisions 87639 via svnmerge from
Antoine Pitrou
2011-01-02
1
-9/+9
*
Merged revisions 85422 via svnmerge from
Stefan Krah
2010-11-28
1
-18/+18
*
Merged revisions 86075 via svnmerge from
Benjamin Peterson
2010-11-01
1
-1/+5
*
Merged revisions 86042 via svnmerge from
Benjamin Peterson
2010-10-31
1
-0/+4
*
run autoreconf
Benjamin Peterson
2010-10-16
1
-7/+15
*
Merged revisions 85349 via svnmerge from
Antoine Pitrou
2010-10-10
1
-1/+4
*
Merged revisions 84946 via svnmerge from
Antoine Pitrou
2010-09-21
1
-2/+2
*
Merged revisions 84680 via svnmerge from
Antoine Pitrou
2010-09-10
1
-2/+14
*
Merged revisions 84674 via svnmerge from
Antoine Pitrou
2010-09-10
1
-36/+26
*
Merged revisions 84584 via svnmerge from
Antoine Pitrou
2010-09-07
1
-5/+76
*
Merged revisions 84366 via svnmerge from
Antoine Pitrou
2010-08-30
1
-3/+7
*
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
Martin v. Löwis
2010-05-28
1
-25/+7
*
correct default docs
Benjamin Peterson
2010-05-25
1
-6/+6
*
Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure ...
Mark Dickinson
2010-05-11
1
-11/+4
*
Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as a...
Mark Dickinson
2010-05-08
1
-3/+7
*
configure.in: Avoid autoconf warning: Assume C89 semantics that
Matthias Klose
2010-05-08
1
-30/+2
*
configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,
Matthias Klose
2010-05-08
1
-65/+90
*
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
Matthias Klose
2010-05-08
1
-2/+1
*
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
Matthias Klose
2010-05-08
1
-3/+3
*
- Issue #8510: Update to autoconf2.65.
Matthias Klose
2010-05-08
1
-19195/+5109
[next]