- 10 Nis, 2015 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building.
-
Zachary Ware yazdı
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 Nis, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
Builds using prepared sources that had Perl available anyway were broken by the previous fix to this script (oops).
-
Victor Stinner yazdı
systems, instead of just "1".
-
- 08 Nis, 2015 5 kayıt (commit)
-
-
Zachary Ware yazdı
-
Tim Golden yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by Davin Potts.
-
Berker Peksag yazdı
-
- 07 Nis, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
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 yazdı
Patch by Hoolean.
-
Donald Stufft yazdı
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner yazdı
are down, don't use anymore in test_urllib2net
-
Victor Stinner yazdı
the FTP connection failed to fix a ResourceWarning.
-
Donald Stufft yazdı
-
- 06 Nis, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Tim Golden yazdı
-
Steve Dower yazdı
-
- 09 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 08 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
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 Nis, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
poll() is not available. select() doesn't accept negative timeout, the timeout parameter must be NULL to block on select().
-
Victor Stinner yazdı
Use -1 second by default, not -1 nanosecond.
-
- 08 Nis, 2015 4 kayıt (commit)
-
-
Tim Golden yazdı
-
Benjamin Peterson yazdı
-
Berker Peksag yazdı
Patch by Davin Potts.
-
Berker Peksag yazdı
-