diff options
author | Ned Deily <nad@python.org> | 2017-09-19 05:01:36 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-09-19 05:01:36 (GMT) |
commit | 450ceea33169e8a7717d3e2fffb009141a99c479 (patch) | |
tree | c503081df2b528bacc9eb749cc7f29bef19ec294 /Misc/NEWS.d/next/Tests | |
parent | 380c5fbc6f9b89e013cd7dbb540316a59e4ddb63 (diff) | |
download | cpython-450ceea33169e8a7717d3e2fffb009141a99c479.zip cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.gz cpython-450ceea33169e8a7717d3e2fffb009141a99c479.tar.bz2 |
Update PyDoc topics and NEWS blurbs for 3.7.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
19 files changed, 0 insertions, 37 deletions
diff --git a/Misc/NEWS.d/next/Tests/0001.bpo-26939.7j_W5R.rst b/Misc/NEWS.d/next/Tests/0001.bpo-26939.7j_W5R.rst deleted file mode 100644 index 1288f34..0000000 --- a/Misc/NEWS.d/next/Tests/0001.bpo-26939.7j_W5R.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add the support.setswitchinterval() function to fix test_functools hanging -on the Android armv7 qemu emulator. diff --git a/Misc/NEWS.d/next/Tests/0002.bpo-28217.Y37OKV.rst b/Misc/NEWS.d/next/Tests/0002.bpo-28217.Y37OKV.rst deleted file mode 100644 index 90fb863..0000000 --- a/Misc/NEWS.d/next/Tests/0002.bpo-28217.Y37OKV.rst +++ /dev/null @@ -1 +0,0 @@ -Adds _testconsole module to test console input. diff --git a/Misc/NEWS.d/next/Tests/0003.bpo-28409.Q2IlxJ.rst b/Misc/NEWS.d/next/Tests/0003.bpo-28409.Q2IlxJ.rst deleted file mode 100644 index 27af4a2..0000000 --- a/Misc/NEWS.d/next/Tests/0003.bpo-28409.Q2IlxJ.rst +++ /dev/null @@ -1 +0,0 @@ -regrtest: fix the parser of command line arguments. diff --git a/Misc/NEWS.d/next/Tests/0004.bpo-26944.ChZ_BO.rst b/Misc/NEWS.d/next/Tests/0004.bpo-26944.ChZ_BO.rst deleted file mode 100644 index 78384ff..0000000 --- a/Misc/NEWS.d/next/Tests/0004.bpo-26944.ChZ_BO.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix test_posix for Android where 'id -G' is entirely wrong or missing the -effective gid. diff --git a/Misc/NEWS.d/next/Tests/0005.bpo-23839.zsT_L9.rst b/Misc/NEWS.d/next/Tests/0005.bpo-23839.zsT_L9.rst deleted file mode 100644 index 8cf2627..0000000 --- a/Misc/NEWS.d/next/Tests/0005.bpo-23839.zsT_L9.rst +++ /dev/null @@ -1 +0,0 @@ -Various caches now are cleared before running every test file. diff --git a/Misc/NEWS.d/next/Tests/0006.bpo-28666.RtTk-4.rst b/Misc/NEWS.d/next/Tests/0006.bpo-28666.RtTk-4.rst deleted file mode 100644 index ec98303..0000000 --- a/Misc/NEWS.d/next/Tests/0006.bpo-28666.RtTk-4.rst +++ /dev/null @@ -1,2 +0,0 @@ -Now test.support.rmtree is able to remove unwritable or unreadable -directories. diff --git a/Misc/NEWS.d/next/Tests/0007.bpo-26936.XSZSVS.rst b/Misc/NEWS.d/next/Tests/0007.bpo-26936.XSZSVS.rst deleted file mode 100644 index 330399c..0000000 --- a/Misc/NEWS.d/next/Tests/0007.bpo-26936.XSZSVS.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix the test_socket failures on Android - getservbyname(), getservbyport() -and getaddrinfo() are broken on some Android API levels. diff --git a/Misc/NEWS.d/next/Tests/0008.bpo-28683.Fp-Hdq.rst b/Misc/NEWS.d/next/Tests/0008.bpo-28683.Fp-Hdq.rst deleted file mode 100644 index 2dd5006..0000000 --- a/Misc/NEWS.d/next/Tests/0008.bpo-28683.Fp-Hdq.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fix the tests that bind() a unix socket and raise PermissionError on Android -for a non-root user. diff --git a/Misc/NEWS.d/next/Tests/0009.bpo-28950.1W8Glo.rst b/Misc/NEWS.d/next/Tests/0009.bpo-28950.1W8Glo.rst deleted file mode 100644 index c742178..0000000 --- a/Misc/NEWS.d/next/Tests/0009.bpo-28950.1W8Glo.rst +++ /dev/null @@ -1 +0,0 @@ -Disallow -j0 to be combined with -T/-l in regrtest command line arguments. diff --git a/Misc/NEWS.d/next/Tests/0010.bpo-24932.XLTzvR.rst b/Misc/NEWS.d/next/Tests/0010.bpo-24932.XLTzvR.rst deleted file mode 100644 index 044e7a4..0000000 --- a/Misc/NEWS.d/next/Tests/0010.bpo-24932.XLTzvR.rst +++ /dev/null @@ -1 +0,0 @@ -Use proper command line parsing in _testembed diff --git a/Misc/NEWS.d/next/Tests/0011.bpo-30197.c5wRfu.rst b/Misc/NEWS.d/next/Tests/0011.bpo-30197.c5wRfu.rst deleted file mode 100644 index 63461bb..0000000 --- a/Misc/NEWS.d/next/Tests/0011.bpo-30197.c5wRfu.rst +++ /dev/null @@ -1,5 +0,0 @@ -Enhanced functions swap_attr() and swap_item() in the test.support module. -They now work when delete replaced attribute or item inside the with -statement. The old value of the attribute or item (or None if it doesn't -exist) now will be assigned to the target of the "as" clause, if there is -one. diff --git a/Misc/NEWS.d/next/Tests/0012.bpo-30357.n4CPEa.rst b/Misc/NEWS.d/next/Tests/0012.bpo-30357.n4CPEa.rst deleted file mode 100644 index c7e7b7f..0000000 --- a/Misc/NEWS.d/next/Tests/0012.bpo-30357.n4CPEa.rst +++ /dev/null @@ -1,3 +0,0 @@ -test_thread: setUp() now uses support.threading_setup() and -support.threading_cleanup() to wait until threads complete to avoid random -side effects on following tests. Initial patch written by Grzegorz Grzywacz. diff --git a/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst b/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst deleted file mode 100644 index a57bbe7..0000000 --- a/Misc/NEWS.d/next/Tests/2017-06-30-11-20-20.bpo-30695.lo7FQX.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add the `set_nomemory(start, stop)` and `remove_mem_hooks()` functions to -the _testcapi module. diff --git a/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst b/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst deleted file mode 100644 index 53557f6..0000000 --- a/Misc/NEWS.d/next/Tests/2017-07-20-14-29-54.bpo-30822.X0wREo.rst +++ /dev/null @@ -1,5 +0,0 @@ -regrtest: Exclude tzdata from regrtest --all. When running the test suite -using --use=all / -u all, exclude tzdata since it makes test_datetime too -slow (15-20 min on some buildbots) which then times out on some buildbots. -Fix also regrtest command line parser to allow passing -u extralargefile to -run test_zipfile64. diff --git a/Misc/NEWS.d/next/Tests/2017-07-25-15-27-44.bpo-30715.Sp7bTF.rst b/Misc/NEWS.d/next/Tests/2017-07-25-15-27-44.bpo-30715.Sp7bTF.rst deleted file mode 100644 index 88394e5..0000000 --- a/Misc/NEWS.d/next/Tests/2017-07-25-15-27-44.bpo-30715.Sp7bTF.rst +++ /dev/null @@ -1,2 +0,0 @@ -Address ALPN callback changes for OpenSSL 1.1.0f. The latest version behaves -like OpenSSL 1.0.2 and no longer aborts handshake. diff --git a/Misc/NEWS.d/next/Tests/2017-09-04-13-03-55.bpo-25674.whVTXh.rst b/Misc/NEWS.d/next/Tests/2017-09-04-13-03-55.bpo-25674.whVTXh.rst deleted file mode 100644 index 383d1b4..0000000 --- a/Misc/NEWS.d/next/Tests/2017-09-04-13-03-55.bpo-25674.whVTXh.rst +++ /dev/null @@ -1 +0,0 @@ -Remove sha256.tbs-internet.com ssl test diff --git a/Misc/NEWS.d/next/Tests/2017-09-04-16-21-18.bpo-31346.xni1VR.rst b/Misc/NEWS.d/next/Tests/2017-09-04-16-21-18.bpo-31346.xni1VR.rst deleted file mode 100644 index 87bc8cf..0000000 --- a/Misc/NEWS.d/next/Tests/2017-09-04-16-21-18.bpo-31346.xni1VR.rst +++ /dev/null @@ -1 +0,0 @@ -Prefer PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER protocols for SSLContext. diff --git a/Misc/NEWS.d/next/Tests/2017-09-05-14-23-35.bpo-31320.JRDHx7.rst b/Misc/NEWS.d/next/Tests/2017-09-05-14-23-35.bpo-31320.JRDHx7.rst deleted file mode 100644 index 8b7163d..0000000 --- a/Misc/NEWS.d/next/Tests/2017-09-05-14-23-35.bpo-31320.JRDHx7.rst +++ /dev/null @@ -1 +0,0 @@ -Silence traceback in test_ssl diff --git a/Misc/NEWS.d/next/Tests/2017-09-08-15-59-07.bpo-29639.yIZecp.rst b/Misc/NEWS.d/next/Tests/2017-09-08-15-59-07.bpo-29639.yIZecp.rst deleted file mode 100644 index 7f49eb4..0000000 --- a/Misc/NEWS.d/next/Tests/2017-09-08-15-59-07.bpo-29639.yIZecp.rst +++ /dev/null @@ -1,2 +0,0 @@ -test.support.HOST is now "localhost", a new HOSTv4 constant has been added -for your ``127.0.0.1`` needs, similar to the existing HOSTv6 constant. |