- 22 Aug, 2013 1 commit
-
-
R David Murray authored
This also backs out the previous fixes for for #14360, #1717, and #16564. Those bugs were actually caused by the fact that set_payload didn't decode to str, thus rendering the model inconsistent. This fix does mean the data processed by the encoder functions goes through an extra encode/decode cycle, but it means the model is always consistent. Future API updates will provide a better way to encode payloads, which will bypass this minor de-optimization. Tests by Vajrasky Kok.
-
- 21 Aug, 2013 3 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
in the tkinter module.
-
Christian Heimes authored
A pthread_atfork() child handler is used to seeded the PRNG with pid, time and some stack data.
-
- 20 Aug, 2013 2 commits
-
-
Serhiy Storchaka authored
RuntimeError exception. Patch by Christian Schubert.
-
Serhiy Storchaka authored
Patch by Yogesh Chaudhari.
-
- 19 Aug, 2013 1 commit
-
-
Christian Heimes authored
OpenSSL 1.0.0+ instead of the deprecated CRYPTO id callback function.
-
- 18 Aug, 2013 1 commit
-
-
Christian Heimes authored
-
- 17 Aug, 2013 2 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
- 16 Aug, 2013 3 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).
-
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
Patch by Catherine Devlin.
-
- 15 Aug, 2013 1 commit
-
-
Eric Snow authored
-
- 13 Aug, 2013 1 commit
-
-
Victor Stinner authored
-
- 12 Aug, 2013 2 commits
-
-
David Wolever authored
-
Larry Hastings authored
-
- 10 Aug, 2013 5 commits
-
-
Terry Jan Reedy authored
docstrings and ValueError messages. Patch by Zhongyue Luo
-
Terry Jan Reedy authored
now working with comment block selections. Patch was part of 18226 patch.
-
Terry Jan Reedy authored
Move comment code to a separate function so it can be separately tested. Original patches by Todd Rovito and Phil Webster.
-
Ezio Melotti authored
-
R David Murray authored
Before this patch it would raise an error when trying to display documentation for a method that used annotations. Patch by Claudiu Popa.
-
- 08 Aug, 2013 2 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
#18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware.
-
- 06 Aug, 2013 1 commit
-
-
Christian Heimes authored
-
- 03 Aug, 2013 6 commits
-
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
doko@ubuntu.com authored
-
Nick Coghlan authored
signal.getsignal returns None for some signals if faulthandler is enabled (Patch by Jeremy Kloth)
-
Ned Deily authored
-
- 02 Aug, 2013 2 commits
-
-
Ned Deily authored
getgroups(2) on OS X 10.8. Original patch by Mateusz Lenik.
-
Larry Hastings authored
(Done as separate patch from trunk as the code has diverged quite a bit.)
-
- 30 Jul, 2013 1 commit
-
-
Christian Heimes authored
'SHA1' instead of 'SHA'.
-
- 28 Jul, 2013 2 commits
-
-
Nick Coghlan authored
Patch by Chris Jerdonek
-
Nick Coghlan authored
Also including this change in 3.3 to help avoid spurious conflicts between the two most active branches. (Initial patch by Indra Talip)
-
- 26 Jul, 2013 4 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
CID 486199
-
Christian Heimes authored
-
Christian Heimes authored
-