- 10 Nis, 2006 4 kayıt (commit)
-
-
Neal Norwitz yazdı
This was the result of inconsistent use of PyMem_* and PyObject_* allocators. By changing to use PyObject_* allocator almost everywhere, this removes the inconsistency.
-
Neal Norwitz yazdı
on Alpha (and possibly other platforms) by using Py_CHARMASK().
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 09 Nis, 2006 8 kayıt (commit)
-
-
Anthony Baxter yazdı
to load extension modules and now provides the dl module. As a result, sys.setdlopenflags() now works correctly on these systems. (SF patch #1454844)
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
why this breaks on openbsd sometimes.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
in 2.4, so put it back. The string in telnetlib looks like a comment.
-
Neal Norwitz yazdı
-
- 08 Nis, 2006 3 kayıt (commit)
-
-
Tim Peters yazdı
soon after because the gmail address it connects to started timing out on all the buildbot slaves. Rewrote the test to produce a warning message (instead of failing) when the address times out. Also removed the special case for Windows -- this test started to work on Windows as soon as bug 1462352 was fixed.
-
Martin v. Löwis yazdı
Fixes #1462352. Will backport.
-
Gregory P. Smith yazdı
Also adds some backwards compatibility when compiling _bsddb.c on earlier python versions (needed for pybsddb).
-
- 07 Nis, 2006 7 kayıt (commit)
-
-
Thomas Heller yazdı
-
Thomas Heller yazdı
This avoids configuring it when it is not build by setup.py.
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
- 06 Nis, 2006 18 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Tim Peters yazdı
-
Thomas Heller yazdı
If RTLD_LOCAL is not #defined in any header file (Windows), set it to 0. If RTLD_GLOBAL is not #defined, set it equal to RTLD_LOCAL. This should fix ctypes on cygwin.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Thomas Heller yazdı
on platforms (ppc debian) where 'char' is unsigned.
-
Neal Norwitz yazdı
complaining because it seemed like parameters_iter could be NULL.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Can probably be backported if anyone cares.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
No need to INCREF then let PyString_ConcatAndDel() DECREF. Just use PyString_Concat(). Handle error condition if we can't concat.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
(other than those in leakers).
-
Anthony Baxter yazdı
will backport.
-