index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #1759169: Drop _XOPEN_SOURCE on Solaris.
Martin v. Löwis
2010-05-28
1
-25/+7
*
correct default docs
Benjamin Peterson
2010-05-25
1
-6/+6
*
Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure ...
Mark Dickinson
2010-05-11
1
-11/+4
*
Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as a...
Mark Dickinson
2010-05-08
1
-3/+7
*
configure.in: Avoid autoconf warning: Assume C89 semantics that
Matthias Klose
2010-05-08
1
-30/+2
*
configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,
Matthias Klose
2010-05-08
1
-65/+90
*
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
Matthias Klose
2010-05-08
1
-2/+1
*
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
Matthias Klose
2010-05-08
1
-3/+3
*
- Issue #8510: Update to autoconf2.65.
Matthias Klose
2010-05-08
1
-19195/+5109
*
Issue #8625: Turn off gcc optimization in debug builds.
Mark Dickinson
2010-05-05
1
-2/+2
*
[issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS
Marc-André Lemburg
2010-04-30
1
-18/+23
*
Fix for issue #3646: with this patch it is possible to do a
Ronald Oussoren
2010-04-30
1
-19/+59
*
Issue #3928: Support 'os.mknod()' in Solaris
Jesus Cea
2010-04-28
1
-1/+8
*
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
Matthias Klose
2010-04-24
1
-16/+16
*
Add the OSX universal binary related options
Ronald Oussoren
2010-04-18
1
-6/+7
*
This check-in fixes two problems:
Ronald Oussoren
2010-04-08
1
-67/+71
*
Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler
Victor Stinner
2010-03-25
1
-0/+2
*
the == test doesn't work on Solaris #8210
Benjamin Peterson
2010-03-23
1
-2/+2
*
fix quotes
Benjamin Peterson
2010-03-14
1
-2/+2
*
fix freebsd linking #7705
Benjamin Peterson
2010-03-14
1
-2/+2
*
fix ugly configure output (follow up to #6943)
Benjamin Peterson
2010-03-09
1
-26/+27
*
handle an empty OPT variable correctly #8100
Benjamin Peterson
2010-03-09
1
-1/+1
*
run autoconf
Benjamin Peterson
2010-02-27
1
-1/+4
*
Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
Martin v. Löwis
2010-02-15
1
-3/+5
*
Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
Martin v. Löwis
2010-02-15
1
-16/+26
*
Finish fix for issue 7715, after explicit search for calls to `arch`
Ronald Oussoren
2010-02-11
1
-5/+5
*
Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal
Ronald Oussoren
2010-02-11
1
-2/+2
*
Explicitly use /usr/bin/arch on OSX, fixes issue 7715
Ronald Oussoren
2010-01-17
1
-4/+4
*
This patch ensures that the configure-script mentions checking for --enable-u...
Ronald Oussoren
2010-01-17
1
-1/+22
*
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
Ronald Oussoren
2010-01-17
1
-57/+112
*
use pkg-config to find the libffi headers when --with-system-ffi is used #6943
Benjamin Peterson
2010-01-01
1
-2/+115
*
More configure fixes: avoid sh 'integer argument expected' error when 'long l...
Mark Dickinson
2009-12-31
1
-4/+9
*
Add missing quotes.
Mark Dickinson
2009-12-31
1
-2/+2
*
add a --with-system-expat option to build pyexpat against the system's lib #7609
Benjamin Peterson
2009-12-31
1
-16/+31
*
Issue #6834: replace the implementation for the 'python' and 'pythonw' execut...
Ronald Oussoren
2009-12-24
1
-31/+28
*
Issue #7492: Autoconf tests were leaving semaphore files behind. Add
Mark Dickinson
2009-12-13
1
-2/+4
*
disable pymalloc tricks with the --with-valgrind option #2422
Benjamin Peterson
2009-12-03
1
-1/+162
*
Issue #7333: The `posix` module gains an `initgroups()` function providing
Antoine Pitrou
2009-12-02
1
-2/+3
*
Multiprocessing configure checks don't need LIBM
Mark Dickinson
2009-11-28
1
-170/+169
*
Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES
Mark Dickinson
2009-11-28
1
-2/+2
*
Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}.
Martin v. Löwis
2009-11-27
1
-2/+17
*
Issue #7272: Add configure test to detect whether sem_open works
Mark Dickinson
2009-11-20
1
-0/+85
*
Regenerate configure with GNU autoconf 2.61.
Mark Dickinson
2009-11-20
1
-16/+16
*
Fix for issue #7085
Ronald Oussoren
2009-11-19
1
-16/+21
*
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
Mark Dickinson
2009-11-15
1
-1/+99
*
Issue #5792: Extend short float repr support to x86 platforms using suncc or...
Mark Dickinson
2009-11-15
1
-14/+13
*
regenerated from r76052
Gregory P. Smith
2009-11-02
1
-6/+4
*
build using r76050
Gregory P. Smith
2009-11-02
1
-13/+187
*
configure generated from r76028
Gregory P. Smith
2009-11-01
1
-71/+62
*
Some platforms have rl_completion_append_character but not rl_completion_supp...
Antoine Pitrou
2009-10-26
1
-15/+34
[next]