- 13 Apr, 2015 1 commit
-
-
Zachary Ware authored
It's still not necessary to build, but may be useful to some.
-
- 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 10 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.
-
Victor Stinner authored
sendto() instead of the C int type.
-
doko@ubuntu.com authored
PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
Patch by Cédric Krier.
-
- 01 Apr, 2015 3 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
MemoryError.
-
Serhiy Storchaka authored
cleaning up multiple threads.
-
- 31 Mar, 2015 1 commit
-
-
Raymond Hettinger authored
-
- 30 Mar, 2015 2 commits
-
-
Victor Stinner authored
(OpenBSD 5.6+).
-
Serhiy Storchaka authored
-