- 26 May, 2013 1 commit
-
-
Brett Cannon authored
While the previous location was fine, it makes more sense to have the method higher up in the inheritance chain, especially at a point where get_source() is defined which is the earliest source_to_code() could programmatically be used in the inheritance tree in importlib.abc.
-
- 25 May, 2013 19 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Eli Bendersky 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.
-
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
Fix compilation under MSVC: ssl_set_mode() is a macro, and the MSVC preprocessor doesn't process #ifdef's inside a macro argument list. (found explanation at http://www.tech-archive.net/Archive/VC/microsoft.public.vc.language/2007-05/msg00385.html)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Vinay Sajip authored
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
-
- 24 May, 2013 7 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Senthil Kumaran authored
Fix #17272 - Make Request.full_url and Request.get_full_url return same result under all circumstances. Document the change of Request.full_url to a property.
-
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.
-
Ronald Oussoren authored
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 23 May, 2013 6 commits
-
-
Senthil Kumaran authored
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 and 3.4.
-
Senthil Kumaran authored
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 22 May, 2013 7 commits
-
-
Ned Deily authored
-
Ned Deily authored
Patch by Guilherme Simões.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
an internal XML encoding is UTF-8 or US-ASCII.
-