- 13 Apr, 2015 7 commits
-
-
Zachary Ware authored
Using LF can a script to fail if it tries to use a label that is split across 512 byte blocks. Who knows why.
-
Zachary Ware authored
Patch by Juti Noppornpitak.
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
It's still not necessary to build, but may be useful to some.
-
R David Murray authored
-
R David Murray authored
Patch by James Powell.
-
- 12 Apr, 2015 1 commit
-
-
Berker Peksag authored
Patch by Martin Panter.
-
- 11 Apr, 2015 4 commits
-
-
Antoine Pitrou authored
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
-
Guido van Rossum authored
-
Berker Peksag authored
Patch by James Edwards.
-
Benjamin Peterson authored
-
- 10 Apr, 2015 7 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.
-
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 3 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.
-