- 07 Nis, 2015 1 kayıt (commit)
-
-
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ı
-
- 30 Mar, 2015 5 kayıt (commit)
-
-
R David Murray yazdı
The previous patch only dealt with KeyboardInterrupt when all of the data had been consumed by the pager. This deals with the interrupt when some data is still pending.
-
Victor Stinner yazdı
(OpenBSD 5.6+).
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
MemoryError.
-
R David Murray yazdı
This mimics get_param's error handling for the most part. It is slightly better in some regards as get_param can produce some really weird results for duplicate *0* parts. It departs from get_param slightly in that if we have a mix of non-extended and extended pieces for the same parameter name, the new parser assumes they were all supposed to be extended and concatenates all the values, whereas get_param always picks the non-extended parameter value. All of this error recovery is pretty much arbitrary decisions...
-
- 29 Mar, 2015 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
directories are left after running a test.
-
Donald Stufft yazdı
-