Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | profile data. Thanks to Alecsandru Patrascu of Intel for the initial patch. | ||||
* | Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false | Stefan Krah | 2015-07-03 | 1 | -2/+3 |
| | | | | positives with the -flto option (gcc >= 4.9.0 and clang). | ||||
* | 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 |
| | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
* | 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 |
| | | | | | | | | | | | | | | The backport of ensurepip to 2.7.9 allows pip to optionally be installed or upgraded using the bundled pip provided by the new ensurepip module. The option can be specified persistently using the configure option: ./configure --with-ensurepip[=upgrade|install|no] It can also be overridden on either the "install" or "altinstall" targets: make [alt]install ENSUREPIP=[upgrade|install|no] For Python 2, the default option is "no" (do not install pip). | ||||
* | Issue #21166: Prevent possible segfaults and other random failures of | Ned Deily | 2014-08-22 | 1 | -0/+3 |
| | | | | | | | python --generate-posix-vars in pybuilddir.txt build target by ensuring that pybuilddir.txt is always regenerated when configure is run and that the newly built skeleton python does not inadvertently import modules from previously installed instances. | ||||
* | Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. | Ned Deily | 2014-06-25 | 1 | -10/+23 |
| | |||||
* | - Issue #17752: Fix distutils tests when run from the installed location. | doko@ubuntu.com | 2014-05-07 | 1 | -7/+7 |
| | |||||
* | - Issue #21285: Refactor and fix curses configure check to always search | doko@ubuntu.com | 2014-04-17 | 1 | -21/+41 |
| | | | | in a ncursesw directory. | ||||
* | mmap obmalloc arenas so that they may be immediately returned to the system ↵ | Benjamin Peterson | 2014-02-04 | 1 | -1/+1 |
| | | | | when unused (closes #20494) | ||||
* | Issue #1584: Provide options to override default search paths for Tcl and Tk | Ned Deily | 2013-10-25 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6" | ||||
* | Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. | Christian Heimes | 2013-08-21 | 1 | -0/+11 |
| | | | | | A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data. | ||||
* | Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if ↵ | Christian Heimes | 2013-06-18 | 1 | -1/+1 |
| | | | | it's available | ||||
* | Issue #18098: The deprecated OS X Build Applet.app fails to build on | Ned Deily | 2013-05-30 | 1 | -1/+1 |
| | | | | | OS X 10.8 systems because the Apple-deprecated QuickDraw headers have been removed from Xcode 4. Skip building it in this case. | ||||
* | -Wformat is needed by gcc 4.8 (closes #17547) | Benjamin Peterson | 2013-05-11 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | the package. | ||||
* | - 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 |
| | | | | some platforms. | ||||
* | 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 |
| | | | | Reported by: Roumen Petrov | ||||
* | 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 |
| | | | | | | Unlike 3.2, 3.3 and 3.x, which add "-IObjects -IPython -IInclude" to BASECPPFLAGS when building out-of-tree, 2.7 only needs to add -IInclude (for Python-ast.h and graminit.h). | ||||
* | 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 |
| | | | | Original patch by Stefano Taschini. | ||||
* | - rename configure.in to configure.ac | Matthias Klose | 2012-03-14 | 1 | -286/+309 |
| | | | | - change references from configure.in to configure.ac | ||||
* | 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 |
| | | | | Even if Python is compiled on Linux 3. | ||||
* | 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 |
| | | | | | | | os.lchflags() are once again built on systems that support these functions (*BSD and OS X). Also add new stat file flags for OS X (UF_HIDDEN and UF_COMPRESSED). Also add additional tests for os.chflags() and os.lchflags(). (Tests by Garrett Cooper) | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88430 | georg.brandl | 2011-02-15 20:48:59 +0100 (Di, 15 Feb 2011) | 1 line #730467: Another small AIX fix. ........ r88438 | georg.brandl | 2011-02-19 09:44:47 +0100 (Sa, 19 Feb 2011) | 1 line #10709: add back an updated AIX-NOTES (as README.AIX). ........ r88440 | georg.brandl | 2011-02-19 09:58:23 +0100 (Sa, 19 Feb 2011) | 1 line #11184: Fix large file support on AIX. ........ | ||||
* | Merged revisions 88426 via svnmerge from | Georg Brandl | 2011-02-25 | 1 | -492/+535 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88426 | georg.brandl | 2011-02-15 16:44:51 +0100 (Di, 15 Feb 2011) | 1 line #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. ........ | ||||
* | Merged revisions 87698 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -2/+2 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87698 | antoine.pitrou | 2011-01-03 19:53:50 +0100 (lun., 03 janv. 2011) | 4 lines Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in the configure script but use $GREP instead. Patch by Fabian Groffen. ........ | ||||
* | Merged revisions 87646 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -3/+3 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87646 | antoine.pitrou | 2011-01-02 21:45:21 +0100 (dim., 02 janv. 2011) | 3 lines Fix bad quoting in r87639. Caught by Arfrever. ........ | ||||
* | Merged revisions 87639 via svnmerge from | Antoine Pitrou | 2011-01-02 | 1 | -9/+9 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87639 | antoine.pitrou | 2011-01-02 20:34:03 +0100 (dim., 02 janv. 2011) | 4 lines Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD and DragonFly BSD. Patch by Nicolas Joly. ........ |