- 18 May, 2013 6 commits
-
-
Antoine Pitrou authored
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
Antoine Pitrou authored
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
Eli Bendersky authored
This caused an exception to be raised later than expected.
-
Eli Bendersky authored
This caused an exception to be raised later than expected.
-
Raymond Hettinger authored
Backed out changeset c4ca39bece9d
-
Raymond Hettinger authored
-
- 17 May, 2013 19 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Use the cleaner looking @property style for __dict__. Move _replace() to be just after make() to indicate that it is a core method on named tuples.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
-
Richard Oudkerk authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 16 May, 2013 15 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Vinay Sajip authored
-
Victor Stinner authored
idx variable is used for a tuple indexn so use Py_ssize_t (not int).
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
is long, not int.
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
ftplib tests: provide a global socket's TIMEOUT variable and use it everywhere so that failing tests won't accidentally hang
-