- 04 Eyl, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
get_completion_type to readline.
-
- 02 Eyl, 2007 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
by the Makefile is also used at configure-time.
-
- 30 Agu, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 22 Agu, 2007 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-
- 31 Tem, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 02 Haz, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
will be removed in Python 2.7.
-
- 12 Mar, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 19 Şub, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
functions on platforms where the underlying system calls are available.
-
- 21 Ock, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 25 Kas, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Will backport to 2.5
-
- 27 Eki, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 19 Eki, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
it if it is supported.
-
- 17 Eki, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3.
-
- 02 Eki, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
stdint.h. Will backport.
-
Martin v. Löwis yazdı
Will backport.
-
- 22 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
In addition to testing positive numbers, verify negative numbers work in configure. In order to avoid compiler warnings on OS X 10.4, also change the order of the check for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format for Py_ssize_t. This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't defined at configure time. Need to verify the buildbot results. Backport candidate (if everyone thinks this patch can't be improved).
-
- 05 Eyl, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 18 Agu, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 09 Agu, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 30 Tem, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Fixes #1439538 Will backport to 2.4 Also regenerate pyconfig.h.in.
-
- 06 Tem, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
configure uses similar compiler flags as setup.py when doing the zlib test. Without this patch configure would use the first shared library on the linker path, with this patch it uses the first shared or static library on that path just like setup.py.
-
- 19 Haz, 2006 2 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
is_term_resized, resize_term and resizeterm. This uses three separate configure checks (one for each function).
-
- 12 Haz, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
copy is only in newer versions of zlib. This should allow zlibmodule to work with older versions like the Tru64 buildbot.
-
Neal Norwitz yazdı
-
- 10 Haz, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
- update header checks, using autoconf - provide dummies for getenv, environ, and GetVersion - adjust MSC_VER check in socketmodule.c
-
- 07 Haz, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 06 Haz, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
with --enable-framework * Also for --enable-framework: allow users to use --prefix to specify the location of the compatibility symlinks (such as /usr/local/bin/python)
-
- 03 Haz, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 26 May, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
target. Until now users had to use 'make frameworkinstall' to install python when it is configured with '--enable-framework'. This tends to confuse users that don't hunt for readme files hidden in platform specific directories :-)
-
- 19 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
I suppose this could be backported if anyone cares.
-
- 16 May, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
on some OSX installation, but its header file is not. Will backport to 2.4
-
- 14 May, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
* Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on.
-
- 11 May, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
PY_FORMAT_SIZE_T appropriately. Removes warnings on OS X under gcc 4.0.1 when PY_FORMAT_SIZE_T is set to "" instead of "z" as is needed.
-
- 29 Nis, 2006 1 kayıt (commit)
-
-
Ronald Oussoren yazdı
-
- 14 Nis, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
- 13 Nis, 2006 1 kayıt (commit)
-
-
Skip Montanaro yazdı
-