- 30 Jan, 2008 7 commits
-
-
Christian Heimes authored
The previous change was causing a segfault after multiple calls to Py_Initialize() and Py_Finalize().
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detection. The speedup is about 25% for split() (571 / 457 usec) and 35% (175 / 127 usec )for splitlines()
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 29 Jan, 2008 4 commits
-
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
the file.
-
Brett Cannon authored
-
- 28 Jan, 2008 8 commits
-
-
Gregory P. Smith authored
think. In particular, neal norwitz has traced an Ubuntu sparc64 crash to the Lib/test/bsddb/test_basics.py test when opening a db with DB_THREAD.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Let marshal built-up sets and frozensets one element at a time (without creating an intermediate tuple).
-
Raymond Hettinger authored
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 authored
-
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 21 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.
-