- 25 May, 2013 5 commits
-
-
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 9 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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 21 May, 2013 8 commits
-
-
Giampaolo Rodola' authored
-
R David Murray authored
-
R David Murray authored
-
Serhiy Storchaka authored
size and pickling time.
-
Charles-François Natali authored
-
Charles-François Natali authored
namespace as string.
-
Roger Serwy authored
-
Roger Serwy authored
-
- 20 May, 2013 5 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Ned Deily authored
-