- 27 May, 2013 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Illia Polosukhin.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 26 May, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
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 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Eli Bendersky 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.
-
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ı
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 yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
Closes #18046: Simplified logging internals relating to levels and their names. Thanks to Alex Gaynor for the patch.
-
- 24 May, 2013 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Senthil Kumaran yazdı
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 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.
-
Ronald Oussoren yazdı
Without this patch socket.getaddrinfo crashed when called with some unusual argument combinations.
-
- 23 May, 2013 6 kayıt (commit)
-
-
Senthil Kumaran yazdı
Fix #18007 : Document CookieJar.add_cookie_header request parameter changes in 3.3 and 3.4.
-
Senthil Kumaran yazdı
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 22 May, 2013 4 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
Patch by Guilherme Simões.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-