- 25 May, 2013 4 commits
-
-
Brett Cannon authored
-
Eli Bendersky authored
-
Eli Bendersky authored
This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new function - DefaultUnknownEncodingHandler. Based on a patch by Serhiy Storchaka.
-
Antoine Pitrou authored
-
- 24 May, 2013 3 commits
-
-
Benjamin Peterson authored
-
Brett Cannon authored
to interp->modules) and that deleting essential items from the dict can cause Python to blow up. Thanks to Terry Reedy for coming up with initial wording and Yogesh Chaudhari for coming up with a patch using that wording in parallel to my own patch.
-
Ronald Oussoren authored
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 23 May, 2013 3 commits
-
-
Senthil Kumaran authored
-
Nick Coghlan authored
-
Raymond Hettinger authored
-
- 22 May, 2013 4 commits
-
-
Ned Deily authored
Patch by Guilherme Simões.
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII.
-
Serhiy Storchaka authored
-
- 21 May, 2013 2 commits
-
-
R David Murray authored
-
Roger Serwy authored
-
- 20 May, 2013 6 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Ned Deily authored
-
R David Murray authored
This has come up often enough now on the tracker that it deserves a FAQ entry.
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
- 19 May, 2013 4 commits
-
-
Eli Bendersky authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
- 18 May, 2013 4 commits
-
-
Eli Bendersky authored
Based on report and patch by Aaron Oakley.
-
Richard Oudkerk authored
-
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.
-
- 17 May, 2013 7 commits
-
-
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
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 16 May, 2013 3 commits
-
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Brian Curtin authored
-