- 11 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
remove some unnecessary '#include "confdefs.h"' lines. Thanks Roumen Petrov.
-
- 08 May, 2010 6 kayıt (commit)
-
-
Mark Dickinson yazdı
Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X.
-
Matthias Klose yazdı
RETSIGTYPE is always void (issue #8510). pyconfig.h: Regenerate
-
Matthias Klose yazdı
only whitespace changes in generated configure (diff -uEwB).
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
- 05 May, 2010 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 30 Nis, 2010 2 kayıt (commit)
-
-
Marc-André Lemburg yazdı
Only override the AC_PROG_CC determined CFLAGS if they were set by the user. This restores the default behavior in the common case of not having CFLAGS defined when running configure.
-
Ronald Oussoren yazdı
framework install of Python in your home directory (on OSX): $ configure --enable-framework=${HOME}/Library/Frameworks $ make && make install Without this patch the framework would get installed just fine, but 'make install' would try to install the application bundles and command-line tools outside the user's home, which doesn't work for non-admin users (and is bad form anyway).
-
- 28 Nis, 2010 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 24 Nis, 2010 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 18 Nis, 2010 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
to CFLAGS instead of BASECFLAGS. This fixes issue 8366 and is needed due to changes introduced in the fix for issue 1628484.
-
- 08 Nis, 2010 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
1) A non-critical off-by-one error in pythonw 2) A problem in the configure script that caused builds with '--enable-framework --enable-universalsdk=/' to fail on OSX 10.6.
-
- 25 Mar, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
optimizations are disabled when --with-pydebug is used.
-
- 23 Mar, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 14 Mar, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 09 Mar, 2010 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 27 Şub, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Şub, 2010 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 11 Şub, 2010 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
build (all other definition where correct).
-
- 17 Ock, 2010 3 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
Ronald Oussoren yazdı
and that it doesn't default to the 10.4u SDK when that SDK does not exist. (This affects OSX) This patch should fix most of issue 4834, although I haven't gotten enough information from the user to be sure.
-
Ronald Oussoren yazdı
- Issue #7714: Use ``gcc -dumpversion`` to detect the version of GCC on MacOSX. - Make configure look for util.h as well as libutil.h. The former is the header file that on OSX contains the defition of openpty. (Needed to compile for OSX 10.4 on OSX 10.6) - Use the correct definition of CC to compile the pythonw executable
-
- 01 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 31 Ara, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist.
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 24 Ara, 2009 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
The previous implementation used execv(2) to run the real interpreter, which means that you cannot use the arch(1) tool to select the architecture you want to use for a universal build because that only affects the python/pythonw wrapper and not the actual interpreter. The new version uses posix_spawnv with a number of OSX-specific options that ensure that the real interpreter is started using the same CPU architecture as the wrapper, and that means that 'arch -ppc python' now actually works. I've also changed the way that the wrapper looks for the framework: it is now linked to the framework rather than hardcoding the framework path. This should make it easier to provide pythonw support in tools like virtualenv.
-
- 13 Ara, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
sem_unlink calls to delete those semaphore files.
-
- 03 Ara, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from James Henstridge.
-
- 02 Ara, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
access to the initgroups(3) C library call on Unix systems which implement it. Patch by Jean-Paul Calderone.
-
- 28 Kas, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
to indicate that semaphores aren't available; define a new variable POSIX_SEMAPHORES_NOT_ENABLED instead.
-
- 27 Kas, 2009 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 20 Kas, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
properly, and use this to skip test_multiprocessing on platforms where sem_open raises a signal. This should fix some FreeBSD buildbot failures for test_multiprocessing.
-