- 16 Nis, 2011 2 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Raymond Hettinger yazdı
-
- 15 Nis, 2011 7 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
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 yazdı
Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Eli Bendersky yazdı
-
- 14 Nis, 2011 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 13 Nis, 2011 10 kayıt (commit)
-
-
Brian Curtin yazdı
-
R David Murray yazdı
Before reading the code to check, I wasn't sure if it operated on full domain names or just individual labels.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
R David Murray yazdı
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
-
- 12 Nis, 2011 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
Fix Issue11703 - urllib2.geturl() does not return correct url when the original url contains #fragment. Patch Contribution by Santoso Wijaya.
-
Raymond Hettinger yazdı
-
R David Murray yazdı
-
- 11 Nis, 2011 3 kayıt (commit)
-
-
Brian Curtin yazdı
-
brian.curtin yazdı
-
brian.curtin yazdı
-
- 09 Nis, 2011 4 kayıt (commit)
-
-
Ned Deily yazdı
and on OS X with pydebug.
-
Ned Deily yazdı
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 yazdı
Patch by Nadeem Vawda.
-
Victor Stinner yazdı
(EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 08 Nis, 2011 2 kayıt (commit)
-
-
R David Murray yazdı
Not a complete fix for this issue.
-
R David Murray yazdı
-
- 07 Nis, 2011 1 kayıt (commit)
-
-
Barry Warsaw yazdı
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 Nis, 2011 2 kayıt (commit)
-
-
Barry Warsaw yazdı
extending search paths to include multiarch directories.
-
Senthil Kumaran yazdı
Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya.
-
- 05 Nis, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-