- 28 Jan, 2008 1 commit
-
-
Christian Heimes authored
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
-
- 27 Jan, 2008 25 commits
-
-
Christian Heimes authored
-
Jeffrey Yasskin authored
it's useful outside of rational numbers. This is my first C code that had to do anything significant. Please be more careful when looking over it.
-
Georg Brandl authored
-
Neal Norwitz authored
Handle that situation where we catch socket.errors.
-
Christian Heimes authored
-
Neal Norwitz authored
-
Georg Brandl authored
-
Neal Norwitz authored
We might still need to close after the for loop if flushing 6! times still doesn't cause the signal/exception.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Many of these exceptions are due to resource unavailable, so the existing code should be able to handle many more spurious errors.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Neal Norwitz authored
-
Neal Norwitz authored
It's system dependent. This might fix the problem with test_rfind failing.
-
Neal Norwitz authored
nor UNIX is defined. This may have caused problems on cygwin.
-
Jeffrey Yasskin authored
Raymond's advice.
-
Neal Norwitz authored
which isn't as bad as it sounds. The close() *should* raise an exception, so if it didn't we should give more time to sync and really raise it. Will backport.
-
Neal Norwitz authored
This should make the test less flaky. It also speeds up the test by about 75% on my box (20+ seconds -> ~4 seconds).
-
- 26 Jan, 2008 14 commits
-
-
Neal Norwitz authored
-
Neal Norwitz authored
doesn't cause the exception, but the close() does. Will backport.
-
Neal Norwitz authored
and not trying to connect before.
-
Neal Norwitz authored
-
Neal Norwitz authored
this might fix the problem.
-
Gregory P. Smith authored
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
the original code object backing the generator. Patch by Collin Winter.
-
Georg Brandl authored
as the documentation says.
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Georg Brandl authored
-
Georg Brandl authored
-