- 13 Apr, 2015 1 commit
-
-
Andrew Kuchling authored
-
- 14 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 13 Apr, 2015 9 commits
-
-
Zachary Ware authored
Patch by Stéphane Wirtel.
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
party sources. Run aclocal to import it to aclocal.m4 and add aclocal.m4 to the archive.
-
Zachary Ware authored
-
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
-
Zachary Ware authored
-
Zachary Ware authored
It's still not necessary to build, but may be useful to some.
-
- 12 Apr, 2015 1 commit
-
-
R David Murray authored
-
- 11 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 10 Apr, 2015 5 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
In some Tcl versions -2147483648 is wide integer.
-
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 2 commits
-
-
Zachary Ware authored
-
Zachary Ware authored
-
- 08 Apr, 2015 3 commits
-
-
Zachary Ware authored
-
Berker Peksag authored
"Pipes and Queues" and "Synchronization between processes" subsections. Patch by Davin Potts.
-
Benjamin Peterson authored
-
- 07 Apr, 2015 4 commits
-
-
Donald Stufft authored
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner authored
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 authored
connection failed.
-
Donald Stufft authored
-
- 06 Apr, 2015 2 commits
-
-
Victor Stinner authored
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 authored
-
- 04 Apr, 2015 4 commits
-
-
Serhiy Storchaka authored
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.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Makoto Kato.
-
Serhiy Storchaka authored
-
- 03 Apr, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
- 02 Apr, 2015 5 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.
-