- 15 Ara, 2012 16 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Petri Lehtinen yazdı
Patch by Lucas Maystre.
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
Antoine Pitrou 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.
-
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.
-
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.
-
Benjamin Peterson yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
Benjamin Peterson yazdı
-
- 14 Ara, 2012 9 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Václav Šmilauer.
-
- 13 Ara, 2012 5 kayıt (commit)
-
-
Philip Jenvey yazdı
-
Andrew Svetlov yazdı
Patch by Bruno Dupuis.
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
gives the same output as "id -G".
-
Benjamin Peterson yazdı
-
- 12 Ara, 2012 6 kayıt (commit)
-
-
Christian Heimes yazdı
creates a broken PYTHON_FOR_BUILD variable when --build is missing.
-
Christian Heimes yazdı
creates a broken PYTHON_FOR_BUILD variable when --build is missing.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
Christian Heimes yazdı
defined in cross compiling mode, too.
-
Christian Heimes yazdı
defined in cross compiling mode, too.
-
- 11 Ara, 2012 4 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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. We could work to get rid of the -fwrapv requirement in 3.4 but that requires more planning. Found by Clang trunk's Undefined Behavior Sanitizer (UBSan). Cleanup only - no functionality or hash values change.
-