- 24 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch Serhiy Storchaka.
-
- 23 Ara, 2012 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Anton Kasyanov.
-
Senthil Kumaran yazdı
Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that to return headers correctly
-
- 21 Ara, 2012 2 kayıt (commit)
-
-
Kristjan Valur Jonsson yazdı
-
Kristjan Valur Jonsson yazdı
-
- 19 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Andrew Svetlov yazdı
Thanks to Inada Naoki
-
- 17 Ara, 2012 6 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
Giampaolo Rodola yazdı
Fix issue #16646: ftplib.FTP.makeport() might lose socket error details. (patch by Serhiy Storchaka)
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Brian Curtin yazdı
Patch by Ashish Nitin Patil.
-
- 16 Ara, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
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 yazdı
Patch by Sebastian Kreft.
-
- 15 Ara, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
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 Ara, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 11 Ara, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
-
- 10 Ara, 2012 6 kayıt (commit)
-
-
Hynek Schlawack yazdı
Turns out, the snakebite bots behave also their peculiarities. I'm really not proud of this stream of commits. :(
-
Hynek Schlawack yazdı
The Windows buildbots seem to be unable to agree whether they need them or not.
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
-
Hynek Schlawack yazdı
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 yazdı
This commit updates a test broken by the change made for issue #14783.
-
- 09 Ara, 2012 6 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
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 yazdı
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 yazdı
-