- 28 May, 2013 5 kayıt (commit)
-
-
Serhiy Storchaka yazdı
non-alphabet characters present in the input string to conform a docstring. Updated the module documentation.
-
Serhiy Storchaka yazdı
-
Jason R. Coombs yazdı
-
Jason R. Coombs yazdı
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 yazdı
Preliminary patch by Rajagopalasarma Jayakrishnan.
-
- 27 May, 2013 1 kayıt (commit)
-
-
Ned Deily yazdı
-
- 25 May, 2013 7 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
This affects pyexpat and _elementtree. PyExpat_CAPI now exposes a new function - DefaultUnknownEncodingHandler. Based on a patch by Serhiy Storchaka.
-
Antoine Pitrou yazdı
-
- 24 May, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
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 yazdı
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 23 May, 2013 3 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
Nick Coghlan yazdı
-
Raymond Hettinger yazdı
-
- 22 May, 2013 4 kayıt (commit)
-
-
Ned Deily yazdı
Patch by Guilherme Simões.
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
an internal XML encoding is UTF-8 or US-ASCII.
-
Serhiy Storchaka yazdı
-
- 21 May, 2013 2 kayıt (commit)
-
-
R David Murray yazdı
-
Roger Serwy yazdı
-
- 20 May, 2013 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Ned Deily yazdı
-
R David Murray yazdı
This has come up often enough now on the tracker that it deserves a FAQ entry.
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
- 19 May, 2013 4 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Serhiy Storchaka yazdı
-
- 18 May, 2013 4 kayıt (commit)
-
-
Eli Bendersky yazdı
Based on report and patch by Aaron Oakley.
-
Richard Oudkerk yazdı
-
Antoine Pitrou yazdı
Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of service using certificates with many wildcards (CVE-2013-2099).
-
Eli Bendersky yazdı
This caused an exception to be raised later than expected.
-
- 17 May, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
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.
-