]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
5 years agoExpand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH...
Miss Skeleton (bot) [Sun, 1 Nov 2020 18:09:46 +0000 (10:09 -0800)] 
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) (GH-23080)

5 years agobpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)
Miss Skeleton (bot) [Sun, 1 Nov 2020 13:27:01 +0000 (05:27 -0800)] 
bpo-37483: Add PyObject_CallOneArg() in the What's New in Python 3.9 (GH-23062)

(cherry picked from commit 7feb54a6348f6220b27986777786c812f110b53d)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
5 years ago[3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059...
Miss Skeleton (bot) [Sun, 1 Nov 2020 09:39:26 +0000 (01:39 -0800)] 
[3.9] bpo-29566: binhex.binhex now consitently writes MacOS 9 line endings. (GH-23059) (GH-23071)

[[bpo-29566]()]() notes that binhex.binhex uses inconsistent line endings (both Unix and MacOS9 line endings are used). This PR changes this to use the MacOS9 line endings everywhere.
(cherry picked from commit 2165cea548f961b308050f30d1f042a377651d44)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Automerge-Triggered-By: GH:ronaldoussoren
5 years ago[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066)
Lysandros Nikolaou [Sat, 31 Oct 2020 19:06:03 +0000 (21:06 +0200)] 
[3.9] bpo-42218: Correctly handle errors in left-recursive rules (GH-23065) (GH-23066)

Left-recursive rules need to check for errors explicitly, since
even if the rule returns NULL, the parsing might continue and lead
to long-distance failures.

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

Automerge-Triggered-By: GH:lysnikolaou
5 years ago[3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)
kj [Sat, 31 Oct 2020 15:05:36 +0000 (23:05 +0800)] 
[3.9] bpo-42198: Document __new__ for types.GenericAlias (GH-23039) (GH-23061)

(cherry picked from commit bcbf758476c1148993ddf4b54d3f6169b973ee1c)

5 years ago[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_fluf...
Pablo Galindo [Sat, 31 Oct 2020 00:40:42 +0000 (00:40 +0000)] 
[3.9] bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048) (GH-23051)

(cherry picked from commit 06f8c3328dcd81c84d1ee2b3a57b5381dcb38482)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
5 years ago bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)
Miss Skeleton (bot) [Fri, 30 Oct 2020 22:16:17 +0000 (15:16 -0700)] 
 bpo-42208: GitHub Action: Add gdb to posix dependencies (GH-23043) (GH-23047)

Sort also dependencies and remove duplicates (liblzma-dev).
(cherry picked from commit 6e03c0ad156797cd6e9132e895d55dac0344d340)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agobpo-42198: Link to GenericAlias in typing and expressions (GH-23030)
Miss Skeleton (bot) [Fri, 30 Oct 2020 04:23:33 +0000 (21:23 -0700)] 
bpo-42198: Link to GenericAlias in typing and expressions (GH-23030)

Follow up to 7cdf30fff39ea97f403b5472096349998d190e30 and 4173320920706b49a004bdddd8d7108e8984e3fc. This addresses the point "1. Update links in typing, subscription and union to point to GenericAlias." in the bpo for this PR.
(cherry picked from commit 9129af6050b747f288baa9d4e7d43031647ed222)

Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
5 years agobpo-42061: Document __format__ for IP addresses (GH-23018)
Miss Skeleton (bot) [Thu, 29 Oct 2020 22:38:12 +0000 (15:38 -0700)] 
bpo-42061: Document __format__ for IP addresses (GH-23018)

Automerge-Triggered-By: GH:ericvsmith
(cherry picked from commit 3317466061509c83dce257caab3661d52571cab1)

Co-authored-by: Teugea Ioan-Teodor <teodor.teugea@gmail.com>
5 years agobpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func...
Miss Skeleton (bot) [Thu, 29 Oct 2020 11:02:50 +0000 (04:02 -0700)] 
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) (GH-23021)

func_dealloc() does not handle partially-created objects. Best not to give it any.
(cherry picked from commit 350526105fa9b131d8b941ae753378b741dabb2f)

Co-authored-by: Yonatan Goldschmidt <yon.goldschmidt@gmail.com>
5 years ago[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)
kj [Wed, 28 Oct 2020 15:33:36 +0000 (23:33 +0800)] 
[3.9] bpo-41805: Documentation for PEP 585 (GH-22615) (GH-23016)

Backport of #22615 to 3.9 since that couldn't be auto-merged due to conflicts.

5 years ago[3.9] bpo-42123: Run the parser two times and only enable invalid rules on the second...
Lysandros Nikolaou [Wed, 28 Oct 2020 00:14:15 +0000 (02:14 +0200)] 
[3.9] bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) (GH-23011)

* Implement running the parser a second time for the errors messages

The first parser run is only responsible for detecting whether
there is a `SyntaxError` or not. If there isn't the AST gets returned.
Otherwise, the parser is run a second time with all the `invalid_*`
rules enabled so that all the customized error messages get produced.

(cherry picked from commit bca701403253379409dece03053dbd739c0bd059)

5 years ago[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)
Lysandros Nikolaou [Tue, 27 Oct 2020 22:38:42 +0000 (00:38 +0200)] 
[3.9] bpo-41659: Disallow curly brace directly after primary (GH-22996) (#23006)

(cherry picked from commit 15acc4eaba8519d7d5f2acaffde65446b44dcf79)

5 years ago[3.9] Remove git conflict lines from test_parse_directory in peg_generator (GH-23007)
Lysandros Nikolaou [Tue, 27 Oct 2020 22:37:36 +0000 (00:37 +0200)] 
[3.9] Remove git conflict lines from test_parse_directory in peg_generator (GH-23007)

5 years agobpo-6761: Enhance __call__ documentation (GH-7987)
Miss Skeleton (bot) [Tue, 27 Oct 2020 16:42:36 +0000 (09:42 -0700)] 
bpo-6761: Enhance __call__ documentation (GH-7987)

(cherry picked from commit 95f710c55714153f0c8cce48f8215bb3d866ac1d)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agobpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Miss Skeleton (bot) [Tue, 27 Oct 2020 04:01:51 +0000 (21:01 -0700)] 
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)

Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
(cherry picked from commit a6879d9445f98833c4e300e187956e2a218a2315)

Co-authored-by: Victor Stinner <vstinner@python.org>
5 years agoAdd a link to buffer protocol in bytearray() doc (GH-22675)
Miss Skeleton (bot) [Mon, 26 Oct 2020 05:59:46 +0000 (22:59 -0700)] 
Add a link to buffer protocol in bytearray() doc (GH-22675)

(cherry picked from commit 0f25c231b3a024e358c3e55d9aba2f7bcc49630c)

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
5 years agoAdded some makefile generated files to .gitignore (GH-22435)
Miss Skeleton (bot) [Mon, 26 Oct 2020 05:50:11 +0000 (22:50 -0700)] 
Added some makefile generated files to .gitignore (GH-22435)

(cherry picked from commit 96a9eed2457c05af6953890d89463704c9d99c57)

Co-authored-by: Marco Sulla <github@marco.sulla.e4ward.com>
5 years ago[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow...
Miss Skeleton (bot) [Mon, 26 Oct 2020 00:34:29 +0000 (17:34 -0700)] 
[3.9] bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) (GH-22980)

Fix memory leak in subprocess.Popen() in case of uid/gid overflow

Also add a test that would catch this leak with `--huntrleaks`.

Alas, the test for `extra_groups` also exposes an inconsistency
in our error reporting: we use a custom ValueError for `extra_groups`,
but propagate OverflowError for `user` and `group`.
(cherry picked from commit c0590c0033e86f98cdf5f2ca6898656f98ab4053)

Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Automerge-Triggered-By: GH:gpshead
5 years agobpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Miss Skeleton (bot) [Sun, 25 Oct 2020 23:24:56 +0000 (16:24 -0700)] 
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)

(cherry picked from commit e68c67805e6a4c4ec80bea64be0e8373cc02d322)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
5 years agobpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)
Miss Skeleton (bot) [Sun, 25 Oct 2020 18:23:09 +0000 (11:23 -0700)] 
bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959)

(cherry picked from commit c32f2976b8f4034724c3270397aa16f38daf470f)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years ago[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1...
Serhiy Storchaka [Sun, 25 Oct 2020 15:56:17 +0000 (17:56 +0200)] 
[3.9] bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870). (GH-22963)

(cherry picked from commit 8cd1dbae32d9303caac3a473d3332f17bc98c921)

5 years agobpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)
Miss Skeleton (bot) [Sun, 25 Oct 2020 15:48:38 +0000 (08:48 -0700)] 
bpo-39108: Document threading issues for random.gauss() (GH-22928) (GH-22972)

5 years agoSplit-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)
Miss Skeleton (bot) [Sun, 25 Oct 2020 14:35:56 +0000 (07:35 -0700)] 
Split-out a fourth section in the descriptor HowTo guide (GH-22965) (GH-22969)

5 years agoSecond round of updates to the descriptor howto guide (GH-22946) (GH-22958)
Miss Skeleton (bot) [Sun, 25 Oct 2020 03:39:15 +0000 (20:39 -0700)] 
Second round of updates to the descriptor howto guide (GH-22946) (GH-22958)

5 years agobpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Miss Skeleton (bot) [Sun, 25 Oct 2020 03:36:55 +0000 (20:36 -0700)] 
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)

(cherry picked from commit 5df6c99cb450fe2f30be681dbf68cd1d34d3bbe4)

Co-authored-by: Mark Roseman <mark@markroseman.com>
5 years agobpo-29981: Add examples and update index for set, dict, and generator comprehensions...
Miss Skeleton (bot) [Sun, 25 Oct 2020 02:53:41 +0000 (19:53 -0700)] 
bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272)

Co-authored-by: Rémi Lapeyre <remi.lapeyre@henki.fr>
(cherry picked from commit 2d55aa9e37c9c84f4f6a8135d0326da0bcd8f38b)

Co-authored-by: Florian Dahlitz <f2dahlitz@freenet.de>
5 years agobpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930...
Miss Skeleton (bot) [Sun, 25 Oct 2020 02:00:14 +0000 (19:00 -0700)] 
bpo-42127:  Document effect of cached_property on key-sharing dictionaries (GH-22930) (GH-22955)

5 years agobpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Miss Skeleton (bot) [Sun, 25 Oct 2020 01:08:17 +0000 (18:08 -0700)] 
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)

(cherry picked from commit c579ad14d3b5bb9a45d7b9cc708eaf0bf4884c50)

Co-authored-by: Mark Roseman <mark@markroseman.com>
5 years ago[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)
Miss Skeleton (bot) [Sun, 25 Oct 2020 00:33:01 +0000 (17:33 -0700)] 
[doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932)

(cherry picked from commit e01e442125bbc98e6dab66f38ecc6c45f69e6587)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agobpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Miss Skeleton (bot) [Sat, 24 Oct 2020 23:53:34 +0000 (16:53 -0700)] 
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)

(cherry picked from commit e53e54425d9b7b9b7b082817da104d60bb25e3a2)

Co-authored-by: Mark Roseman <mark@markroseman.com>
5 years agobpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)
Miss Skeleton (bot) [Sat, 24 Oct 2020 02:01:35 +0000 (19:01 -0700)] 
bpo-19072: Update descriptor howto for decorator chaining (GH-22934) (GH-22935)

5 years agobpo-41950: Typo in Python 3.9 what's new page (GH-22573)
Weiliang Li [Sat, 24 Oct 2020 00:11:10 +0000 (09:11 +0900)] 
bpo-41950: Typo in Python 3.9 what's new page (GH-22573)

5 years agobuild(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)
Miss Skeleton (bot) [Fri, 23 Oct 2020 21:51:04 +0000 (14:51 -0700)] 
build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>Support for artifact retention</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/upload-artifact/commit/27bce4eee761b5bc643f46a8dfb41b430c8d05f6"><code>27bce4e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/112">GH-112</a> from thboop/main</li>
<li><a href="https://github.com/actions/upload-artifact/commit/f8b42f7ab442a66b3d51a5ca02855b194a36ae2d"><code>f8b42f7</code></a> update licensed files</li>
<li><a href="https://github.com/actions/upload-artifact/commit/2106e8cf10e032ca9d5724c4c676543febe74f0b"><code>2106e8c</code></a> update contributing.md</li>
<li><a href="https://github.com/actions/upload-artifact/commit/db66798ebcfbaa7f3f8ff66bce013213265c30d1"><code>db66798</code></a> Ignore Generated Files in Git PR's</li>
<li><a href="https://github.com/actions/upload-artifact/commit/d359fd0772ed6802a84728dd6b09ec99f41a67b7"><code>d359fd0</code></a> Manual Verification of licenses</li>
<li><a href="https://github.com/actions/upload-artifact/commit/350822c32f871c559dbe1667c24424e06c4f03e3"><code>350822c</code></a> Add Licensed Workflow and config</li>
<li><a href="https://github.com/actions/upload-artifact/commit/abecf4abf4b70bc636949d61150be883b87416c2"><code>abecf4a</code></a> Updated README.md (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/118">GH-118</a>)</li>
<li><a href="https://github.com/actions/upload-artifact/commit/604e071d21906545dedcfaf210deae74f8c5276a"><code>604e071</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/126">GH-126</a> from yacaovsnc/main</li>
<li><a href="https://github.com/actions/upload-artifact/commit/4560c23b396d494f0cb7066e1d6e258e8feb8051"><code>4560c23</code></a> Check for invalid retention-days input</li>
<li><a href="https://github.com/actions/upload-artifact/commit/59018c2f85dd0e101b75544aa87f13bb0c94e0b7"><code>59018c2</code></a> Add an option to specify retention period</li>
<li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v1...27bce4eee761b5bc643f46a8dfb41b430c8d05f6">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: GH- (dependabot-automerge-start)
[//]: GH- (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Automerge-Triggered-By: GH:Mariatta
(cherry picked from commit a3c4ceffe61df89cc9ce5c437cae0276521dc83b)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years agobuild(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)
Miss Skeleton (bot) [Fri, 23 Oct 2020 21:48:15 +0000 (14:48 -0700)] 
build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919)

Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/actions/cache/releases">actions/cache's releases</a>.</em></p>
<blockquote>
<h2>v2.1.2</h2>
<ul>
<li>Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds</li>
<li>No-op when executing on GHES</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/actions/cache/commit/d1255ad9362389eac595a9ae406b8e8cb3331f16"><code>d1255ad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/424">GH-424</a> from actions/dhadka/upload-chunk-size</li>
<li><a href="https://github.com/actions/cache/commit/68cfb2ccb73b1982be3fa55e3d7c842697d7f1ed"><code>68cfb2c</code></a> Add units to description</li>
<li><a href="https://github.com/actions/cache/commit/cce3c03a74623545a53c433d301f3f7725c72454"><code>cce3c03</code></a> Add new input to action.yml</li>
<li><a href="https://github.com/actions/cache/commit/4bceb75b5b7743784c63c94b81c50a485cbdcda0"><code>4bceb75</code></a> Use parseInt instead of Number to handle empty strings</li>
<li><a href="https://github.com/actions/cache/commit/a6f1f4b32eec85780fedc5b354a583e9b2999100"><code>a6f1f4b</code></a> Adds input for upload chunk size</li>
<li><a href="https://github.com/actions/cache/commit/d606e039ae32f64a8593bf4a37b0bf205c695237"><code>d606e03</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/cache/issues/421">GH-421</a> from actions/dhadka/ghes</li>
<li><a href="https://github.com/actions/cache/commit/d3e4f218f30bd71a2c29e2b2a1e4f811f4327162"><code>d3e4f21</code></a> Use warning instead of info</li>
<li><a href="https://github.com/actions/cache/commit/55a58944386e69f7c5bad52ef43a61c578b6c1c6"><code>55a5894</code></a> Update dist</li>
<li><a href="https://github.com/actions/cache/commit/3f6dfcbcc44a8e2fd9e539c1dd15af6559e74ced"><code>3f6dfcb</code></a> Merge branch 'main' of <a href="http://github.com/actions/cache">http://github.com/actions/cache</a> into dhadka/ghes</li>
<li><a href="https://github.com/actions/cache/commit/0f71d4ac9a7f4c36aba5ac3cfc4567d2d4eae813"><code>0f71d4a</code></a> Add tests for isGhes</li>
<li>Additional commits viewable in <a href="https://github.com/actions/cache/compare/v1...d1255ad9362389eac595a9ae406b8e8cb3331f16">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: GH- (dependabot-automerge-start)
[//]: GH- (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Automerge-Triggered-By: GH:Mariatta
(cherry picked from commit cd0edbc716d64ccd437d97af1eaa3b7a6f0f6de5)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago[3.9] bpo-40592: shutil.which will not return None anymore if ; is the last char...
Miss Skeleton (bot) [Fri, 23 Oct 2020 21:38:05 +0000 (14:38 -0700)] 
[3.9] bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) (GH-22912)

shutil.which will not return None anymore for empty str in PATHEXT
Empty PATHEXT will now be defaulted to _WIN_DEFAULT_PATHEXT
(cherry picked from commit da6f098188c9825f10ae60db8987056b3a54c2e8)

Co-authored-by: Christopher Marchfelder <marchfelder@googlemail.com>
5 years agoCreate a primer section for the descriptor howto guide (GH-22906) (GH0-22918)
Miss Skeleton (bot) [Fri, 23 Oct 2020 20:49:32 +0000 (13:49 -0700)] 
Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)

5 years ago[3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)
Miss Skeleton (bot) [Thu, 22 Oct 2020 23:55:05 +0000 (16:55 -0700)] 
[3.9] bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) (GH-22901)

(cherry picked from commit ec388cfb4ede56dace2bb78851ff6f38fa2a6abe)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Automerge-Triggered-By: GH:warsaw
5 years agobpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)
Miss Skeleton (bot) [Thu, 22 Oct 2020 19:58:04 +0000 (12:58 -0700)] 
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) (GH-22899)

(cherry picked from commit facb522d44fceaf15de6bc95de1cd680c4621c2a)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
5 years agobpo-25655: Improve Win DLL loading failures doc (GH-22372)
Miss Skeleton (bot) [Thu, 22 Oct 2020 16:02:13 +0000 (09:02 -0700)] 
bpo-25655: Improve Win DLL loading failures doc (GH-22372)

Add documentation to help diagnose CDLL dependent DLL loading errors
on windows for OSError with message:
"[WinError 126] The specified module could not be found"
This error is otherwise difficult to diagnose.
(cherry picked from commit b6f2fc90409e291822166d74ce7402e0ef4dba91)

Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
5 years ago[3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)
larryhastings [Thu, 22 Oct 2020 14:29:26 +0000 (07:29 -0700)] 
[3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)

(cherry picked from commit 283f9a253b4ff4df728558205629b3bb3af6e47f)

5 years agobpo-42057: Add a test case (GH-22878)
Inada Naoki [Thu, 22 Oct 2020 02:28:36 +0000 (11:28 +0900)] 
bpo-42057: Add a test case (GH-22878)

5 years agobpo-42057: Fix peephole optimizer (GH-22802)
Inada Naoki [Thu, 22 Oct 2020 02:06:07 +0000 (11:06 +0900)] 
bpo-42057: Fix peephole optimizer (GH-22802)

5 years agobpo-41910: specify the default implementations of object.__eq__ and object.__ne__...
Miss Skeleton (bot) [Thu, 22 Oct 2020 00:07:39 +0000 (17:07 -0700)] 
bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) (#22876)

See Objects/typeobject.c:object_richcompare() for the implementation of this in CPython.

Co-authored-by: Brett Cannon <brett@python.org>
5 years agobpo-35181: Correct importlib documentation for some module attributes (GH-15190)
Miss Skeleton (bot) [Wed, 21 Oct 2020 21:39:41 +0000 (14:39 -0700)] 
bpo-35181: Correct importlib documentation for some module attributes (GH-15190)

@ericsnowcurrently This PR will change the following:

In the library documentation importlib.rst:

- `module.__package__` can be `module.__name__` for packages;
- `spec.parent` can be `spec.__name__` for packages;
- `spec.loader` is not `None` for namespaces packages.

In the language documentation import.rst:

- `spec.loader` is not `None` for namespace packages.

Automerge-Triggered-By: GH:warsaw
(cherry picked from commit 27f1bd8787d24ac53cc3dc6ea5eb00b8a3499839)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
5 years agoFix bpo-39416: Change "Numeric" to lower case; an english word, not a class name...
Miss Skeleton (bot) [Wed, 21 Oct 2020 20:54:39 +0000 (13:54 -0700)] 
Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867)

This is a trivial fix to [bpo-39416](), which didn't come up until it was already committed

```
Change "Numeric" to "numeric".

I believe this is trivial enough to not need an issue or a NEWS entry, although
I'm unclear on what branches the original pull request received backports.
```

Automerge-Triggered-By: GH:merwok
(cherry picked from commit f8b1ccd63c94bcde1c15d56d24add89861b6ceee)

Co-authored-by: kpinc <kop@karlpinc.com>
5 years agobpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580...
Miss Skeleton (bot) [Wed, 21 Oct 2020 20:34:29 +0000 (13:34 -0700)] 
bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) (#22865)

While translating the following document to Spanish we found there is a grammar issue on the original documentation.
(cherry picked from commit caff2934f46510920a6169e192707d59e9c55f6b)

Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Co-authored-by: Raúl Cumplido <raulcumplido@gmail.com>
5 years ago[3.9] bpo-39416: Document some restrictions on the default string representations...
Miss Skeleton (bot) [Wed, 21 Oct 2020 18:56:16 +0000 (11:56 -0700)] 
[3.9] bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) (GH-22860)

[[bpo-39416]()](): Document string representations of the Numeric classes

This is a change to the specification of the Python language.

The idea here is to put sane minimal limits on the Python language's default
representations of its Numeric classes.  That way "Marty's Robotic Massage Parlor
and Python Interpreter" implementation of Python won't do anything too
crazy.

Some discussion in the email thread:
Subject: Documenting Python's float.__str__()
https://mail.python.org/archives/list/python-dev@python.org/thread/FV22TKT3S2Q3P7PNN6MCXI6IX3HRRNAL/
(cherry picked from commit c60394c7fc9cc09b16e9675a3eeb5844b6d8523f)

Co-authored-by: kpinc <kop@karlpinc.com>
Automerge-Triggered-By: GH:merwok
5 years agobpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miss Skeleton (bot) [Wed, 21 Oct 2020 16:07:13 +0000 (09:07 -0700)] 
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)

(cherry picked from commit faddc7449d07e883b8ad8bb95dd68ce6dbdc06e8)

Co-authored-by: Miro Hrončok <miro@hroncok.cz>
5 years agoDoc: Fix a typo/error in the docs for cached bytecode (GH-22445)
Miss Skeleton (bot) [Wed, 21 Oct 2020 08:57:37 +0000 (01:57 -0700)] 
Doc: Fix a typo/error in the docs for cached bytecode (GH-22445)

(cherry picked from commit cb115e36e1aba04b90b0ecac6f043e60064ac65b)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agoDoc: Do not suggest `s[::-1]` for reversed order (GH-22457)
Miss Skeleton (bot) [Wed, 21 Oct 2020 08:47:54 +0000 (01:47 -0700)] 
Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)

(cherry picked from commit fb2e94692e3a8eb66915575f4a122d56fe8999a0)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agoDoc: Do not encourage using a base class name in a derived class (GH-22177)
Miss Skeleton (bot) [Wed, 21 Oct 2020 08:11:13 +0000 (01:11 -0700)] 
Doc: Do not encourage using a base class name in a derived class (GH-22177)

(cherry picked from commit 4642ccd1c3e460cb2746d3f2095f1c1d1bafa4fe)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agoDoc: Remove old Python version from future stmt (GH-21802)
Miss Skeleton (bot) [Wed, 21 Oct 2020 06:06:29 +0000 (23:06 -0700)] 
Doc: Remove old Python version from future stmt (GH-21802)

(cherry picked from commit eba109a28f48b20b05f08abbe6604eebb07788f9)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agobpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot) [Wed, 21 Oct 2020 05:29:00 +0000 (22:29 -0700)] 
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)

tarfile writes full path to FNAME field of GZIP format instead of just basename if user specified absolute path. Some archive viewers may process file incorrectly. Also it creates security issue because anyone can know structure of directories on system and know username or other personal information.

RFC1952 says about FNAME:
This is the original name of the file being compressed, with any directory components removed.

So tarfile must remove directory names from FNAME and write only basename of file.

Automerge-Triggered-By: @jaraco
(cherry picked from commit 22748a83d927d3da1beaed771be30887c42b2500)

Co-authored-by: Artem Bulgakov <ArtemSBulgakov@ya.ru>
5 years agobpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)
Miss Skeleton (bot) [Wed, 21 Oct 2020 05:16:42 +0000 (22:16 -0700)] 
bpo-41646: Mention path-like objects support in the docs for shutil.copy() (GH-22208)

(cherry picked from commit 8f2b991eef062c22c429a96983c78be007180b66)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agobpo-41744: Package python.props with correct name in NuGet package (GH-22154)
Miss Skeleton (bot) [Wed, 21 Oct 2020 05:15:18 +0000 (22:15 -0700)] 
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)

NuGet automatically includes .props file from the build directory in the
target using the package, but only if the .props file has the correct
name: it must be $(id).props

Rename python.props correspondingly in all the nuspec variants. Also
keep python.props as it were for backward compatibility.
(cherry picked from commit 7c11a9accabe3720940f334eb1226bb7bb9179c7)

Co-authored-by: Václav Slavík <vaclav@slavik.io>
5 years agoUpdate idlelib/help.html to current Sphinx output (GH-22833)
Miss Skeleton (bot) [Wed, 21 Oct 2020 01:15:23 +0000 (18:15 -0700)] 
Update idlelib/help.html to current Sphinx output (GH-22833)

idle.rst is unchanged
(cherry picked from commit a460d45063844a21c20fa8b0d23878165f99f3b5)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
5 years ago[3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)
Miss Skeleton (bot) [Tue, 20 Oct 2020 23:58:49 +0000 (16:58 -0700)] 
[3.9] bpo-42010: [docs] Clarify subscription of types (GH-22822) (GH-22840)

(cherry picked from commit 7cdf30fff39ea97f403b5472096349998d190e30)

Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
Automerge-Triggered-By: GH:gvanrossum
5 years agobpo-41192: Add documentation of undocumented audit events (GH-22831)
Miss Skeleton (bot) [Tue, 20 Oct 2020 20:05:13 +0000 (13:05 -0700)] 
bpo-41192: Add documentation of undocumented audit events (GH-22831)

(cherry picked from commit 3f7e990fd49dbabc1dde41ce58c1bdda9f56ead7)

5 years agobpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clove...
Miss Skeleton (bot) [Tue, 20 Oct 2020 17:20:05 +0000 (10:20 -0700)] 
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817)

(cherry picked from commit 6d883fbe14751b58d9ed2fd708322613d8931035)

Co-authored-by: Steve Dower <steve.dower@python.org>
5 years ago[3.9] bpo-41192: Clarify the sys module's description of the auditing feature (GH...
Andrew Kuchling [Tue, 20 Oct 2020 15:36:52 +0000 (11:36 -0400)] 
[3.9] bpo-41192: Clarify the sys module's description of the auditing feature (GH-22821)

Co-authored-by: Éric Araujo <merwok@netwok.org>
(cherry picked from commit 0c37269be7065b9b15b7b3a4406084f9535a793a)

5 years agoDoc: Add missing spaces after period for `posix_spawn` (GH-22730)
Miss Skeleton (bot) [Tue, 20 Oct 2020 15:01:56 +0000 (08:01 -0700)] 
Doc: Add missing spaces after period for `posix_spawn` (GH-22730)

(cherry picked from commit 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>
5 years agobpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Miss Skeleton (bot) [Tue, 20 Oct 2020 14:31:03 +0000 (07:31 -0700)] 
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)

Co-authored-by: Andrey Darascheka <andrei.daraschenka@leverx.com>
(cherry picked from commit ec42789e6e14f6b6ac13569aeadc13798d7173a8)

Closes bpo-39693.

5 years agobpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat...
Miss Skeleton (bot) [Tue, 20 Oct 2020 12:30:04 +0000 (05:30 -0700)] 
bpo-41726: Update the refcounts info of PyType_FromModuleAndSpec in refcounts.dat (GH-22112) (GH-22808)

Update refcounts info of PyType_FromModuleAndSpec in refcounts.dat
(cherry picked from commit 1e2f051a6127904cfee5f9e4021dd6e4a4d51c0f)

Co-authored-by: Hai Shi <shihai1992@gmail.com>
5 years agobpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Miss Skeleton (bot) [Tue, 20 Oct 2020 12:23:39 +0000 (05:23 -0700)] 
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)

(cherry picked from commit ff1ae3dd334faa2006394c2318db385cdc42030a)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agobpo-38324: Fix test__locale.py Windows failures (GH-20529)
Miss Skeleton (bot) [Tue, 20 Oct 2020 12:07:14 +0000 (05:07 -0700)] 
bpo-38324: Fix test__locale.py Windows failures (GH-20529)

Use wide-char _W_* fields of lconv structure on Windows
Remove "ps_AF" from test__locale.known_numerics on Windows
(cherry picked from commit f2312037e3a974d26ed3e23884f94c6af111a27a)

Co-authored-by: TIGirardi <tiagoigirardi@gmail.com>
5 years agobpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764...
Miss Skeleton (bot) [Tue, 20 Oct 2020 08:05:21 +0000 (01:05 -0700)] 
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22806)

(cherry picked from commit 3185267400be853404f22a1e06bb9fe1210735c7)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
5 years agobpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762...
Miss Skeleton (bot) [Tue, 20 Oct 2020 07:17:22 +0000 (00:17 -0700)] 
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762) (GH-22773)

(cherry picked from commit 93a1ccabdede416425473329b8c718d507c55e29)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
5 years agobpo-42051: Reject XML entity declarations in plist files (GH-22760)
Miss Skeleton (bot) [Tue, 20 Oct 2020 02:34:37 +0000 (19:34 -0700)] 
bpo-42051: Reject XML entity declarations in plist files (GH-22760)

(cherry picked from commit 05ee790f4d1cd8725a90b54268fc1dfe5b4d1fa2)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
5 years agobpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
Miss Skeleton (bot) [Tue, 20 Oct 2020 01:40:01 +0000 (18:40 -0700)] 
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

Reduces the rate at which the ENV CHANGED failure occurs in test_asyncio SSL tests (due to unclosed transport), but does not 100% resolve it.
(cherry picked from commit de73d432bb29f6439f2db16cb991e15e09c70c26)

Co-authored-by: Justin Turner Arthur <justinarthur@gmail.com>
5 years agobpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)
Miss Skeleton (bot) [Mon, 19 Oct 2020 23:11:37 +0000 (16:11 -0700)] 
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18074)

This PR replaces GH-1977. The reason for the replacement is two-fold.

The fix itself is different is that if the CTE header doesn't exist in the original message, it is inserted. This is important because the new CTE could be quoted-printable whereas the original is implicit 8bit.

Also the tests are different. The test_nonascii_as_string_without_cte test in GH-1977 doesn't actually test the issue in that it passes without the fix. The test_nonascii_as_string_without_content_type_and_cte test is improved here, and even though it doesn't fail without the fix, it is included for completeness.

Automerge-Triggered-By: @warsaw
(cherry picked from commit bf838227c35212709dc43b3c3c57f8e1655c1d24)

Co-authored-by: Mark Sapiro <mark@msapiro.net>
5 years ago[doc] Add link to Generic in typing (GH-22125)
Miss Skeleton (bot) [Mon, 19 Oct 2020 23:08:19 +0000 (16:08 -0700)] 
[doc] Add link to Generic in typing (GH-22125)

(cherry picked from commit 5bfd60fc2bf26bd6fa23a3a50c7990b7f68b3ea3)

Co-authored-by: Andre Delfino <adelfino@gmail.com>
5 years agobpo-40901: Describe what "interface name" means on Windows (GH-20694)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:49:55 +0000 (15:49 -0700)] 
bpo-40901: Describe what "interface name" means on Windows (GH-20694)

(cherry picked from commit f85658a09878c658ae0e0590bfa30e4ce51c9a04)

Co-authored-by: Jakub Stasiak <jakub@stasiak.at>
5 years agoDocument that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:44:06 +0000 (15:44 -0700)] 
Document that `test.support.bytecode_helper` is new in 3.9 (GH-22618) (GH-22761)

(cherry picked from commit cf693e537dc8aaa14315a7f59baec4a31d1167d3)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
Co-authored-by: Saiyang Gou <gousaiyang@163.com>
5 years agobpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:32:36 +0000 (15:32 -0700)] 
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)

Co-authored-by: Christian Heimes <christian@python.org>
(cherry picked from commit 5456e78f4593edc277ab72fb9a9db1ebae7d4c2d)

Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
5 years agobpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:30:39 +0000 (15:30 -0700)] 
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)

On Windows, the default asyncio event loop is ProactorEventLoop (as of 3.8).
(cherry picked from commit 4dfb190a33a1deac60306f15d52d2fe11fb93464)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agobpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:24:05 +0000 (15:24 -0700)] 
bpo-41292: Fixes dead link to cx_freeze from Windows FAQ (GH-21463)

(cherry picked from commit 33242a9328cb3912f02819d2d092bf89681000b2)

Co-authored-by: Michel Samia <m.samia@seznam.cz>
5 years agoLink to the msvcrt module from the Windows FAQ (GH-22268)
Miss Skeleton (bot) [Mon, 19 Oct 2020 22:08:36 +0000 (15:08 -0700)] 
Link to the msvcrt module from the Windows FAQ (GH-22268)

(cherry picked from commit 5d9e6575177f3e5f9aa20d6a08ae1204f122e672)

Co-authored-by: abdo <abd.nh25@gmail.com>
5 years agoRemove extra pip package (GH-22778)
Steve Dower [Mon, 19 Oct 2020 20:05:04 +0000 (21:05 +0100)] 
Remove extra pip package (GH-22778)

5 years agobpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)
Miss Skeleton (bot) [Mon, 19 Oct 2020 19:29:38 +0000 (12:29 -0700)] 
bpo-40484: Document compiler flags under AST module (GH-19885) (GH-22758)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Co-authored-by: Shantanu <hauntsaninja@users.noreply.github.com>
(cherry picked from commit 155938907c2b3df71608ddeaa0a43d2ec1f2c699)

Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
Co-authored-by: Batuhan Taskaya <batuhanosmantaskaya@gmail.com>
5 years agoCorrect name of bytecode in change note. (GH-22723) (#22765)
Miss Skeleton (bot) [Mon, 19 Oct 2020 15:44:25 +0000 (08:44 -0700)] 
Correct name of bytecode in change note. (GH-22723) (#22765)

(cherry picked from commit b580ed1d9d55461d8dde027411b90be26cae131e)

Co-authored-by: Mark Shannon <mark@hotpy.org>
5 years agobpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)
Miss Skeleton (bot) [Mon, 19 Oct 2020 15:39:25 +0000 (08:39 -0700)] 
bpo-41192: Fix some broken anchors for audit event entries (GH-21310) (GH-22767)

(cherry picked from commit ebc8c3828779374b9be4fae5c8ffc0059d36ac8c)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
5 years agobpo-40492: Fix --outfile with relative path when the program changes it working dir...
Anthony Sottile [Sun, 18 Oct 2020 21:16:22 +0000 (14:16 -0700)] 
bpo-40492: Fix --outfile with relative path when the program changes it working dir (GH-19910)

(cherry picked from commit 3c0ac18504cfeed822439024339d5717f42bdd66)

5 years ago3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
Miss Skeleton (bot) [Sun, 18 Oct 2020 17:16:54 +0000 (10:16 -0700)] 
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)

(cherry picked from commit 67f04878debbcec60191cddbddf9c83e8b9b36fe)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
5 years agobpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
Miss Skeleton (bot) [Sun, 18 Oct 2020 15:32:56 +0000 (08:32 -0700)] 
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)

(cherry picked from commit c304c9a7efa8751b5bc7526fa95cd5f30aac2b92)

Co-authored-by: scaramallion <scaramallion@users.noreply.github.com>
5 years agobpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)
Miss Skeleton (bot) [Sun, 18 Oct 2020 06:00:18 +0000 (23:00 -0700)] 
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH-19940)

(cherry picked from commit 3635388f52b42e5280229104747962117104c453)

Co-authored-by: Max Bernstein <tekknolagi@users.noreply.github.com>
5 years agobpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726...
Miss Skeleton (bot) [Fri, 16 Oct 2020 20:27:59 +0000 (13:27 -0700)] 
bpo-40341: Remove some "discouraged solutions" in Doc/faq/programming.rst (GH-22726) (GH-22727)

(cherry picked from commit a22a19f3548f6064035e7c59a19cda1e9506db92)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Zackery Spytz <zspytz@gmail.com>
5 years agobpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22725)
Miss Skeleton (bot) [Fri, 16 Oct 2020 17:21:49 +0000 (10:21 -0700)] 
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692) (GH-22725)

(cherry picked from commit e9959c71185d0850c84e3aba0301fbc238f194a9)

5 years ago[3.9] Fix incorrect parameter name (GH-22613) (GH-22628)
Xie Yanbo [Thu, 15 Oct 2020 17:25:28 +0000 (01:25 +0800)] 
[3.9] Fix incorrect parameter name (GH-22613) (GH-22628)

Automerge-Triggered-By: @Mariatta
(cherry picked from commit a42759351bff7b07fa8bf2cece0088f8539721d1)

Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
5 years agoMinor clarification (GH-22708) (GH-22709)
Miss Skeleton (bot) [Thu, 15 Oct 2020 07:09:33 +0000 (00:09 -0700)] 
Minor clarification (GH-22708) (GH-22709)

5 years agobpo-41984: GC track all user classes (GH-22701/GH-22702)
Miss Skeleton (bot) [Thu, 15 Oct 2020 03:38:25 +0000 (20:38 -0700)] 
bpo-41984: GC track all user classes (GH-22701/GH-22702)

(cherry picked from commit c13b847a6f913b72eeb71651ff626390b738d973)

5 years agobpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Miss Skeleton (bot) [Thu, 15 Oct 2020 02:25:45 +0000 (19:25 -0700)] 
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)

When running in a non-UTF-8 locale, if an error occurs while importing a
native Python module (say because a dependent share library is missing),
the error message string returned may contain non-ASCII code points
causing a UnicodeDecodeError.

PyUnicode_DecodeFSDefault is used for buffers which may contain
filesystem  paths. For consistency with os.strerror(),
PyUnicode_DecodeLocale is used for buffers which contain system error
messages. While the shortname parameter is always encoded in ASCII
according to PEP 489, it is left decoded using PyUnicode_FromString to
minimize the changes and since it should not affect the decoding (albeit
_potentially_ slower).

In dynload_hpux, since the error buffer contains a message generated
from a static ASCII string and the module filesystem path,
PyUnicode_DecodeFSDefault is used instead of PyUnicode_DecodeLocale as
is used elsewhere.

* bpo-41894: Fix bugs in dynload error msg handling

For both dynload_aix and dynload_hpux, properly handle the possibility
that decoding strings may return NULL and when such an error happens,
properly decrement any previously decoded strings and return early.

In addition, in dynload_aix, ensure that we pass the decoded string
*object* pathname_ob to PyErr_SetImportError instead of the original
pathname buffer.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 2d2af320d94afc6561e8f8adf174c9d3fd9065bc)

Co-authored-by: Kevin Adler <kadler@us.ibm.com>
5 years agoUpdate timings for the final release (GH-22697) (GH-22698)
Miss Skeleton (bot) [Wed, 14 Oct 2020 17:29:10 +0000 (10:29 -0700)] 
Update timings for the final release (GH-22697) (GH-22698)

5 years agobpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)
Miss Skeleton (bot) [Wed, 14 Oct 2020 09:09:44 +0000 (02:09 -0700)] 
bpo-41993: Fix possible issues in remove_module() (GH-22631) (GH-22647)

* PyMapping_HasKey() is not safe because it silences all exceptions and can return incorrect result.
* Informative exceptions from PyMapping_DelItem() are overridden with RuntimeError and
  the original exception raised before calling remove_module() is lost.
* There is a race condition between PyMapping_HasKey() and PyMapping_DelItem().
(cherry picked from commit 8287aadb75f6bd0154996424819334cd3839707c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
5 years agobpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Miss Skeleton (bot) [Wed, 14 Oct 2020 01:59:41 +0000 (18:59 -0700)] 
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)

(cherry picked from commit 6a48518e8dac3521ff387ee67cdf33783114a257)

Co-authored-by: Ned Deily <nad@python.org>
5 years agoImprove recipe readability (GH-22685) (GH-22686)
Miss Skeleton (bot) [Wed, 14 Oct 2020 00:19:05 +0000 (17:19 -0700)] 
Improve recipe readability (GH-22685) (GH-22686)

5 years agoAdd recipe for a version of random() with a larger population (GH-22664) (GH-22684)
Miss Skeleton (bot) [Tue, 13 Oct 2020 19:38:13 +0000 (12:38 -0700)] 
Add recipe for a version of random() with a larger population (GH-22664) (GH-22684)

5 years agobpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)
Miss Skeleton (bot) [Tue, 13 Oct 2020 07:09:08 +0000 (00:09 -0700)] 
bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660)

Fix a null pointer dereference in tracemalloc_copy_trace()
of _tracemalloc.
(cherry picked from commit 66c28f50c76e4f23af7146e0e580457c5fd6bde7)

Co-authored-by: Yunlongs <lylgood@foxmail.com>
5 years agoFix typo in "Context manager types" section in typing.rst (GH-22676)
Miss Skeleton (bot) [Mon, 12 Oct 2020 23:55:24 +0000 (16:55 -0700)] 
Fix typo in "Context manager types" section in typing.rst (GH-22676)

Fix typo in the "Context manager types" section in `typing.rst`.

Automerge-Triggered-By: @gvanrossum
(cherry picked from commit ba06a70c822ede62688136add488eb78957689fe)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>
5 years ago[3.9] bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619...
Saiyang Gou [Mon, 12 Oct 2020 23:52:03 +0000 (16:52 -0700)] 
[3.9] bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619) (#22624)

There are two different `SimpleQueue` types imported (from `multiprocessing.queues` and `queue`) in `Lib/test/test_genericalias.py`, the second one shadowing the first one, making the first one not actually tested. Fix by using different names.

Automerge-Triggered-By: @gvanrossum.
(cherry picked from commit b2c0a43699bd9023a69e3fa554f5488a2e17e278)

Co-authored-by: Saiyang Gou <gousaiyang@163.com>