- 08 Nis, 2015 2 kayıt (commit)
-
-
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 4 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.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Makoto Kato.
-
Serhiy Storchaka yazdı
-
- 03 Nis, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
- 02 Nis, 2015 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Made test XML files non-ASCII.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
arbitrary precision integers added in Tcl 8.5.
-
Victor Stinner yazdı
sendto() instead of the C int type.
-
doko@ubuntu.com yazdı
PY_RELEASE_LEVEL to PY_RELEASE_LEVEL_BETA.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
Patch by Cédric Krier.
-
- 01 Nis, 2015 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-
Serhiy Storchaka yazdı
cleaning up multiple threads.
-
- 31 Mar, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Mar, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
(OpenBSD 5.6+).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-
Serhiy Storchaka yazdı
corresponds _PyErr_ChainExceptions() in Python 3 to help porting patches from Python 3.
-
Serhiy Storchaka yazdı
Corrected memory requirements in other bigmem tests.
-
Victor Stinner yazdı
-
- 29 Mar, 2015 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
directories are left after running a test.
-
- 28 Mar, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Free memory, unlock hanging threads.
-