- 02 Jun, 2013 1 commit
-
-
Raymond Hettinger authored
by using the wording from the Py2.7 docs.
-
- 01 Jun, 2013 2 commits
-
-
Senthil Kumaran authored
hostname is resolvable by socket.gethostname for local machine. This all fixes certain freebsd builtbot failures.
-
Senthil Kumaran authored
towards target. This fixes a bug where target is accessible, but parent directories are restricted.
-
- 31 May, 2013 2 commits
-
-
Serhiy Storchaka authored
-
Terry Jan Reedy authored
-
- 29 May, 2013 5 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
character in _decimal.c.
-
Senthil Kumaran authored
This helps in handling certain types invalid urls in a conservative manner.
-
Terry Jan Reedy authored
touchup test_idle. Rename README.txt.
-
- 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 1 commit
-
-
Vinay Sajip authored
-