- 13 Şub, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
works. Thanks to Jeroen Ruigrok van der Werven for the fix.
-
- 03 Şub, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 31 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 30 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 20 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :)
-
- 07 Ock, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
for TIPC under Linux, see http://tipc.sf.net/ for more information. Thanks to Alberto Bertogli for the patch
-
- 29 Ara, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 18 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
The patch unifies float("inf") and repr(float("inf")) on all platforms.
-
- 16 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 13 Ara, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
run it and check in the resulting configure file.
-
- 04 Ara, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 30 Kas, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
Georg Brandl has added fchmod() and fchown(). I've contributed lchown but I'm not able to test it on Linux. However it should be available on Mac and some other flavors of Unix. I've made a quick test of fchmod() and fchown() on my system. They are working as expected.
-
- 02 Kas, 2007 1 kayıt (commit)
-
-
Thomas Heller yazdı
--with-system-ffi configure option defaults to "yes" because the bundled libffi sources are too old.
-
- 25 Eki, 2007 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 24 Eki, 2007 1 kayıt (commit)
-
-
Matthias Klose yazdı
-
- 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).
-