summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-181-10/+0
* Issue #25827: Add support for ICC to configureZachary Ware2015-12-211-0/+44
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-0/+82
* Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent falseStefan Krah2015-07-031-2/+3
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+83
* - Regenerate the configure file.doko@ubuntu.com2015-04-131-3/+7
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+42
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-1/+2
* use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-151-2/+34
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-0/+30
* Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-221-0/+3
* Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.Ned Deily2014-06-251-10/+23
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-7/+7
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-171-21/+41
* mmap obmalloc arenas so that they may be immediately returned to the system w...Benjamin Peterson2014-02-041-1/+1
* Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-0/+48
* Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+11
* Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if i...Christian Heimes2013-06-181-1/+1
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-1/+1
* -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-111-1/+1
* fix variable reference to fix --enable-profiling (closes #17550)Benjamin Peterson2013-03-261-1/+1
* - Issue #17086: Backport the patches from the 3.3 branch to cross-builddoko@python.org2013-01-311-99/+554
* - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-1/+1
* - Issue #17029: Let h2py search the multiarch system include directory.doko@python.org2013-01-251-0/+4
* Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host.Charles-François Natali2013-01-081-142/+146
* IRIX: force MIPSpro to treat #errors as errors, not warnings.Trent Nelson2012-12-131-0/+33
* Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...Mark Dickinson2012-12-021-0/+40
* Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive.Stefan Krah2012-11-281-1/+8
* Fix more usages of NULL without including stdio.h.Stefan Krah2012-11-221-0/+1
* Issue #13057: Include stdio.h when NULL is used in configure.ac.Stefan Krah2012-11-221-1/+9
* Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them.Trent Nelson2012-10-171-0/+5
* Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
* Issue #15819: tweak logic in previous commit (e0a2b14a3cf9).Trent Nelson2012-10-161-1/+1
* Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+18
* Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-0/+50
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-201-0/+1
* - rename configure.in to configure.acMatthias Klose2012-03-141-286/+309
* Backport second fix for issue #11149.Stefan Krah2011-12-081-3/+4
* Issue #13415: Test in configure if unsetenv() has a return value or not.Charles-François Natali2011-11-271-0/+28
* Backport fix for issue #11149.Stefan Krah2011-09-141-0/+6
* Issue #12326: sys.platform is now always 'linux2' on LinuxVictor Stinner2011-08-201-0/+1
* Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-1/+1
* Issue #12592: Make Python build on OpenBSD 5 (and future major releases).Charles-François Natali2011-07-221-310/+287
* Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-6/+2
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-4/+4
* Port build identification from default branch.Georg Brandl2011-03-061-1/+57
* Merged revisions 88430,88438,88440 via svnmerge fromGeorg Brandl2011-02-251-2/+9
* Merged revisions 88426 via svnmerge fromGeorg Brandl2011-02-251-492/+535
* Merged revisions 87698 via svnmerge fromAntoine Pitrou2011-01-031-2/+2
* Merged revisions 87646 via svnmerge fromAntoine Pitrou2011-01-021-3/+3