summaryrefslogtreecommitdiff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...Ronald Oussoren2009-12-241-31/+28
* Issue #7492: Autoconf tests were leaving semaphore files behind. AddMark Dickinson2009-12-131-2/+4
* disable pymalloc tricks with the --with-valgrind option #2422Benjamin Peterson2009-12-031-1/+162
* Issue #7333: The `posix` module gains an `initgroups()` function providingAntoine Pitrou2009-12-021-2/+3
* Multiprocessing configure checks don't need LIBMMark Dickinson2009-11-281-170/+169
* Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORESMark Dickinson2009-11-281-2/+2
* Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.Martin v. Löwis2009-11-271-2/+17
* Issue #7272: Add configure test to detect whether sem_open worksMark Dickinson2009-11-201-0/+85
* Regenerate configure with GNU autoconf 2.61.Mark Dickinson2009-11-201-16/+16
* Fix for issue #7085Ronald Oussoren2009-11-191-16/+21
* Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,Mark Dickinson2009-11-151-1/+99
* Issue #5792: Extend short float repr support to x86 platforms using suncc or...Mark Dickinson2009-11-151-14/+13
* regenerated from r76052Gregory P. Smith2009-11-021-6/+4
* build using r76050Gregory P. Smith2009-11-021-13/+187
* configure generated from r76028Gregory P. Smith2009-11-011-71/+62
* Some platforms have rl_completion_append_character but not rl_completion_supp...Antoine Pitrou2009-10-261-15/+34
* Configure check for double rounding should take BASECFLAGS into accountMark Dickinson2009-10-241-7/+5
* Issue #7117 (backport py3k float repr) continued:Mark Dickinson2009-10-241-6/+299
* * Update the Mac/README file. Add the list of OSX-specific configure optionsRonald Oussoren2009-09-291-3/+17
* Fix typo in error messageRonald Oussoren2009-09-201-3/+3
* This is an update to r74701. How hard can it be to get a configure test right.Ronald Oussoren2009-09-081-1/+2
* Fix typo in configure.inRonald Oussoren2009-09-071-5/+22
* Fix build issues on OSX 10.6 (issue 6802)Ronald Oussoren2009-09-061-24/+122
* Add configure-time checks for gamma and error functions.Mark Dickinson2009-09-051-2/+100
* #5047: remove Monterey support from configure.Georg Brandl2009-09-041-22/+2
* Regenerate configure script using autoconf 2.61.Alexandre Vassalotti2009-07-171-158/+1313
* Revert r74048.Alexandre Vassalotti2009-07-171-6827/+5007
* Regenerate configure script.Alexandre Vassalotti2009-07-171-5007/+6827
* This is a fix for Issue5809: you shouldn't specify both --enable-framework andRonald Oussoren2009-06-081-5733/+4900
* Issue #3585: Add pkg-config support.Antoine Pitrou2009-05-241-4895/+5735
* support building with subversion 1.7 #6094Benjamin Peterson2009-05-231-2/+2
* Update bug tracker URL.Georg Brandl2009-05-201-28/+28
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-091-2/+25
* run autoconf (step forgotten in r72445)Tarek Ziadé2009-05-071-3/+12
* run autoconfBenjamin Peterson2009-04-291-1/+32
* Backport r71704 (add configure check for C99 round function) to trunk.Mark Dickinson2009-04-181-2/+3
* issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin L...Jesse Noller2009-04-021-2/+87
* #1676135: remove trailing slashes from --prefix argument.Georg Brandl2009-03-311-1/+6
* Fix issue where 'make altinstall' or 'make install' would install everythingRonald Oussoren2009-03-301-1/+3
* Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms.Mark Dickinson2009-03-201-1/+414
* It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer anyMark Dickinson2009-01-041-104/+2
* isinf and isnan are macros, not functions; fix configure scriptMark Dickinson2009-01-041-4/+205
* Add autoconf test to detect x87-style double rounding, as described inMark Dickinson2009-01-041-2/+90
* Fix for issue4472: "configure --enable-shared doesn't work on OSX"Ronald Oussoren2009-01-021-2/+9
* run autoconfBenjamin Peterson2008-11-161-2/+2
* Issue #4204: Fixed module build errors on FreeBSD 4.Martin v. Löwis2008-11-041-13/+13
* Bump version to 2.7. Regenerate.Martin v. Löwis2008-10-031-10/+10
* reran autoconfGregory P. Smith2008-09-071-2/+2
* reran autoconf for r66283's checkinGregory P. Smith2008-09-071-96/+31
* Fix issue 3645: OpenBSD required -lcurses when linking with readlineGregory P. Smith2008-09-031-7/+9