- 10 Apr, 2006 16 commits
-
-
Tim Peters authored
-
Martin v. Löwis authored
-
Tim Peters authored
default decimal context, causing test_tokenize to fail if it ran after test_contextlib. Changed to restore the decimal context in effect at the test's start.
-
Phillip J. Eby authored
it was being run, but no tests were actually executed!
-
Phillip J. Eby authored
-
Phillip J. Eby authored
that are suspended outside of any try/except/finally blocks to be garbage collected even if they are part of a cycle. Generators that suspend inside of an active try/except or try/finally block (including those created by a ``with`` statement) are still not GC-able if they are part of a cycle, however.
-
Martin v. Löwis authored
Introduce _child_active member to keep track on whether a child needs to be waited for. Backport candidate.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
--enable-shared. Fixes #832799.
-
Martin v. Löwis authored
-
Neal Norwitz authored
Fix warning about ptsname not being a prototype on Solaris. Is this prototype even necessary anymore?
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
on Alpha (and possibly other platforms) by using Py_CHARMASK().
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 09 Apr, 2006 8 commits
-
-
Anthony Baxter authored
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 authored
-
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 6 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
-