- 21 Apr, 2011 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 20 Apr, 2011 4 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Brian Curtin authored
This was fixed in py3k SVN. Consider this a backport.
-
- 19 Apr, 2011 5 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Vinay Sajip authored
-
- 18 Apr, 2011 5 commits
-
-
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.
-
Victor Stinner authored
Fix the documentation.
-
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.
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
- 17 Apr, 2011 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 16 Apr, 2011 3 commits
-
-
Ezio Melotti authored
-
Eli Bendersky authored
-
Raymond Hettinger authored
-
- 15 Apr, 2011 7 commits
-
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]).
-
Senthil Kumaran authored
specific part only digits. Patch by Santoso Wijaya.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
- 14 Apr, 2011 4 commits
-
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Apr, 2011 2 commits
-
-
R David Murray authored
Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels.
-
Raymond Hettinger authored
-