- 16 Aug, 2013 22 commits
-
-
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).
-
Christian Heimes 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).
-
Christian Heimes authored
PEP 11: Name: Systems using --with-pth (GNU pth threads) Unsupported in: Python 3.2 Code removed in: Python 3.3
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Charles-François Natali authored
-
Charles-François Natali authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Antoine Pitrou authored
For some reason I forgot to do it before committing the patch in issue #18585.
-
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.
-
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
-
Ezio Melotti authored
-
Antoine Pitrou authored
Patch by Catherine Devlin.
-
Antoine Pitrou authored
Patch by Catherine Devlin.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
3.11 or newer. It's only defined on system with 3.11 uapi headers, too.
-
- 15 Aug, 2013 12 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
and paired splits and joins that do nothing when output_sep is its default \n. *It in unused in that the class in only instantiated once, with the default. Make a few other changes in .fetch and its test.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Antoine Pitrou authored
-
Christian Heimes authored
as promised by hashlib's documentation.
-
Victor Stinner authored
-
Victor Stinner authored
-
Raymond Hettinger authored
-
Eric Snow authored
-
Eric Snow authored
-
Eric Snow authored
-
- 14 Aug, 2013 5 commits
-
-
David Wolever authored
-
David Wolever authored
-
Richard Oudkerk authored
See http://hg.python.org/sandbox/sbt#spawn
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Remove an unused early-out test from the critical path for dict and set lookups. When the strings already have matching lengths, kinds, and hashes, there is no additional information gained by checking the first characters (the probability of a mismatch is already known to be less than 1 in 2**64).
-
- 13 Aug, 2013 1 commit
-
-
Terry Jan Reedy authored
-