- 11 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 10 Apr, 2015 6 commits
-
-
Serhiy Storchaka authored
-
Berker Peksag authored
Patch by Alex Gaynor.
-
Serhiy Storchaka authored
-
Berker Peksag authored
TestHelpVersionOptional was redundant.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
- 11 Jun, 2014 1 commit
-
-
R David Murray authored
-
- 10 Apr, 2015 2 commits
-
-
Serhiy Storchaka authored
-
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 4 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Made test XML files non-ASCII.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-