- 20 Apr, 2011 2 commits
-
-
Éric Araujo authored
-
Éric Araujo authored
-
- 18 Apr, 2011 4 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
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 1 commit
-
-
Éric Araujo authored
-
- 16 Apr, 2011 4 commits
-
-
Éric Araujo authored
Also fix a typo and a misleading example (method used to describe function).
-
Georg Brandl 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. "\U00012345"[0]).
-
Senthil Kumaran authored
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Eli Bendersky authored
-
- 14 Apr, 2011 4 commits
-
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Éric Araujo authored
-
- 15 Apr, 2011 1 commit
-
-
Éric Araujo authored
-
- 13 Apr, 2011 10 commits
-
-
Brian Curtin authored
-
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.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
R David Murray authored
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
-
- 12 Apr, 2011 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
-
Raymond Hettinger authored
-
R David Murray authored
-
- 11 Apr, 2011 2 commits
-
-
Brian Curtin authored
-
brian.curtin authored
-