]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
5 years agobpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)
Miss Islington (bot) [Mon, 18 May 2020 06:42:25 +0000 (23:42 -0700)] 
bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121)

Ifdef is not necessary, as AF_INET6 is supported from Windows Vista, and other code in overlapped.c uses AF_INET6 and is not ifdef'd.
Change the raised exception so users are not fooled to think it comes from Windows API.

Automerge-Triggered-By: @njsmith
(cherry picked from commit 442634c42fcaf31c636f693951a97734042c3e7b)

Co-authored-by: Kjell Braden <afflux@pentabarf.de>
5 years agobpo-40597: email: Use CTE if lines are longer than max_line_length consistently ...
Miss Islington (bot) [Mon, 18 May 2020 00:57:42 +0000 (17:57 -0700)] 
bpo-40597: email: Use CTE if lines are longer than max_line_length consistently (gh-20038) (gh-20084)

raw_data_manager (default for EmailPolicy, EmailMessage)
does correct wrapping of 'text' parts as long as the message contains
characters outside of 7bit US-ASCII set: base64 or qp
Content-Transfer-Encoding is applied if the lines would be too long
without it.  It did not, however, do this for ascii-only text,
which could result in lines that were longer than
policy.max_line_length or even the rfc 998  maximum.

This changeset fixes the heuristic so that if lines are longer than
policy.max_line_length, it will always apply a
content-transfer-encoding so that the lines are wrapped correctly.
(cherry picked from commit 6f2f475d5a2cd7675dce844f3af436ba919ef92b)

Co-authored-by: Arkadiusz Hiler <arek.l1@gmail.com>
5 years agoDoc: change 'Posix' for 'POSIX' (GH-20001)
Miss Islington (bot) [Sun, 17 May 2020 21:37:30 +0000 (14:37 -0700)] 
Doc: change 'Posix' for 'POSIX' (GH-20001)

(cherry picked from commit 65460565df99fbda6a74b6bb4bf99affaaf8bd95)

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@doctolib.com>
5 years agoDoc: move a dot outside double quotes (GH-20007)
Miss Islington (bot) [Sun, 17 May 2020 21:32:43 +0000 (14:32 -0700)] 
Doc: move a dot outside double quotes (GH-20007)

(cherry picked from commit 4eba67783eb2084b2dad875ed1cbffdaf8a9202e)

Co-authored-by: Mathieu Dupuy <mathieu.dupuy@doctolib.com>
5 years agobpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)
Miss Islington (bot) [Sat, 16 May 2020 08:33:42 +0000 (01:33 -0700)] 
bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862)

OpenSSL can be build without support for TLS 1.0 and 1.1. The ssl module
now correctly adheres to OPENSSL_NO_TLS1 and OPENSSL_NO_TLS1_1 flags.

Also update multissltest to test with latest OpenSSL and LibreSSL
releases.

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
(cherry picked from commit 6e8cda91d92da72800d891b2fc2073ecbc134d98)

Co-authored-by: Christian Heimes <christian@python.org>
5 years agobpo-40636: Clarify the zip built-in docstring. (GH-20118)
Miss Islington (bot) [Fri, 15 May 2020 21:43:27 +0000 (14:43 -0700)] 
bpo-40636: Clarify the zip built-in docstring. (GH-20118)

Clarify the zip built-in docstring.

This puts much simpler text up front along with an example.

As it was, the zip built-in docstring was technically correct.  But too
technical for the reader who shouldn't _need_ to know about `__next__` and
`StopIteration` as most people do not need to understand the internal
implementation details of the iterator protocol in their daily life.

This is a documentation only change, intended to be backported to 3.8; it is
only tangentially related to PEP-618 which might offer new behavior options
in the future.

Wording based a bit more on enumerate per Brandt's suggestion.

This gets rid of the legacy wording paragraph which seems too tied to
implementation details of the iterator protocol which isn't relevant here.

Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
(cherry picked from commit 6a5d3ff67644af42b1a781be2eacb2e82913441c)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
5 years agobpo-40163: Fix multissltest download of old OpenSSL (GH-19329)
Miss Islington (bot) [Fri, 15 May 2020 20:55:45 +0000 (13:55 -0700)] 
bpo-40163: Fix multissltest download of old OpenSSL (GH-19329)

(cherry picked from commit 938717fd04c53c717895a756d5910e8c8813706c)

Co-authored-by: Christian Heimes <christian@python.org>
5 years ago[3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)
Christian Heimes [Fri, 15 May 2020 20:36:51 +0000 (22:36 +0200)] 
[3.8] bpo-40515: Require OPENSSL_THREADS (GH-19953) (GH-20119)

5 years agobpo-40479: Test with latest OpenSSL versions (GH-20108)
Miss Islington (bot) [Fri, 15 May 2020 17:10:15 +0000 (10:10 -0700)] 
bpo-40479: Test with latest OpenSSL versions (GH-20108)

* 1.0.2u (EOL)
* 1.1.0l (EOL)
* 1.1.1g
* 3.0.0-alpha2 (disabled for now)

Build the FIPS provider and create a FIPS configuration file for OpenSSL
3.0.0.

Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: @tiran
(cherry picked from commit 62d618c06bd395308b7163dbcb26c7e6d0922033)

Co-authored-by: Christian Heimes <christian@python.org>
5 years agobpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)
Miss Islington (bot) [Fri, 15 May 2020 16:25:00 +0000 (09:25 -0700)] 
bpo-40055: test_distutils leaves warnings filters unchanged (GH-20095)

distutils.tests now saves/restores warnings filters to leave them
unchanged. Importing tests imports docutils which imports
pkg_resources which adds a warnings filter.
(cherry picked from commit 6e57237faf0da8904e0130a11350cae3c5062b82)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years ago[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)
Victor Stinner [Fri, 15 May 2020 03:27:48 +0000 (05:27 +0200)] 
[3.8] bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-20100)

* bpo-40548: Always run GitHub action, even on doc PRs (GH-19981)

Always run GitHub action jobs, even on documentation-only pull
requests. So it will be possible to make a GitHub action job, like
the Windows (64-bit) job, mandatory.

(cherry picked from commit 4e363761fc02a89d53aba4382dc451293bd6f0ba)

* bpo-40548: GitHub Action workflow: skip jobs on doc only PRs (GH-19983)

Signed-off-by: Filipe Laíns <lains@archlinux.org>
(cherry picked from commit 75d7257b201a56f950c20cd9f5753a83fff4742b)

* bpo-40548: github actions: pass the changes check on no source changes (GH-20097)

Signed-off-by: Filipe Laíns <lains@archlinux.org>
(cherry picked from commit 6a78589b6b22878491a4b042bb8b3161e1d120f6)

Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
Co-authored-by: Filipe Laíns <lains@archlinux.org>
5 years agobpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)
Miss Islington (bot) [Fri, 15 May 2020 01:38:17 +0000 (18:38 -0700)] 
bpo-38872: Document exec symbol for codeop.compile_command (GH-20047) (GH-20098)

* Document exec symbol for codeop.compile_command

* Remove extra statements

Co-authored-by: nanjekyejoannah <joannah.nanjekye@ibm.com>
(cherry picked from commit 7ba1f75f3f02b4b50ac6d7e17d15e467afa36aac)

Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
Co-authored-by: Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>
5 years agoPost 3.8.3
Łukasz Langa [Wed, 13 May 2020 21:42:31 +0000 (23:42 +0200)] 
Post 3.8.3

5 years agoPython 3.8.3 v3.8.3
Łukasz Langa [Wed, 13 May 2020 17:31:54 +0000 (19:31 +0200)] 
Python 3.8.3

5 years agobpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Miss Islington (bot) [Mon, 11 May 2020 19:09:10 +0000 (12:09 -0700)] 
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)

Co-authored-by: Brad Solomon <brsolomon@deloitte.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ef7973a981ff8f4687ef3fdb85a69fa15aa11fe5)

Co-authored-by: Brad Solomon <brad.solomon.1124@gmail.com>
5 years agoMake the first dataclass example more useful (GH-19994) (GH-19997) 20004/head
Miss Islington (bot) [Fri, 8 May 2020 11:52:10 +0000 (04:52 -0700)] 
Make the first dataclass example more useful (GH-19994) (GH-19997)

(cherry picked from commit 2effef7453986bf43a6d921cd471a8bc0722c36a)

Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
5 years ago[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)
Miss Islington (bot) [Fri, 8 May 2020 11:28:38 +0000 (04:28 -0700)] 
[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)

This fixes a possible memory leak in the C implementation of
asyncio.Task.
(cherry picked from commit d2c349b190bcba21a4a38e6520a48ad97a9f1529)

Co-authored-by: Chris Jerdonek <chris.jerdonek@gmail.com>
5 years agobpo-40527: Fix command line argument parsing (GH-19955)
Miss Islington (bot) [Wed, 6 May 2020 13:43:09 +0000 (06:43 -0700)] 
bpo-40527: Fix command line argument parsing (GH-19955)

(cherry picked from commit 2668a9a5aa506a048aef7b4881c8dcf6b81c6870)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years ago[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH...
Robert Rouhani [Wed, 6 May 2020 00:32:14 +0000 (17:32 -0700)] 
[3.8] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) (GH-19934)

Automerge-Triggered-By: @brettcannon.
(cherry picked from commit f40bd466bf14029e2687e36e965875adf9d4be1a)

Co-authored-by: Robert Rouhani <robert.rouhani@gmail.com>
5 years agobpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes ...
Miss Islington (bot) [Tue, 5 May 2020 20:00:57 +0000 (13:00 -0700)] 
bpo-40355: Improve error messages in ast.literal_eval with malformed Dict nodes (GH-19868)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
(cherry picked from commit c21c51235aa8061da6b0593d6f857f42fd92fd8b)

Co-authored-by: Curtis Bucher <cpbucher5@gmail.com>
5 years agobpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH...
Miss Islington (bot) [Tue, 5 May 2020 18:03:21 +0000 (11:03 -0700)] 
bpo-40458: Increase reserved stack space to prevent overflow crash on Windows (GH-19845)

(cherry picked from commit ac4bf424119d1300f57929120968e216a85d3a25)

Co-authored-by: Steve Dower <steve.dower@python.org>
5 years agobpo-40459: Fix NameError in platform.py (GH-19855)
Miss Islington (bot) [Tue, 5 May 2020 02:51:48 +0000 (19:51 -0700)] 
bpo-40459: Fix NameError in platform.py (GH-19855)

(cherry picked from commit 1e7e4519a8ddc2239101a0146d788c9161143a77)

Co-authored-by: Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
5 years agobpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)
Miss Islington (bot) [Mon, 4 May 2020 15:25:22 +0000 (08:25 -0700)] 
bpo-40135: Fix multiprocessing test_shared_memory_across_processes() (GH-19892)

Don't define shared memory block's name in test_shared_memory_across_processes():
use SharedMemory(create=True) instead.
(cherry picked from commit caa3ef284a2e5e5b9bdd6a9e619804122c842d80)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
5 years agoRemove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)
Miss Islington (bot) [Mon, 4 May 2020 00:16:36 +0000 (17:16 -0700)] 
Remove outdated and confusing advice about setting maxsize (GH-19889) (GH-19890)

5 years agoFix missing space in docs(GH-19866) (GH-19872)
Miss Islington (bot) [Sun, 3 May 2020 00:05:49 +0000 (17:05 -0700)] 
Fix missing space in docs(GH-19866) (GH-19872)

5 years agobpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10...
Miss Islington (bot) [Sat, 2 May 2020 16:29:51 +0000 (09:29 -0700)] 
bpo-40419: timeit CLI docs now mention 1,2,5,10,... trials instead of powers of 10 (GH-19752)

(cherry picked from commit 766352320fd736e2c8ed545b4cc57563f61a0b9d)

Co-authored-by: Sander <svr003@gmail.com>
5 years ago[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH...
Serhiy Storchaka [Sat, 2 May 2020 08:08:00 +0000 (11:08 +0300)] 
[3.8] bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720) (GH-19857)

(cherry picked from commit 6292be7adf247589bbf03524f8883cb4cb61f3e9)

5 years agobpo-40412: Nullify inittab_copy during finalization (GH-19746)
Miss Islington (bot) [Fri, 1 May 2020 23:06:23 +0000 (16:06 -0700)] 
bpo-40412: Nullify inittab_copy during finalization (GH-19746)

Otherwise we leave a dangling pointer to free'd memory. If we
then initialize a new interpreter in the same process and call
PyImport_ExtendInittab, we will (likely) crash when calling
PyMem_RawRealloc(inittab_copy, ...) since the pointer address
is bogus.

Automerge-Triggered-By: @brettcannon
(cherry picked from commit 64224a4727321a8dd33e6f769edda401193ebef0)

Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
5 years ago[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
Antoine Pitrou [Fri, 1 May 2020 19:54:44 +0000 (21:54 +0200)] 
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)

(cherry picked from commit 289842a)

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
Automerge-Triggered-By: @pitrou
5 years agobpo-39691: Clarify io.open_code behavior (GH-19824)
Miss Islington (bot) [Fri, 1 May 2020 18:04:25 +0000 (11:04 -0700)] 
bpo-39691: Clarify io.open_code behavior (GH-19824)

(cherry picked from commit 831d58d7865cb98fa09227dc614f4f3ce6af968b)

Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
5 years agobpo-39562: Correctly updated the version section in the what's new document (GH-19838)
Pablo Galindo [Fri, 1 May 2020 15:36:51 +0000 (16:36 +0100)] 
bpo-39562: Correctly updated the version section in the what's new document (GH-19838)

5 years ago[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835)
Pablo Galindo [Fri, 1 May 2020 14:18:27 +0000 (15:18 +0100)] 
[3.8] bpo-39562: Prevent collision of future and compiler flags (GH-19230) (GH-19835)

The constant values of future flags in the __future__ module
is updated in order to prevent collision with compiler flags.
Previously PyCF_ALLOW_TOP_LEVEL_AWAIT was clashing
with CO_FUTURE_DIVISION..
(cherry picked from commit 4454057269b995341b04d13f0bf97f96080f27d0)

Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>
5 years agobpo-40443: Remove unused imports in idlelib (GH-19801)
Miss Islington (bot) [Thu, 30 Apr 2020 01:47:50 +0000 (18:47 -0700)] 
bpo-40443: Remove unused imports in idlelib (GH-19801)

(cherry picked from commit 6900f16d2207ca4fc252fa9d778ca0b13a3c95e0)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agoPost 3.8.3rc1
Łukasz Langa [Wed, 29 Apr 2020 22:43:53 +0000 (00:43 +0200)] 
Post 3.8.3rc1

5 years agoPython 3.8.3rc1 v3.8.3rc1
Łukasz Langa [Wed, 29 Apr 2020 17:21:55 +0000 (19:21 +0200)] 
Python 3.8.3rc1

5 years agobpo-40436: Fix code parsing gdb version (GH-19792)
Miss Islington (bot) [Wed, 29 Apr 2020 15:30:01 +0000 (08:30 -0700)] 
bpo-40436: Fix code parsing gdb version (GH-19792)

test_gdb and test.pythoninfo now check gdb command exit code.
(cherry picked from commit ec9bea4a3766bd815148a27f61eb24e7dd459ac7)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years ago[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784)
Kyle Stanley [Wed, 29 Apr 2020 03:11:18 +0000 (23:11 -0400)] 
[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777) (#19784)

[3.8] bpo-40431: Fix syntax typo in turtledemo (GH-19777)

* Addresses a syntax typo that mistakenly used a undefined string prefix due to a missing space.

(cherry picked from commit 49f70db83e2c62ad06805927f53f6c3e8f4b798e)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
5 years agobpo-40348: Fix typos in the programming FAQ (GH-19729) 19747/head
Miss Islington (bot) [Mon, 27 Apr 2020 03:29:30 +0000 (20:29 -0700)] 
bpo-40348: Fix typos in the programming FAQ (GH-19729)

(cherry picked from commit caf1aadf3d020f742ba3d7fcf678ca700224914b)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years ago[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) ...
Zachary Ware [Mon, 27 Apr 2020 02:45:05 +0000 (21:45 -0500)] 
[3.8] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-16607) (GH-19727)

Adds a short description of `PyDoc_STRVAR` and `PyDoc_STR` to "Useful macros" section of C-API docs.

Currently, there is [one lone mention](https://docs.python.org/3/c-api/module.html?highlight=pydoc_strvarGH-c.PyModuleDef) in the C-API reference, despite the fact that `PyDoc_STRVAR` is ubiquitous to `Modules/`.

Additionally, this properly uses `c:macro` within `Doc/c-api/module.rst` to link.
(cherry picked from commit b54e46c)

Authored-by: Brad Solomon <brad.solomon.1124@gmail.com>
5 years agobpo-40387: Improve queue join() example. (GH-19724) (GH-19726)
Miss Islington (bot) [Mon, 27 Apr 2020 01:23:14 +0000 (18:23 -0700)] 
bpo-40387: Improve queue join() example. (GH-19724) (GH-19726)

5 years agobpo-40279: Add some error-handling to the module initialisation docs example (GH...
Miss Islington (bot) [Sat, 25 Apr 2020 05:45:48 +0000 (22:45 -0700)] 
bpo-40279: Add some error-handling to the module initialisation docs example (GH-19705) (GH-19710)

(cherry picked from commit d4f3923d5901ef1ccdbe6ad6c5a753af90832a0f)

Co-authored-by: Cajetan Rodrigues <caje731@gmail.com>
5 years agoExpand the implementation comments (GH-19699) (GH-19701)
Miss Islington (bot) [Fri, 24 Apr 2020 10:04:41 +0000 (03:04 -0700)] 
Expand the implementation comments (GH-19699) (GH-19701)

5 years agobpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)
Victor Stinner [Fri, 24 Apr 2020 01:07:20 +0000 (03:07 +0200)] 
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691) (GH-19698)

If _PyCode_InitOpcache() fails in _PyEval_EvalFrameDefault(), use
"goto exit_eval_frame;" rather than "return NULL;" to exit the
function in a consistent state. For example, tstate->frame is now
reset properly.

(cherry picked from commit 25104949a5a60ff86c10691e184ce2ecb500159b)

5 years agobpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)
Victor Stinner [Thu, 23 Apr 2020 21:55:07 +0000 (23:55 +0200)] 
bpo-39983: Add test.support.print_warning() (GH-19683) (GH-19687)

Log "Warning -- ..." test warnings into sys.__stderr__ rather than
sys.stderr, to ensure to display them even if sys.stderr is captured.

test.libregrtest.utils.print_warning() now calls
test.support.print_warning().

(cherry picked from commit d663d34685e18588748569468c672763f4c73b3e)

5 years agogdbinit: Use proper define syntax (GH-19557)
Miss Islington (bot) [Thu, 23 Apr 2020 12:55:29 +0000 (05:55 -0700)] 
gdbinit: Use proper define syntax (GH-19557)

Using `def` rather than `define` results in:

    Ambiguous command "def pu": define, define-prefix.

Automerge-Triggered-By: @csabella
(cherry picked from commit 1221135289306333d11db25ab20cbbd21ceec630)

Co-authored-by: Florian Bruhin <me@the-compiler.org>
5 years agoMinor modernization and readability improvement to the tokenizer example (GH-19558...
Miss Islington (bot) [Wed, 22 Apr 2020 20:50:32 +0000 (13:50 -0700)] 
Minor modernization and readability improvement to the tokenizer example (GH-19558) (GH-19661)

(cherry picked from commit bf1a81258c0ecc8b52b9dcc53321c066b3ed4a67)

5 years agobpo-40260: Remove unnecessary newline in compile() call (GH-19641)
Miss Islington (bot) [Wed, 22 Apr 2020 19:05:10 +0000 (12:05 -0700)] 
bpo-40260: Remove unnecessary newline in compile() call (GH-19641)

Because some people subclass this class and call undocumented methods, and we don't want to break them.
(cherry picked from commit 39652cd8bdf7c82b7c6055089a4ed90ee546a448)

Co-authored-by: Anthony Sottile <asottile@umich.edu>
5 years agobpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)
Miss Islington (bot) [Wed, 22 Apr 2020 17:13:47 +0000 (10:13 -0700)] 
bpo-38360: macOS: support alternate form of -isysroot flag (GH-16480)

It is possible to use either '-isysroot /some/path' (with a space) or
'-isysroot/some/path' (no space in between). Support both forms in
places where special handling of -isysroot is done, rather than just
the first form.
Co-authored-by: Ned Deily <nad@python.org>
(cherry picked from commit b310700976524b4b99ee319c947ca40468716fc9)

Co-authored-by: Joshua Root <jmr@macports.org>
5 years agobpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)
Victor Stinner [Wed, 22 Apr 2020 15:57:59 +0000 (17:57 +0200)] 
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)

Fix the Windows implementation of os.waitpid() for exit code
larger than "INT_MAX >> 8". The exit status is now interpreted as an
unsigned number.

5 years agobpo-38439: Add 256px IDLE icon (GH-17473)
Miss Islington (bot) [Wed, 22 Apr 2020 07:39:59 +0000 (00:39 -0700)] 
bpo-38439: Add 256px IDLE icon (GH-17473)

Icon author: Andrew Clover, bpo-1490384
(cherry picked from commit 3a69f3caeeaea57048ed3bc3051e16854b9a4cd6)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
5 years agobpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)
Miss Islington (bot) [Wed, 22 Apr 2020 03:00:27 +0000 (20:00 -0700)] 
bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)

(cherry picked from commit 783a673f23c5e9ffafe12fe172e119dc0fa2abda)

Co-authored-by: Ned Deily <nad@python.org>
5 years agoSmall improvements to the recipes and examples. (GH-19635) (GH-19638)
Miss Islington (bot) [Tue, 21 Apr 2020 23:18:49 +0000 (16:18 -0700)] 
Small improvements to the recipes and examples. (GH-19635) (GH-19638)

* Add underscores to long numbers to improve readability
* Use bigger dataset in the bootstrapping example
* Convert single-server queue example to more useful multi-server queue
(cherry picked from commit d3a8d616faf3364b22fde18dce8c168de9368146)

5 years agobpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)
Miss Islington (bot) [Mon, 20 Apr 2020 20:24:35 +0000 (13:24 -0700)] 
bpo-39942:Fix failure in `TypeVar` when missing `__name__` (GH-19616)

https://bugs.python.org/issue39942
(cherry picked from commit a25a04fea5446b1712cde0cff556574be139285a)

Co-authored-by: HongWeipeng <hongweichen8888@sina.com>
5 years ago[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)
Antoine Pitrou [Mon, 20 Apr 2020 19:22:50 +0000 (21:22 +0200)] 
[3.8] bpo-40330: Fix utf-8 size check in ShareableList (GH-19606) (GH-19625)

The item size must be checked after encoding to bytes, not before.

Automerge-Triggered-By: @pitrou.
(cherry picked from commit eba9f6155df59c9beed97fb5764c9f01dd941af0)

Co-authored-by: Antoine Pitrou <antoine@python.org>
5 years agobpo-40260: Revert breaking changes made in modulefinder (GH-19595)
Miss Islington (bot) [Mon, 20 Apr 2020 15:18:11 +0000 (08:18 -0700)] 
bpo-40260: Revert breaking changes made in modulefinder (GH-19595)

(cherry picked from commit 9b0b5d2baebd0b6a545317200c313a6a7408731e)

Co-authored-by: Barry <barry@barrys-emacs.org>
5 years agoFix typo in Lib/tracepack.py (GH-19605)
Miss Islington (bot) [Mon, 20 Apr 2020 02:36:03 +0000 (19:36 -0700)] 
Fix typo in Lib/tracepack.py (GH-19605)

Typo fix: "emites" -> "emit".
(cherry picked from commit df8913f7c48d267efd662e8ffd9496595115eee8)

Co-authored-by: Galden <wudenggang0@163.com>
5 years agobpo-39285: Clarify example for PurePath.match (GH-19458)
Miss Islington (bot) [Sun, 19 Apr 2020 10:03:35 +0000 (03:03 -0700)] 
bpo-39285: Clarify example for PurePath.match (GH-19458)

Fixes Issue39285

The example incorrectly returned True for match.

Furthermore the example is ambiguous in its usage of PureWindowsPath.
Windows is case-insensitve, however the underlying match functionality
utilizes fnmatch.fnmatchcase.

Automerge-Triggered-By: @pitrou
(cherry picked from commit c12375aa0b838d34067efa3f1b9a1fbc632d0413)

Co-authored-by: Tim Lo <timlo@users.noreply.github.com>
5 years agobpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)
Miss Islington (bot) [Sat, 18 Apr 2020 18:14:55 +0000 (11:14 -0700)] 
bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269)

Automerge-Triggered-By: @pitrou
(cherry picked from commit 482259d0dcf27714a84cf56b93977320bea7e093)

Co-authored-by: Furkan Önder <furkantahaonder@gmail.com>
5 years ago[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583)
Serhiy Storchaka [Sat, 18 Apr 2020 16:11:48 +0000 (19:11 +0300)] 
[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583)

Co-authored-by: Ammar Askar <ammar@ammaraskar.com>
(cherry picked from commit 12446e6a605f066d837d3a595d0a73e4f3b43b65)

5 years agoFix two typos in multiprocessing (GH-19571) (GH-19578)
Miss Islington (bot) [Sat, 18 Apr 2020 07:24:15 +0000 (00:24 -0700)] 
Fix two typos in multiprocessing (GH-19571) (GH-19578)

(cherry picked from commit c606624af8d4cb3b4a052fb263bb983b3f87585b)

Co-authored-by: Galden <wudenggang0@163.com>
Co-authored-by: Galden <wudenggang0@163.com>
5 years agobpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Miss Islington (bot) [Fri, 17 Apr 2020 07:14:55 +0000 (00:14 -0700)] 
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)

It has not returned the file position after the seek.
(cherry picked from commit 485e715cb1ff92bc9882cd51ec32589f9cb30503)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
5 years agobpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)
Miss Islington (bot) [Fri, 17 Apr 2020 02:29:50 +0000 (19:29 -0700)] 
bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)

(cherry picked from commit a75e730075cd25be1143e6183006f3b1d61bb80f)

Co-authored-by: Jeffrey Quesnelle <jquesnelle@gmail.com>
5 years agoFix parameter names in assertIn() docs (GH-18829)
Miss Islington (bot) [Fri, 17 Apr 2020 02:06:11 +0000 (19:06 -0700)] 
Fix parameter names in assertIn() docs (GH-18829)

The names "member" and "container" for the arguments are also used in the module and shown with the help() function, and are immediately understandable in this context, contrary to "first" and "second".
(cherry picked from commit a388bbd3f129364c39843f63e92f08bc53c71905)

Co-authored-by: Christoph Zwerschke <cito@online.de>
5 years agobpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)
Miss Islington (bot) [Thu, 16 Apr 2020 18:07:52 +0000 (11:07 -0700)] 
bpo-39793: use the same domain on make_msgid tests (GH-18698) (GH-19554)

(cherry picked from commit 5565c30f0b25996a0e73477fc0e1e1aced52b926)

Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>
5 years ago[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)
Miss Islington (bot) [Wed, 15 Apr 2020 18:45:25 +0000 (11:45 -0700)] 
[3.8] bpo-39667: Sync zipp 3.0 (GH-18540) (GH-18701)

* bpo-39667: Sync zipp 3.0 (GH-18540)

* bpo-39667: Improve pathlib.Path compatibility on zipfile.Path and correct performance degradation as found in zipp 3.0

* 📜🤖 Added by blurb_it.

* Update docs for new zipfile.Path.open

* Rely on dict, faster than OrderedDict.

* Syntax edits on docs

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit 0aeab5c4381f0cc11479362af2533b3a391312ac)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Clarify the change in behavior with a couple of workaround options.

* Restore API compatibility while backporting performance improvements.

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
5 years agobpo-40260: Update modulefinder to use io.open_code() and respect coding comments...
Miss Islington (bot) [Tue, 14 Apr 2020 19:34:41 +0000 (12:34 -0700)] 
bpo-40260: Update modulefinder to use io.open_code() and respect coding comments (GH-19488)

(cherry picked from commit d42e5820631cd66ee1eab8f610d4b58f3dfdd81c)

Co-authored-by: Barry <barry@barrys-emacs.org>
5 years agobpo-32033: Fix test_pwd failures on Android (GH-19502)
Miss Islington (bot) [Tue, 14 Apr 2020 18:31:00 +0000 (11:31 -0700)] 
bpo-32033: Fix test_pwd failures on Android (GH-19502)

(cherry picked from commit 96515e9f6785328c52ebc5d4ce60e0087a9adc2d)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years ago[3.8] Update libregrtest from master (GH-19516)
Victor Stinner [Tue, 14 Apr 2020 17:51:18 +0000 (19:51 +0200)] 
[3.8] Update libregrtest from master (GH-19516)

* bpo-37531: regrtest now catchs ProcessLookupError (GH-16827)

Fix a warning on a race condition on TestWorkerProcess.kill(): ignore
silently ProcessLookupError rather than logging an useless warning.

(cherry picked from commit a661392f8fb5ac4fc095aa1845d1eb7a25c4e9be)

* bpo-38502: regrtest uses process groups if available (GH-16829)

test.regrtest now uses process groups in the multiprocessing mode
(-jN command line option) if process groups are available: if
os.setsid() and os.killpg() functions are available.

(cherry picked from commit ecb035cd14c11521276343397151929a94018a22)

* bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989)

When building Python in some uncommon platforms there are some known tests that will fail. Right now, the test suite has the ability to ignore entire tests using the -x option and to receive a filter file using the --matchfile filter. The problem with the --matchfile option is that it receives a file with patterns to accept and when you want to ignore a couple of tests and subtests, is too cumbersome to lists ALL tests that are not the ones that you want to accept and he problem with -x is that is not easy to ignore just a subtests that fail and the whole test needs to be ignored.

For these reasons, add a new option to allow to ignore a list of test and subtests for these situations.

(cherry picked from commit e0cd8aa70a3ce19c3d3712568940aa0cbd9aa97b)

* regrtest: log timeout at startup (GH-19514)

Reduce also worker timeout.

(cherry picked from commit 4cf65a630a8d45bad3fe5cdc4c2632ec64e7ba27)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
5 years agocloses bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old...
Miss Islington (bot) [Tue, 14 Apr 2020 03:31:18 +0000 (20:31 -0700)] 
closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)

(cherry picked from commit 584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
5 years ago[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)
Miss Islington (bot) [Mon, 13 Apr 2020 03:01:53 +0000 (20:01 -0700)] 
[3.8] Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) (GH-19495)

(cherry picked from commit 85dd6bb1f61f7edcd6ac0b640a98644531690a0e)

Co-authored-by: laike9m <laike9m@users.noreply.github.com>
Automerge-Triggered-By: @zhangyangyu
5 years agocloses bpo-39953: Generate ifdefs around library code definitions. (GH-19490)
Miss Islington (bot) [Sun, 12 Apr 2020 19:17:34 +0000 (12:17 -0700)] 
closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)

(cherry picked from commit 909b87d2bb3d6330d39c48e43f7f50f4d086cc41)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
5 years agobpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object...
Miss Islington (bot) [Sun, 12 Apr 2020 15:18:57 +0000 (08:18 -0700)] 
bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485)

(cherry picked from commit 402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527)

5 years ago[3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH...
Serhiy Storchaka [Sun, 12 Apr 2020 11:53:46 +0000 (14:53 +0300)] 
[3.8] bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) (GH-19483)

Patcher's __exit__() is now never called if its __enter__() is failed.
Returning true from __exit__() silences now the exception.
(cherry picked from commit 4b222c9491d1700e9bdd98e6889b8d0ea1c7321e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
5 years agocloses bpo-39953: Update OpenSSL error codes table. (GH-19082)
Miss Islington (bot) [Sat, 11 Apr 2020 20:53:00 +0000 (13:53 -0700)] 
closes bpo-39953: Update OpenSSL error codes table. (GH-19082)

I updated the error codes using the OpenSSL 1.1.1f source tree.
(cherry picked from commit 3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
5 years agobpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing...
Miss Islington (bot) [Sat, 11 Apr 2020 02:11:17 +0000 (19:11 -0700)] 
bpo-38501: Add a warning section to multiprocessing.Pool docs about resource managing (GH-19466)

(cherry picked from commit 7ec43a73092d43c6c95e7dd2669f49d54b57966f)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
5 years agobpo-40197: Better describe the benchmark results table (GH-19386)
Miss Islington (bot) [Fri, 10 Apr 2020 20:00:15 +0000 (13:00 -0700)] 
bpo-40197: Better describe the benchmark results table (GH-19386)

(cherry picked from commit c63629e7c09da80a6b7d0253d04a9b3f57f88eff)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
5 years agoRemove extraneous ')' in abstract.h (GH-19146) (#19451)
Miss Islington (bot) [Thu, 9 Apr 2020 18:55:00 +0000 (11:55 -0700)] 
Remove extraneous ')' in abstract.h (GH-19146) (#19451)

(cherry picked from commit ac2cfe6631b77a2005d8f16f034dbb6154f04ab2)

Co-authored-by: Jimmy Yang <codingExpert123@gmail.com>
5 years agobpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc...
Victor Stinner [Thu, 9 Apr 2020 15:32:21 +0000 (17:32 +0200)] 
bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) (GH-19444)

(cherry picked from commit 76db37b1d37a9daadd9e5b320f2d5a53cd1352ec)

Co-authored-by: Michael Felt <aixtools@users.noreply.github.com>
5 years agobpo-40214: Temporarily disable a ctypes test (GH-19404)
Miss Islington (bot) [Thu, 9 Apr 2020 12:31:42 +0000 (05:31 -0700)] 
bpo-40214: Temporarily disable a ctypes test (GH-19404)

Only one particular sub-test of
ctypes.test.test_loading.test_load_dll_with_flags is disabled, which
caused failures on Azure Pipelines CI.
(cherry picked from commit f407e209c1e35b64835f73e7e7ca23e33817e9fe)

Co-authored-by: Zachary Ware <zach@python.org>
5 years agobpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)
Victor Stinner [Wed, 8 Apr 2020 22:36:13 +0000 (00:36 +0200)] 
bpo-40204: Pin Sphinx version to 1.8.2 in Doc/Makefile (GH-19442)

5 years agobpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194)
Miss Islington (bot) [Tue, 7 Apr 2020 21:35:52 +0000 (14:35 -0700)] 
bpo-40089: Fix threading._after_fork() (GH-19191) (GH-19194)

If fork was not called by a thread spawned by threading.Thread,
threading._after_fork() now creates a _MainThread instance for
_main_thread, instead of a _DummyThread instance.
(cherry picked from commit d8ff44ce4cd6f3ec0fab5fccda6bf14afcb25c30)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-40196: Fix a bug in the symtable when reporting inspecting global variables ...
Miss Islington (bot) [Mon, 6 Apr 2020 16:41:55 +0000 (09:41 -0700)] 
bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) (GH-19394)

(cherry picked from commit 799d7d61a91eb0ad3256ef9a45a90029cef93b7c)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
5 years agoFix misinformation about NaN != NaN comparison (GH-19357) (GH-19383)
Miss Islington (bot) [Sun, 5 Apr 2020 09:56:37 +0000 (02:56 -0700)] 
Fix misinformation about NaN != NaN comparison (GH-19357) (GH-19383)

(cherry picked from commit 810f68f1282c917fc1ad6af540a9f08524dfe310)

Co-authored-by: Mark Dickinson <mdickinson@enthought.com>
5 years ago[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24...
Benjamin Peterson [Sat, 4 Apr 2020 21:46:54 +0000 (16:46 -0500)] 
[3.8] closes bpo-40184: Only define pysiphash if the hash algorithm is SIPHASH24. (GH-19373)

(cherry picked from commit 1b21573)

Co-authored-by: Batuhan Taşkaya <batuhanosmantaskaya@gmail.com>
5 years agobpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)
Serhiy Storchaka [Sat, 4 Apr 2020 21:43:07 +0000 (00:43 +0300)] 
bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)

5 years agobpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)
Steve Dower [Sat, 4 Apr 2020 14:47:40 +0000 (15:47 +0100)] 
bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359)

5 years agobpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)
Miss Islington (bot) [Sat, 4 Apr 2020 03:25:06 +0000 (20:25 -0700)] 
bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152)

Inspect.signature failed on the test case because its isinstance call raised.
(cherry picked from commit 52013e5b6d5ca32eef5a3d65ecdf7db89cefc2fd)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
5 years agobpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)
Miss Islington (bot) [Fri, 3 Apr 2020 22:20:12 +0000 (15:20 -0700)] 
bpo-40158: Fix CPython MSBuild Properties in NuGet Package (GH-19343)

Fix default Python home path relative to the NuGet package
(cherry picked from commit 6e623ff9d251e0ce86e9b18a01bfd6f067079d7a)

Co-authored-by: Chris Martinez <sydefekt@hotmail.com>
5 years agobpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)
Miss Islington (bot) [Fri, 3 Apr 2020 17:13:58 +0000 (10:13 -0700)] 
bpo-40131: Fix source and target order in zipapp example (GH-19290) (GH-19339)

(cherry picked from commit bd6a4c3d72828d3d0e13922e165998539d24f8bc)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agobpo-40122: Updated documentation for dis.findlabels() (GH-19274)
Miss Islington (bot) [Fri, 3 Apr 2020 08:07:16 +0000 (01:07 -0700)] 
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)

(cherry picked from commit b74468e233a5137ff518e61eff65ca2d8833e38a)

Co-authored-by: laike9m <laike9m@users.noreply.github.com>
5 years agobpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)
Miss Islington (bot) [Fri, 3 Apr 2020 01:25:51 +0000 (18:25 -0700)] 
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320)

Update also OpenSSL version in Ubuntu and Coverage jobs.
(cherry picked from commit 1767a0490f80c7b90d81051db24ef2b82cd9434f)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
Miss Islington (bot) [Fri, 3 Apr 2020 01:21:54 +0000 (18:21 -0700)] 
bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)

(cherry picked from commit b1ffb8b72307a556442d09b427c3b29badb9878c)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)
Victor Stinner [Fri, 3 Apr 2020 00:11:54 +0000 (02:11 +0200)] 
bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) (GH-19316)

test_builtin.PtyTests now registers an handler for SIGHUP signal.
Closing the PTY file descriptor can emit a SIGHUP signal: just ignore
it.

run_child() now also closes the PTY file descriptor before waiting
for the process completition, otherwise the test hangs on AIX.

(cherry picked from commit 7a51a7e19f0143f75f8fc9ff68f93ed40937aec6)

5 years agolib2to3: Support named assignment expressions (GH-12702)
Miss Islington (bot) [Thu, 2 Apr 2020 23:03:09 +0000 (16:03 -0700)] 
lib2to3: Support named assignment expressions (GH-12702)

There are two copies of the grammar -- the one used by Python itself as
Grammar/Grammar, and the one used by lib2to3 which has necessarily diverged at
Lib/lib2to3/Grammar.txt because it needs to support older syntax an we want it
to be reasonable stable to avoid requiring fixer rewrites.

This brings suport for syntax like `if x:= foo():` to match what the live
Python grammar does.

This should've been added at the time of the walrus operator itself, but lib2to3 being
independent is often overlooked.  So we do consider this a bugfix rather than enhancement.
(cherry picked from commit 3c3aa4516c70753de06bb142b6793d01330fcf0f)

Co-authored-by: Tim Hatch <tim@timhatch.com>
5 years agobpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)
Miss Islington (bot) [Thu, 2 Apr 2020 19:19:41 +0000 (12:19 -0700)] 
bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)

(cherry picked from commit 45217af29c7f380089af17beb48a5ea0560bbb9d)

Co-authored-by: Derek Keeler <d3r3kk@users.noreply.github.com>
5 years agobpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)
Miss Islington (bot) [Thu, 2 Apr 2020 10:15:55 +0000 (03:15 -0700)] 
bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) (GH-19296)

The AbstractBasicAuthHandler class of the urllib.request module uses
an inefficient regular expression which can be exploited by an
attacker to cause a denial of service. Fix the regex to prevent the
catastrophic backtracking. Vulnerability reported by Ben Caller
and Matt Schwager.

AbstractBasicAuthHandler of urllib.request now parses all
WWW-Authenticate HTTP headers and accepts multiple challenges per
header: use the realm of the first Basic challenge.

Co-Authored-By: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 0b297d4ff1c0e4480ad33acae793fbaf4bf015b4)

5 years agobpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)
Miss Islington (bot) [Thu, 2 Apr 2020 01:26:09 +0000 (18:26 -0700)] 
bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288)

(cherry picked from commit 224e1c34d677ef42fe665ac008a000d4dcec1398)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)
Miss Islington (bot) [Wed, 1 Apr 2020 23:26:55 +0000 (16:26 -0700)] 
bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) (GH-19277)

(cherry picked from commit 7c72383f95b0cdedf390726069428d7b69ed2597)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-38527: fix configure script for Solaris (GH-16845)
Miss Islington (bot) [Wed, 1 Apr 2020 15:38:17 +0000 (08:38 -0700)] 
bpo-38527: fix configure script for Solaris (GH-16845)

On Solaris, the regular "grep" command may be an old version that fails to search a binary file. We need to use the correct command (ggrep, in our case), which is found by the configure script earlier.

Automerge-Triggered-By: @pablogsal
(cherry picked from commit 5dd836030e0e399b21ab0865ae0d93934bdb3930)

Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
5 years agobpo-40121: Fix exception type in test (GH-19267)
Miss Islington (bot) [Wed, 1 Apr 2020 13:02:55 +0000 (06:02 -0700)] 
bpo-40121: Fix exception type in test (GH-19267)

(cherry picked from commit 3ef4a7e5a7c29e17d5152d1fa6ceeb1fee269699)

Co-authored-by: Steve Dower <steve.dower@python.org>