- 15 Jan, 2013 6 commits
-
-
Serhiy Storchaka authored
There is no guarantee that NULL is aligned.
-
Serhiy Storchaka authored
There is no guarantee that NULL is aligned.
-
Serhiy Storchaka authored
Added new checks for socket.setblocking().
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
Richard Oudkerk authored
-
- 14 Jan, 2013 8 commits
-
-
Serhiy Storchaka authored
when result of PyLong_AsLong() narrowed to int without checks.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Andrew Svetlov authored
Patch by Todd Rovito
-
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
-
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 24 commits
-
-
Richard Oudkerk authored
connections on Windows.
-
Richard Oudkerk authored
connections on Windows.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Eli Bendersky authored
Cleanup the docs ElementTree a bit and describe the default_namespace parameter. In the code, replace the old outdated Doxygen-ish comment above ElementTree.write by a proper docstring.
-
Eli Bendersky authored
-
Eli Bendersky authored
serialization functions - short_empty_elements. It controls how elements without contents are emitted. Patch by Serhiy Storchaka. Feature initially proposed by Ariel Poliak.
-
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
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
-
Eli Bendersky authored
-
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
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
-
Benjamin Peterson authored
-
- 12 Jan, 2013 2 commits
-
-
Eli Bendersky authored
-
Antoine Pitrou authored
-