- 19 Aug, 2013 1 commit
-
-
Andrew Kuchling authored
- document abitype.py, analyze_dxp.py, get-remote-certificate.py, import_diagnostics.py, parse_html5_entities.py. - remove redemo.py which was moved to Tools/Demo. - sort list into alphabetical order Patch by Seydou Dia.
-
- 18 Aug, 2013 11 commits
-
-
Andrew Kuchling authored
-
Andrew Kuchling authored
-
Andrew Kuchling authored
* describe how \w is different when used in bytes and Unicode patterns. * describe re.ASCII flag to change that behaviour. * remove personal references ('I generally prefer...') * add some more links to the re module in the library reference * various small edits and re-wording.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
- 17 Aug, 2013 16 commits
-
-
Antoine Pitrou authored
(trying to fix a failure on the FreeBSD 9.0 buildbot)
-
Antoine Pitrou authored
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
This lets us run PyObject_RichCompareBool() without first needing to check whether the entry is a dummy.
-
- 16 Aug, 2013 12 commits
-
-
Vinay Sajip authored
-
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).
-
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
-