- 10 Apr, 2015 21 commits
-
-
Antoine Pitrou authored
GzipFile, BZ2File or LZMAFile. This defeats denial of service attacks using compressed bombs (i.e. compressed payloads which decompress to a huge size). Patch by Martin Panter and Nikolaus Rath.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Alex Gaynor.
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Alex Gaynor.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
TestHelpVersionOptional was redundant.
-
Berker Peksag authored
TestHelpVersionOptional was redundant.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
Serhiy Storchaka authored
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building.
-
Zachary Ware authored
This will prevent failures from the version of NASM installed on buildbots, if the ability to override the version used is desired again later, we can figure out a way to opt in.
-
- 09 Apr, 2015 7 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
Builds using prepared sources that had Perl available anyway were broken by the previous fix to this script (oops).
-
Victor Stinner authored
systems, instead of just "1".
-
- 08 Apr, 2015 5 commits
-
-
Zachary Ware authored
-
Tim Golden authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Patch by Davin Potts.
-
Berker Peksag authored
-
- 07 Apr, 2015 6 commits
-
-
Victor Stinner authored
again if the first call to connect() raises an InterruptedError. When the C function connect() fails with EINTR, the connection runs in background. We have to wait until the socket becomes writable to be notified when the connection succeed or fails.
-
Benjamin Peterson authored
Patch by Hoolean.
-
Donald Stufft authored
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner authored
are down, don't use anymore in test_urllib2net
-
Victor Stinner authored
the FTP connection failed to fix a ResourceWarning.
-
Donald Stufft authored
-
- 06 Apr, 2015 1 commit
-
-
Serhiy Storchaka authored
-