- 09 Apr, 2006 6 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
why this breaks on openbsd sometimes.
-
Neal Norwitz authored
-
Neal Norwitz authored
in 2.4, so put it back. The string in telnetlib looks like a comment.
-
Neal Norwitz authored
-
- 08 Apr, 2006 3 commits
-
-
Tim Peters authored
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 authored
Fixes #1462352. Will backport.
-
Gregory P. Smith authored
Also adds some backwards compatibility when compiling _bsddb.c on earlier python versions (needed for pybsddb).
-
- 07 Apr, 2006 7 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
This avoids configuring it when it is not build by setup.py.
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Anthony Baxter authored
-
Anthony Baxter authored
-
- 06 Apr, 2006 24 commits
-
-
Martin v. Löwis authored
-
Tim Peters authored
-
Thomas Heller authored
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 authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
on platforms (ppc debian) where 'char' is unsigned.
-
Neal Norwitz authored
complaining because it seemed like parameters_iter could be NULL.
-
Neal Norwitz authored
-
Neal Norwitz authored
Can probably be backported if anyone cares.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
No need to INCREF then let PyString_ConcatAndDel() DECREF. Just use PyString_Concat(). Handle error condition if we can't concat.
-
Neal Norwitz authored
-
Neal Norwitz authored
(other than those in leakers).
-
Anthony Baxter authored
will backport.
-
Anthony Baxter authored
mouse events. This makes the test fail. Catch that case and don't run the tests. Should make the debian/ubuntu buildbots that run in a chroot work again. Will backport to release24-maint.
-
Georg Brandl authored
-
Fred Drake authored
-
Fred Drake authored
version this should support is Python 2.3
-
Fred Drake authored
-
Fred Drake authored
-