- 20 Nis, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 19 Nis, 2015 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 18 Nis, 2015 1 kayıt (commit)
-
-
Vinay Sajip yazdı
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Nis, 2015 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 14 Nis, 2015 3 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Alex Shkop.
-
Andrew Kuchling yazdı
-
Andrew Kuchling yazdı
-
- 13 Nis, 2015 1 kayıt (commit)
-
-
Andrew Kuchling yazdı
-
- 14 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Nis, 2015 9 kayıt (commit)
-
-
Zachary Ware yazdı
Patch by Stéphane Wirtel.
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive.
-
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ı
-
Zachary Ware yazdı
-
Zachary Ware yazdı
It's still not necessary to build, but may be useful to some.
-
- 12 Nis, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 11 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 10 Nis, 2015 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
In some Tcl versions -2147483648 is wide integer.
-
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 2 kayıt (commit)
-
-
Zachary Ware yazdı
-
Zachary Ware yazdı
-
- 08 Nis, 2015 3 kayıt (commit)
-
-
Zachary Ware yazdı
-
Berker Peksag yazdı
"Pipes and Queues" and "Synchronization between processes" subsections. Patch by Davin Potts.
-
Benjamin Peterson yazdı
-
- 07 Nis, 2015 4 kayıt (commit)
-
-
Donald Stufft yazdı
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner yazdı
are down, don't use anymore in test_urllib2net ftp.kernel.org is also slow or down, so reuse the same FTP servers than Python 3.4 and 3.5: use ftp.debian.org instead.
-
Victor Stinner yazdı
connection failed.
-
Donald Stufft yazdı
-
- 06 Nis, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
os.urandom() only tries to make the os.random() file descriptor non inheritable, but there is no guarantee. The test fails on too many operating systems: Windows, OS X 10.5, OpenIndiana. This issue is correctly fixed in Python 3.4 with the PEP 446. Upgrade to Python 3.4 is you need stronger guarantees.
-
Benjamin Peterson yazdı
-
- 04 Nis, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
always returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, long, str, unicode, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool.
-