summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.3 for issue #16262Ross Lagerwall2012-10-291-133/+148
|\
| * Merge with 3.2 for issue #16262Ross Lagerwall2012-10-291-133/+148
| |\
| | * Fix regression from issue #16262Ross Lagerwall2012-10-291-126/+141
* | | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-164/+154
|\ \ \ | |/ /
| * | - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-17/+22
| |\ \ | | |/
| | * - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-17/+22
* | | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
|\ \ \ | |/ /
| * | Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
| |\ \ | | |/
| | * Issue #15819: use standard autoconf preset output variables.Trent Nelson2012-10-171-4/+1
* | | Bump autoconf from 2.68 to 2.69.Trent Nelson2012-10-161-132/+147
* | | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-161-1/+1
|\ \ \ | |/ /
| * | Merge issue #15819: tweak logic in previous commit.Trent Nelson2012-10-161-1/+1
| |\ \ | | |/
| | * Issue #15819: tweak logic in previous commit (617591e7d708).Trent Nelson2012-10-161-1/+1
* | | Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+20
|\ \ \ | |/ /
| * | Merge issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+20
| |\ \ | | |/
| | * Issue #15819: additional fixes for out-of-tree builds from read-only src.Trent Nelson2012-10-161-0/+20
| | * Issue #15819: Fix out-of-tree builds from a readonly source.Trent Nelson2012-08-301-0/+50
* | | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-10/+10
|/ /
* | - Issue #15268: Search curses.h in /usr/include/ncursesw.doko@ubuntu.com2012-07-071-0/+7
* | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-1/+1
* | - Issue #14330: For cross builds, don't use host python, use host search pathsdoko@ubuntu.com2012-06-301-0/+52
* | - Issue #3754: Fix /dev/ptmx, /dev/ptc file checks for cross builds,doko@ubuntu.com2012-06-301-15/+54
* | - Issue #3754: Use readelf instead of ldd for the cross build readline checkdoko@ubuntu.com2012-06-301-0/+111
* | - check for libtinfo as a termcap librarydoko@ubuntu.com2012-06-301-1/+1
* | - Issue #3754: Some unrelated configure.ac cleanups.doko@ubuntu.com2012-06-301-4/+9
* | - Issue #14324: use a linker test to check for profiling supportdoko@ubuntu.com2012-06-301-22/+20
* | - Issue #3754: Use AC_PATH_TOOL and AC_CHECK_TOOLS instead ofdoko@ubuntu.com2012-06-301-163/+435
* | Issue #13950: Improve support for OS X Xcode 4:Ned Deily2012-06-251-1/+3
* | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-231-130/+265
* | Issue #7652: Enable linking of _decimal.so against an installed libmpdec.Stefan Krah2012-03-231-0/+18
* | Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+171
* | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-14/+28
* | - Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check inMatthias Klose2012-03-151-29/+113
* | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-0/+5
* | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-34/+37
* | - Issue #14324: Fix configure tests for cross builds.Matthias Klose2012-03-151-1/+30
* | - Issue #14321: Do not run pgen during the build if files are up to date.Matthias Klose2012-03-151-0/+50
* | merge 3.2Matthias Klose2012-03-141-2/+2
|\ \ | |/
| * merge 3.1Matthias Klose2012-03-141-1/+1
| |\
| | * - rename configure.in to configure.acMatthias Klose2012-03-141-3/+2
| | * Close Issue 11570: Lib/test/test_distutils.py tries to mix 32 and 64 bits obj...Jesus Cea2011-03-161-3/+4
* | | Issue #13609: Add two functions to query the terminal size:Antoine Pitrou2012-02-081-3/+3
* | | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-031-3/+3
* | | Improve the test for dirfd(). Some systems #define it rather thanGregory P. Smith2012-01-211-47/+57
|\ \ \ | |/ /
| * | Improve the test for dirfd(), some systems #define it rather than haveGregory P. Smith2012-01-211-47/+57
* | | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-1/+1
|\ \ \ | |/ /
| * | Fixes issue #8052: The posix subprocess module's close_fds behavior wasGregory P. Smith2012-01-211-1/+1
| * | regenerate configure using autoconf. includes the dirfd test.Gregory P. Smith2012-01-161-286/+309
* | | regenerated using autoconf, includes dirfd test.Gregory P. Smith2012-01-161-1/+1
* | | fix for old kernels which don't have epoll_create1Benjamin Peterson2011-12-271-2/+27