- 08 Nis, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Davin Potts.
-
Berker Peksag yazdı
-
- 07 Nis, 2015 6 kayıt (commit)
-
-
Victor Stinner yazdı
again if the first call to connect() raises an InterruptedError. When the C function connect() fails with EINTR, the connection runs in background. We have to wait until the socket becomes writable to be notified when the connection succeed or fails.
-
Benjamin Peterson yazdı
Patch by Hoolean.
-
Donald Stufft yazdı
-
ftp://gatekeeper.research.compaq.com/ftp://ftp.debian.org/Victor Stinner yazdı
are down, don't use anymore in test_urllib2net
-
Victor Stinner yazdı
the FTP connection failed to fix a ResourceWarning.
-
Donald Stufft yazdı
-
- 06 Nis, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Benjamin Peterson yazdı
-
Tim Golden yazdı
-
- 05 Nis, 2015 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Nis, 2015 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, 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 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
the wait is cancelled, the future *fut* is now also cancelled.
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the nntplib.NNTP_SSL attribute which doesn't exist.
-
- 02 Nis, 2015 12 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ı
result of sendto() instead of the C int type.
-
Victor Stinner yazdı
See the PEP 475 for the rationale.
-
Victor Stinner yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by Martin Panter.
-
Benjamin Peterson yazdı
Patch by Cédric Krier.
-
- 01 Nis, 2015 5 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-
Serhiy Storchaka yazdı
multiple threads.
-
Benjamin Peterson yazdı
Patch by Martin Panter.
-
- 31 Mar, 2015 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Added WindowsError to compatibility mappings.
-
Serhiy Storchaka yazdı
Fixed ambigious reverse mappings. Added many new mappings. Import mapping is no longer applied to modules already mapped with full name mapping. Added tests for compatible pickling and unpickling and for consistency of _compat_pickle mappings.
-
Raymond Hettinger yazdı
-