- 20 Apr, 2011 9 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828)
-
Jesus Cea authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 19 Apr, 2011 9 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
- 18 Apr, 2011 10 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
Wait for the child process to terminate before ending the test, so that the regrtest cleanup code doesn't get an error when it tries to delete the temporary CWD.
-
R David Murray authored
-
Victor Stinner authored
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
-
Victor Stinner authored
Py_AddPendingCall() for the first signal to fix a deadlock on reentrant or parallel calls. PyErr_SetInterrupt() writes also into the wake up file.
-
R David Murray authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 16 Apr, 2011 12 commits
-
-
Ezio Melotti authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
This is a perfect example of LBYL going wrong: that code could be executed by several workers in parallel, and os.mkdir() attempted on the same path by multiple processes.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
R David Murray authored
coverage.py reports 99% on branch coverage, but that appears to be a bug or limitation in coverage.py.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-