- 23 Dec, 2012 3 commits
-
-
Andrew Svetlov authored
-
Andrew Svetlov authored
Patch by Anton Kasyanov.
-
Senthil Kumaran authored
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
-
- 21 Dec, 2012 2 commits
-
-
Kristjan Valur Jonsson authored
-
Kristjan Valur Jonsson authored
-
- 19 Dec, 2012 1 commit
-
-
Andrew Svetlov authored
-
- 18 Dec, 2012 2 commits
-
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Andrew Svetlov authored
Thanks to Inada Naoki
-
- 17 Dec, 2012 6 commits
-
-
Giampaolo Rodola' authored
-
Andrew Svetlov authored
Patch by Serhiy Storchaka.
-
Giampaolo Rodola' authored
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Brian Curtin authored
Patch by Ashish Nitin Patil.
-
- 16 Dec, 2012 4 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #16626: Fix infinite recursion in glob.glob() on Windows when the pattern contains a wildcard in the drive or UNC path. Patch by Serhiy Storchaka.
-
Hynek Schlawack authored
Patch by Sebastian Kreft.
-
- 15 Dec, 2012 2 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. Patch by Eran Rundstein.
-
- 14 Dec, 2012 3 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 11 Dec, 2012 4 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
compiler logic will do the right thing with just x as a Py_uhash_t. This matches what was already done in the 3.3 version. cleanup only - no functionality or hash values change.
-
Gregory P. Smith authored
computation as the overflow behavior of signed integers is undefined. In practice we require compiling everything with -fwrapv which forces overflow to be defined as twos compliment but this keeps the code cleaner for checkers or in the case where someone has compiled it without -fwrapv or their compiler's equivalent. Found by Clang trunk's Undefined Behavior Sanitizer (UBSan). Cleanup only - no functionality or hash values change.
-
Gregory P. Smith authored
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
-
- 10 Dec, 2012 6 commits
-
-
Hynek Schlawack authored
Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :(
-
Hynek Schlawack authored
The Windows buildbots seem to be unable to agree whether they need them or not.
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
It cause shutil.rmtree not ignore all errors. Also add a test ensuring that rmtree fails when being called on a symlink. Patch by Serhiy Storchaka.
-
Chris Jerdonek authored
This commit updates a test broken by the change made for issue #14783.
-
- 09 Dec, 2012 7 commits
-
-
Andrew Svetlov authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Antoine Pitrou authored
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python. Patch by Zachary Ware.
-
Éric Araujo authored
-
Éric Araujo authored
Original patch by Julien Courteau and Pierre Paul Lefebvre.
-