From: Ezio Melotti Date: Tue, 5 Mar 2013 18:33:38 +0000 (+0200) Subject: #11732: merge with 3.3. X-Git-Tag: v3.4.0a1~1273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87a249c1196bcdc09201f5b3c60ae13ecc62cbe1;p=python #11732: merge with 3.3. --- 87a249c1196bcdc09201f5b3c60ae13ecc62cbe1 diff --cc Misc/NEWS index 0a895a2133,3665001699..a0dd2f60f0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -892,17 -640,14 +892,21 @@@ Extension Module Tests ----- + - Issue #11732: add a new suppress_crash_popup() context manager to test.support + that disables crash popups on Windows and use it in test_faulthandler and + test_ctypes. + - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu. +- Issue #17283: Share code between `__main__.py` and `regrtest.py` in + `Lib/test`. + - Issue #17249: convert a test in test_capi to use unittest and reap threads. +- Issue #17107: Test client-side SNI support in urllib.request thanks to + the new server-side SNI support in the ssl module. Initial patch by + Daniel Black. + - Issue #17041: Fix testing when Python is configured with the --without-doc-strings.