An error occurred fetching the project authors.
- 16 Sep, 2014 1 commit
-
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 30 Sep, 2014 7 commits
-
-
Georg Brandl authored
65536 bytes and send a 414 error code for higher lengths. Patch contributed by Devin Cook.
-
Georg Brandl authored
weakrefs.
-
Georg Brandl authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Georg Brandl authored
limiting the call to readline(). Original patch by Christian Heimes.
-
Georg Brandl authored
limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
-
Georg Brandl authored
100 headers are read. Adapted from patch by Jyrki Pulliainen.
-
Georg Brandl 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).
-
- 13 Jul, 2014 1 commit
-
-
Ned Deily authored
broken by the fix for security issue #19435. Patch by Zach Byrne.
-
- 15 Jun, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 14 Apr, 2014 1 commit
-
-
Benjamin Peterson authored
Bug reported by Guido Vranken.
-
- 01 Apr, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 14 Jan, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 22 Dec, 2013 1 commit
-
-
Antoine Pitrou authored
-
- 04 Nov, 2013 1 commit
-
-
Georg Brandl authored
-
- 02 Nov, 2013 1 commit
-
-
Jason R. Coombs authored
-
- 30 Oct, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 18 Sep, 2013 1 commit
-
-
R David Murray authored
Initial patch by Bruno Piguet. This is implemented as if a useful .netrc file could exist without passwords, which is possible in the general case; but in fact our netrc implementation does not support it. Fixing that issue will be an enhancement.
-
- 14 Sep, 2013 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 18 May, 2013 1 commit
-
-
Antoine Pitrou authored
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
- 12 May, 2013 3 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
codecs.open().
-
Georg Brandl authored
broke backwards compatibility.
-
- 28 Apr, 2013 1 commit
-
-
Serhiy Storchaka authored
such as was shipped with Centos 5 and Mac OS X 10.4.
-
- 12 May, 2013 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
- 08 Apr, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 30 Apr, 2013 1 commit
-
-
Gregory P. Smith authored
-
- 06 Apr, 2013 1 commit
-
-
Georg Brandl authored
-
- 04 Apr, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 26 Mar, 2013 2 commits
-
-
Christian Heimes authored
-
Christian Heimes authored
-
- 24 Mar, 2013 1 commit
-
-
Martin v. Loewis authored
-
- 23 Mar, 2013 4 commits
-
-
Gregory P. Smith authored
from unbuffered (0) to buffering (-1) to match the behavior existing code expects and match the behavior of the subprocess module in Python 2 to avoid introducing hard to track down bugs.
-
Georg Brandl authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 21 Mar, 2013 2 commits
-
-
doko authored
two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4.
-
R David Murray authored
This is a partial fix to the issue of servers disconnecting unexpectedly; in this case the 421 says they are disconnecting, so we close the socket and return the 421 in the appropriate error context. Original patch by Mark Sapiro, updated by Kushal Das, with additional tests by me.
-