- 16 Jan, 2013 2 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
and pickling compatibility.
-
- 15 Jan, 2013 15 commits
-
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Serhiy Storchaka authored
strings with whitespaces, backslashes or unbalanced braces.
-
Serhiy Storchaka authored
strings with whitespaces, backslashes or unbalanced braces.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Serhiy Storchaka authored
in any mapping, not only in an unicode string.
-
Serhiy Storchaka authored
in any mapping, not only in an unicode string.
-
Serhiy Storchaka authored
There is no guarantee that NULL is aligned.
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 14 Jan, 2013 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Giampaolo Rodola' authored
fix for previous commit related to issue 10527 which didn't have the intended effect as per http://bugs.python.org/issue10527#msg179895
-
- 13 Jan, 2013 12 commits
-
-
Richard Oudkerk authored
connections on Windows.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Eli Bendersky authored
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. Patch by Serhiy Storchaka.
-
Eli Bendersky authored
-
Eli Bendersky authored
Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. Patch by Serhiy Storchaka.
-
Eli Bendersky authored
-
Eli Bendersky authored
-
Charles-François Natali authored
sched_setscheduler() can fail with EINVAL if the process scheduling policy is neither SCHED_FIFO nor SCHED_RR.
-
Charles-François Natali authored
could be the cause of a random failure).
-
Charles-François Natali authored
could be the cause of a random failure).
-
Benjamin Peterson authored
-
- 12 Jan, 2013 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
special characters in the file path.
-
Serhiy Storchaka authored
special characters in the file path.
-
Charles-François Natali authored
returns ESRCH for a zombie process, which is not POSIX-compliant.
-
Charles-François Natali authored
returns ESRCH for a zombie process, which is not POSIX-compliant.
-
Eli Bendersky authored
-