- 16 Apr, 2011 1 commit
-
-
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 3 commits
-
-
Senthil Kumaran authored
-
Ezio Melotti authored
-
Ezio Melotti 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 3 commits
-
-
Brian Curtin authored
-
brian.curtin authored
-
brian.curtin authored
-
- 09 Apr, 2011 4 commits
-
-
Ned Deily authored
and on OS X with pydebug.
-
Ned Deily authored
Mac OS X and FreeBSD to reduce the chances of a crash instead of a "maximum recursion depth" RuntimeError exception. (Patch by Ronald Oussoren)
-
Ross Lagerwall authored
Patch by Nadeem Vawda.
-
Victor Stinner authored
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 08 Apr, 2011 2 commits
-
-
R David Murray authored
Not a complete fix for this issue.
-
R David Murray authored
-
- 07 Apr, 2011 1 commit
-
-
Barry Warsaw authored
dpkg-architecture command is not found on $PATH. This should fix the failures on FreeBSD and Solaris, which do not create the target file via I/O redirection if the command isn't found (unlike Linux and OS X which do).
-
- 06 Apr, 2011 2 commits
-
-
Barry Warsaw authored
extending search paths to include multiarch directories.
-
Senthil Kumaran authored
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
-
- 05 Apr, 2011 2 commits
-
-
Antoine Pitrou authored
-
Ross Lagerwall authored
-