- 13 Nis, 2015 8 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
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 yazdı
Patch by Juti Noppornpitak.
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
It's still not necessary to build, but may be useful to some.
-
R David Murray yazdı
-
R David Murray yazdı
Patch by James Powell.
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Martin Panter.
-
- 11 Nis, 2015 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
Close #23904: fix pathlib documentation misleadingly mentioning that bytes objects are accepted in the PurePath constructor
-
Guido van Rossum yazdı
-
Berker Peksag yazdı
Patch by James Edwards.
-
Benjamin Peterson yazdı
-
- 10 Nis, 2015 7 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Alex Gaynor.
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
TestHelpVersionOptional was redundant.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
robust at shutdown. If needs to release multiple resources, they are released even if errors are occured.
-
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 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 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 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Tim Golden yazdı
-
- 05 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Nis, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-
Serhiy Storchaka yazdı
-