- 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
-
Victor Stinner authored
the FTP connection failed to fix a ResourceWarning.
-
Donald Stufft authored
-
- 06 Apr, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Benjamin Peterson authored
-
Tim Golden authored
-
- 05 Apr, 2015 1 commit
-
-
Benjamin Peterson authored
-
- 04 Apr, 2015 4 commits
-
-
Serhiy Storchaka authored
returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, 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 4 commits
-
-
Serhiy Storchaka authored
-
Victor Stinner authored
the wait is cancelled, the future *fut* is now also cancelled.
-
Serhiy Storchaka authored
-
Victor Stinner authored
@unittest.skipUnless(ssl, '...') doesn't work because the class body uses the nntplib.NNTP_SSL attribute which doesn't exist.
-
- 02 Apr, 2015 12 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
result of sendto() instead of the C int type.
-
Victor Stinner authored
See the PEP 475 for the rationale.
-
Victor Stinner authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Patch by Martin Panter.
-
Benjamin Peterson authored
Patch by Cédric Krier.
-
- 01 Apr, 2015 5 commits
-
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
MemoryError.
-
Serhiy Storchaka authored
multiple threads.
-
Benjamin Peterson authored
Patch by Martin Panter.
-
- 31 Mar, 2015 3 commits
-
-
Serhiy Storchaka authored
Added WindowsError to compatibility mappings.
-
Serhiy Storchaka authored
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 authored
-
- 30 Mar, 2015 4 commits
-
-
R David Murray authored
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 authored
(OpenBSD 5.6+).
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
MemoryError.
-