- 24 Aug, 2013 1 commit
-
-
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).
-
- 18 Aug, 2013 3 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
-
- 17 Aug, 2013 7 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
- 16 Aug, 2013 5 commits
-
-
Vinay Sajip authored
-
Christian Heimes 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).
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
-
Ezio Melotti authored
-