- 16 Dec, 2012 6 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.
-
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.
-
Hynek Schlawack authored
Patch by Sebastian Kreft.
-
- 15 Dec, 2012 6 commits
-
-
Stefan Krah authored
supports all None default values present in decimal.py. These values were largely undocumented.
-
Andrew Svetlov authored
-
Benjamin Peterson authored
-
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.
-
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 5 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 13 Dec, 2012 1 commit
-
-
Ross Lagerwall authored
gives the same output as "id -G".
-
- 12 Dec, 2012 3 commits
-
-
Christian Heimes authored
creates a broken PYTHON_FOR_BUILD variable when --build is missing.
-
Christian Heimes authored
-
Christian Heimes authored
defined in cross compiling mode, too.
-
- 11 Dec, 2012 8 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
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. NOTE: This change is smaller compared to 3.2 as much of this cleanup had already been done. I added the comment that my change in 3.2 added so that the code would match up. Otherwise this just adds or synchronizes appropriate UL designations on some constants to be pedantic. 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
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]
-
Gregory P. Smith authored
Found by Clang trunk's Undefined-Behavior Sanitizer. [more to come]
-
- 10 Dec, 2012 11 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
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
The Windows buildbots seem to be unable to agree whether they need them or not.
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
-
Hynek Schlawack authored
It caused rmtree to not ignore certain errors when ignore_errors was set. Patch by Alessandro Moura and Serhiy Storchaka.
-
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
-