- 29 Aug, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 26 Aug, 2013 1 commit
-
-
Ezio Melotti authored
-
- 25 Aug, 2013 11 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Tim Peters authored
Changeset 50803d881a92 left a new dangling head on 2.6, and the change was applied separately to 2.7 in changeset 1cd24ea5abeb.
-
Charles-François Natali authored
-
Charles-François Natali authored
preexec_fn callback, which may open file descriptors.
-
Serhiy Storchaka authored
-
Christian Heimes authored
properly handled as unsigned.
-
Christian Heimes authored
-
Christian Heimes authored
thanks to Vajrasky Kok for proof-reading.
-
Christian Heimes authored
-
Christian Heimes authored
-
- 24 Aug, 2013 2 commits
-
-
Tim Peters authored
-
Antoine Pitrou authored
-
- 23 Aug, 2013 4 commits
-
-
Serhiy Storchaka authored
-
Ezio Melotti authored
-
Barry Warsaw authored
-
Barry Warsaw authored
inside subjectAltName correctly. Formerly the module has used OpenSSL's GENERAL_NAME_print() function to get the string represention of ASN.1 strings for `rfc822Name` (email), `dNSName` (DNS) and `uniformResourceIdentifier` (URI).
-
- 22 Aug, 2013 5 commits
-
-
Tim Peters authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
argument. This is needed for support Tcl/Tk 8.6.
-
Christian Heimes authored
-
Christian Heimes authored
fork() is suppose to be async-signal safe but the handler calls unsafe functions. A parent handler mitigates the issue.
-
- 21 Aug, 2013 7 commits
-
-
Antoine Pitrou authored
Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions.
-
Serhiy Storchaka authored
and tuples in the tkinter module.
-
Charles-François Natali authored
module will be called in a deterministic order.
-
Christian Heimes authored
-
Christian Heimes authored
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
Barry Warsaw authored
-
Barry Warsaw authored
issue 16248.
-
- 20 Aug, 2013 2 commits
-
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka authored
error handler on 64-bit platforms. Patch by Yogesh Chaudhari.
-
- 19 Aug, 2013 6 commits
-
-
Serhiy Storchaka authored
Patch by Meador Inge. See also issue #18647.
-
Serhiy Storchaka authored
determined minimal width of repeated subexpression is >0 (an empty line was not matched in any case).
-
Serhiy Storchaka authored
Now max width is MAXREPEAT on 32- and 64-bit platforms when one of subexpressions is unbounded repetition.
-
Christian Heimes authored
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
(original patch by Phil Webster).
-