- 10 Apr, 2015 5 commits
-
-
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 4 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Tim Golden authored
-
Steve Dower authored
-
- 09 Apr, 2015 1 commit
-
-
Zachary Ware authored
-
- 08 Apr, 2015 1 commit
-
-
Zachary Ware authored
This change affects the makefiles checked into svn.python.org, which the 3.5 build no longer uses. 3.4 and 2.7 both still use those makefiles, but their build_ssl.py scripts don't require an update; if the script is running the 'fix_makefiles' method it already has Perl available anyway.
-
- 09 Apr, 2015 2 commits
-
-
Victor Stinner authored
poll() is not available. select() doesn't accept negative timeout, the timeout parameter must be NULL to block on select().
-
Victor Stinner authored
Use -1 second by default, not -1 nanosecond.
-
- 08 Apr, 2015 6 commits
-
-
Tim Golden authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Patch by Davin Potts.
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
- 07 Apr, 2015 3 commits
-
-
Gregory P. Smith authored
It is internal only, not a documented API.
-
Gregory P. Smith authored
SubprocessError and TimeoutError in its list of exported names for the users wild enough to use "from subprocess import *". MAXFD, mswindows and list2cmdline should be dealt with (renamed or moved) in separate commits. Committed at 35,000ft. Thanks chromebook free gogo wifi passes!
-
Victor Stinner authored
-