- 28 Ock, 2008 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple).
-
Raymond Hettinger yazdı
Works like PyTuple_SetItem() to build-up values in a brand new frozenset. Also, PyFrozenSet_New() is now guaranteed to produce a distinct new frozenset.
-
Thomas Heller yazdı
-
Christian Heimes yazdı
static PyObject* variables should use PyString_InternFromString() instead of PyObject_FromString() to store a python string in a function level static var.
-
- 27 Ock, 2008 25 kayıt (commit)
-
-
Christian Heimes yazdı
-
Jeffrey Yasskin yazdı
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 yazdı
-
Neal Norwitz yazdı
Handle that situation where we catch socket.errors.
-
Christian Heimes yazdı
-
Neal Norwitz yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
We might still need to close after the for loop if flushing 6! times still doesn't cause the signal/exception.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Many of these exceptions are due to resource unavailable, so the existing code should be able to handle many more spurious errors.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
It's system dependent. This might fix the problem with test_rfind failing.
-
Neal Norwitz yazdı
nor UNIX is defined. This may have caused problems on cygwin.
-
Jeffrey Yasskin yazdı
Raymond's advice.
-
Neal Norwitz yazdı
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 yazdı
This should make the test less flaky. It also speeds up the test by about 75% on my box (20+ seconds -> ~4 seconds).
-
- 26 Ock, 2008 10 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
doesn't cause the exception, but the close() does. Will backport.
-
Neal Norwitz yazdı
and not trying to connect before.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
this might fix the problem.
-
Gregory P. Smith yazdı
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
the original code object backing the generator. Patch by Collin Winter.
-
Georg Brandl yazdı
as the documentation says.
-