- 28 May, 2013 5 commits
-
-
Serhiy Storchaka authored
non-alphabet characters present in the input string to conform a docstring. Updated the module documentation.
-
Serhiy Storchaka authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
-
Terry Jan Reedy authored
Preliminary patch by Rajagopalasarma Jayakrishnan.
-
- 27 May, 2013 1 commit
-
-
Ned Deily authored
-
- 25 May, 2013 7 commits
-
-
Antoine Pitrou authored
-
Brett Cannon authored
-
Brett Cannon authored
-
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 1 commit
-
-
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.
-