- 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 6 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
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Senthil Kumaran authored
-
R David Murray authored
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
-
- 12 Apr, 2011 7 commits
-
-
Senthil Kumaran authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
It was causing a failed import in the Turkish locale where the locale sensitive str.upper() method caused a name mismatch.
-
- 11 Apr, 2011 4 commits
-
-
brian.curtin authored
-
brian.curtin authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 10 Apr, 2011 1 commit
-
-
Antoine Pitrou authored
worker processes: new processes would be spawned while the pool is being shut down. Patch by Charles-François Natali.
-
- 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
interrupted (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch written by Charles-Francois Natali.
-
- 08 Apr, 2011 1 commit
-
-
Vinay Sajip authored
-
- 07 Apr, 2011 1 commit
-
-
Barry Warsaw authored
multiarch Debian/Ubuntu.
-
- 06 Apr, 2011 2 commits
-
-
Antoine Pitrou authored
up. Hopefully fixes transient buildbot failures.
-
Senthil Kumaran authored
-