- 13 Apr, 2015 1 commit
-
-
Zachary Ware authored
It's still not necessary to build, but may be useful to some.
-
- 10 Apr, 2015 1 commit
-
-
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 3 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
-
Zachary Ware authored
-
- 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 3 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Tim Golden authored
-
- 05 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 04 Apr, 2015 4 commits
-
-
Serhiy Storchaka authored
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Makoto Kato.
-
Serhiy Storchaka authored
-
- 03 Apr, 2015 4 commits
-
-
Serhiy Storchaka authored
-
Victor Stinner authored
the wait is cancelled, the future *fut* is now also cancelled.
-
Serhiy Storchaka authored
-
Victor Stinner authored
@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the nntplib.NNTP_SSL attribute which doesn't exist.
-
- 02 Apr, 2015 12 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Made test XML files non-ASCII.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
arbitrary precision integers added in Tcl 8.5.
-
Victor Stinner authored
result of sendto() instead of the C int type.
-
Victor Stinner authored
See the PEP 475 for the rationale.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
Benjamin Peterson authored
Patch by Cédric Krier.
-