- 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 6 commits
-
-
Victor Stinner authored
(OpenBSD 5.6+).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
MemoryError.
-
Serhiy Storchaka authored
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
-
Serhiy Storchaka authored
Corrected memory requirements in other bigmem tests.
-
Victor Stinner authored
-
- 29 Mar, 2015 5 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
directories are left after running a test.
-