- 7591285 This check-in fixes two problems: by Ronald Oussoren · 15 years ago
- 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 15 years ago
- 6cbf90f Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler by Victor Stinner · 15 years ago
- d4b721b the == test doesn't work on Solaris #8210 by Benjamin Peterson · 15 years ago
- 3b2abe9 fix quotes by Benjamin Peterson · 15 years ago
- 11d9323 fix freebsd linking #7705 by Benjamin Peterson · 15 years ago
- e9e07bf fix ugly configure output (follow up to #6943) by Benjamin Peterson · 15 years ago
- 3281067 handle an empty OPT variable correctly #8100 by Benjamin Peterson · 15 years ago
- 5820efb Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase). by Ezio Melotti · 15 years ago
- 7875ef6 Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. by Martin v. Löwis · 15 years ago
- 5e2dd86 Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. by Martin v. Löwis · 15 years ago
- bc0e83c Finish fix for issue 7715, after explicit search for calls to `arch` by Ronald Oussoren · 15 years ago
- 9922f17 Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal by Ronald Oussoren · 15 years ago
- 92397ce Explicitly use /usr/bin/arch on OSX, fixes issue 7715 by Ronald Oussoren · 15 years ago
- 3c0a126 This patch ensures that the configure-script mentions checking for --enable-universalsdk by Ronald Oussoren · 15 years ago
- a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 15 years ago
- 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
- 0ef0b91 More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. by Mark Dickinson · 15 years ago
- 5ce8474 Add missing quotes. by Mark Dickinson · 15 years ago
- 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
- 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
- 59dc89e Issue #7492: Autoconf tests were leaving semaphore files behind. Add by Mark Dickinson · 15 years ago
- 91c12eb disable pymalloc tricks with the --with-valgrind option #2422 by Benjamin Peterson · 15 years ago
- 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 15 years ago
- c63392c Multiprocessing configure checks don't need LIBM by Mark Dickinson · 15 years ago
- 5afa6d4 Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES by Mark Dickinson · 15 years ago
- 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 15 years ago
- c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
- 315cd0c Fix for issue #7085 by Ronald Oussoren · 15 years ago
- 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
- a548dee Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. by Mark Dickinson · 15 years ago
- d8cb2d9 see issue1006238, this merges in the following patch to ease cross by Gregory P. Smith · 15 years ago
- bb21389 see http://bugs.python.org/issue1006238 this merges in the following by Gregory P. Smith · 15 years ago
- ec3b8bd issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs. by Gregory P. Smith · 15 years ago
- d9ff74e Some platforms have rl_completion_append_character but not rl_completion_suppress_append. by Antoine Pitrou · 15 years ago
- 99abd14 Configure check for double rounding should take BASECFLAGS into account by Mark Dickinson · 15 years ago
- 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
- 9ebd242 * Update the Mac/README file. Add the list of OSX-specific configure options by Ronald Oussoren · 15 years ago
- a9cfbde Fix typo in error message by Ronald Oussoren · 15 years ago
- 84ddd72 This is an update to r74701. How hard can it be to get a configure test right. by Ronald Oussoren · 15 years ago
- 23d9253 Fix typo in configure.in by Ronald Oussoren · 15 years ago
- 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
- 65898e0 Add configure-time checks for gamma and error functions. by Mark Dickinson · 15 years ago
- fe18a11 #5047: remove Monterey support from configure. by Georg Brandl · 15 years ago
- 130ae15 Add a check to ensure the correct autoconf version is used by Alexandre Vassalotti · 15 years ago
- e7cf118 Double-quote the test case for %zd printf() format support to avoid by Alexandre Vassalotti · 15 years ago
- 66da263 Clean up the test case for broken poll(). by Alexandre Vassalotti · 15 years ago
- 30267d6 Double-quote the test cases for chflags() and lchflags() by Alexandre Vassalotti · 15 years ago
- 0090089 Cache the results of all runtime checks. by Alexandre Vassalotti · 15 years ago
- 856782e Rename the useless AC_INCLUDES_DEFAULT and protect the includes. by Alexandre Vassalotti · 15 years ago
- 786c29e Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. by Alexandre Vassalotti · 15 years ago
- 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
- f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
- e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 16 years ago
- 464432d Update bug tracker URL. by Georg Brandl · 16 years ago
- e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 16 years ago
- 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 16 years ago
- 61dbdb9 - configure.in: Don't error, when no --with-dbmliborder option is present by Matthias Klose · 16 years ago
- 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 16 years ago
- 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 16 years ago
- 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 16 years ago
- 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 16 years ago
- bcd64a3 #1676135: remove trailing slashes from --prefix argument. by Georg Brandl · 16 years ago
- bb8cb0e Fix issue where 'make altinstall' or 'make install' would install everything by Ronald Oussoren · 16 years ago
- efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
- 1de3327 It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any by Mark Dickinson · 16 years ago
- d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
- 04b2723 Add autoconf test to detect x87-style double rounding, as described in by Mark Dickinson · 16 years ago
- 516144f If user configures --without-gcc give preference to $CC instead of blindly by Skip Montanaro · 16 years ago
- 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 16 years ago
- 4d756af typo in comment by Skip Montanaro · 16 years ago
- 98b1b02 note the version that works by Benjamin Peterson · 16 years ago
- 4b9bcfc #4316: fix configure.in markup problem. by Georg Brandl · 16 years ago
- bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
- 174440b Bump version to 2.7. Regenerate. by Martin v. Löwis · 16 years ago
- 29ec750 bugfix to r66283 (see issue #1204). by Gregory P. Smith · 16 years ago
- 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 16 years ago
- ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline by Gregory P. Smith · 16 years ago
- a4cb472 Fix typo in the `arch` commandline by Ronald Oussoren · 16 years ago
- 5a849d4 Fix buglet in fix for issue3381 by Ronald Oussoren · 16 years ago
- 4347c44 #3381 fix framework builds on 10.4 by Benjamin Peterson · 16 years ago
- 0e6ea5d fix framework install on Mac 10.4 by Benjamin Peterson · 16 years ago
- dc1688a Fix typo in configure.in, and propagate configure.in changes from r64002 by Mark Dickinson · 16 years ago
- 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 16 years ago
- 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
- 2a3e3d0 Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. by Neal Norwitz · 16 years ago
- 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
- 8b12ee1 fix typo (thank Georg) by Benjamin Peterson · 16 years ago
- d7c7784 put a big note on configure.in asking people to run autoconf by Benjamin Peterson · 16 years ago
- 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 17 years ago
- 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 17 years ago
- 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 17 years ago
- 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 17 years ago
- 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 17 years ago
- 7a3d864 Make configure test for tanh(-0.) == -0. committed in r62447 actually by Mark Dickinson · 17 years ago
- 265d738 test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, by Mark Dickinson · 17 years ago
- dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 17 years ago
- 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 17 years ago
- aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
- 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago