- 01 Sep, 2013 3 commits
-
-
Benjamin Peterson authored
document that various functions that parse from source will interpret things as latin-1 (closes #18870)
-
Terry Jan Reedy authored
Replacement is from 3.3, with 'p' added to make '...Regexp'.
-
Terry Jan Reedy authored
This is the same change that was made in 3.x when this became an error.
-
- 31 Aug, 2013 1 commit
-
-
Terry Jan Reedy authored
Patch import and initialization in SearchEngine to make testing easier. Improve docstrings, especially to clarify the double role of 'ok' parameters. Original patch by Phil Webster.
-
- 30 Aug, 2013 2 commits
-
-
Antoine Pitrou authored
-
Charles-François Natali authored
Patch by A. Jesse Jiryu Davis.
-
- 29 Aug, 2013 4 commits
-
-
Charles-François Natali authored
-
Charles-François Natali authored
sizes.
-
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.
-