- 28 May, 2013 9 commits
-
-
Ned Deily authored
is overriden with the CC environment variable, use the new compiler as the default for linking if LDSHARED is not also overriden. This restores Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
stream's read() returns more bytes than requested.
-
Serhiy Storchaka authored
on unsuitable platform/environment.
-
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 1 commit
-
-
Eli Bendersky authored
Based on report and patch by Aaron Oakley.
-