- 28 Kas, 2010 1 kayıt (commit)
-
-
Stefan Krah yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85422 | antoine.pitrou | 2010-10-13 19:01:10 +0200 (Wed, 13 Oct 2010) | 6 lines Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, don't do in configure as well. Hopefully this will solve a Makefile parsing issue on the FreeBSD buildbots. ........
-
- 01 Kas, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86075 | benjamin.peterson | 2010-10-31 20:44:30 -0500 (Sun, 31 Oct 2010) | 1 line fix output for getaddrinfo bug check #7059 ........
-
- 31 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86042 | benjamin.peterson | 2010-10-31 11:50:44 -0500 (Sun, 31 Oct 2010) | 1 line add no output to with-system-ffi and with-system-expat ........
-
- 16 Eki, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Eki, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85349 | antoine.pitrou | 2010-10-10 10:10:16 +0200 (dim., 10 oct. 2010) | 4 lines Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. ........
-
- 21 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84946 | antoine.pitrou | 2010-09-21 17:19:14 +0200 (mar., 21 sept. 2010) | 4 lines Issue #1633863: Don't ignore $CC under AIX. ........
-
- 10 Eyl, 2010 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84680 | antoine.pitrou | 2010-09-10 21:44:44 +0200 (ven., 10 sept. 2010) | 4 lines Issue #941346: Improve the build process under AIX and allow Python to be built as a shared library. Patch by Sébastien Sablé. ........
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84674 | antoine.pitrou | 2010-09-10 20:39:00 +0200 (ven., 10 sept. 2010) | 3 lines Followup to #4026: better patch for flock detection. ........
-
- 07 Eyl, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84584 | antoine.pitrou | 2010-09-07 16:52:42 +0200 (mar., 07 sept. 2010) | 4 lines Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. ........
-
- 30 Agu, 2010 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84366 | antoine.pitrou | 2010-08-30 16:52:00 +0200 (lun., 30 août 2010) | 5 lines Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by Sébastien Sablé. ........
-
- 28 May, 2010 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 25 May, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 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
-