]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
3 years agoRevert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599)
Serhiy Storchaka [Wed, 11 May 2022 04:14:40 +0000 (07:14 +0300)] 
Revert "gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)" (GH-92599)

This reverts commit a51baec9ce0eae2b4db069a55daf8f03be3ab2f4.

3 years agogh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620...
Miss Islington (bot) [Tue, 10 May 2022 21:01:17 +0000 (14:01 -0700)] 
gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily (GH-92620) (GH-92621)

(cherry picked from commit 7c6b7ade8df35355484d3944779fe35dcc560aab)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
3 years agogh-91731: Fix typo in pymacro.h (GH-92618)
Miss Islington (bot) [Tue, 10 May 2022 13:24:11 +0000 (06:24 -0700)] 
gh-91731: Fix typo in pymacro.h (GH-92618)

* Fix typo in pymacro.h

* Update Include/pymacro.h

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
(cherry picked from commit 4e6da502f42e3cbdffbe850833d2b04996232f0d)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
3 years ago[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & featur...
Miss Islington (bot) [Tue, 10 May 2022 09:55:36 +0000 (02:55 -0700)] 
[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) (GH-92608)

(cherry picked from commit f1bbcba74f77eff2a4c0881f3d529f3bf0664d40)

Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years agoAdd `__slots__` to `typing._NotIterable` (GH-92570)
Miss Islington (bot) [Tue, 10 May 2022 09:45:17 +0000 (02:45 -0700)] 
Add `__slots__` to `typing._NotIterable` (GH-92570)

(cherry picked from commit eef47d5bc79469c2d5328d6f5a9732e44a49dd5a)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
3 years agogh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543...
Miss Islington (bot) [Tue, 10 May 2022 09:29:59 +0000 (02:29 -0700)] 
gh-92417: `zlib` docs, `binascii` docs: remove Python 2 compatibility notes (GH-92543) (GH-92607)

(cherry picked from commit 7c638e64050778f2e0052ec9f84cd202b8aedfce)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
3 years ago[3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539...
Miss Islington (bot) [Tue, 10 May 2022 09:28:20 +0000 (02:28 -0700)] 
[3.11] gh-92417: `unittest.mock` docs: remove references to Python <2.6 (GH-92539) (GH-92606)

(cherry picked from commit 6823ba4a9ee1a88102e835c5a278904f35588675)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years agogh-92256: Improve Argument Clinic parser error messages (GH-92268)
Miss Islington (bot) [Tue, 10 May 2022 07:48:34 +0000 (00:48 -0700)] 
gh-92256: Improve Argument Clinic parser error messages (GH-92268)

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

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
3 years agogh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (GH-92582)
Miss Islington (bot) [Tue, 10 May 2022 05:39:31 +0000 (22:39 -0700)] 
gh-92261: Disallow iteration of Union (and other special forms) (GH-92262) (GH-92582)

(cherry picked from commit 4739997e141c4c84bd2241d4d887c3c658d92700)

Co-authored-by: Matthew Rahtz <matthew.rahtz@gmail.com>
3 years agobpo-13553: Document tkinter.Tk args (GH-4786)
Miss Islington (bot) [Tue, 10 May 2022 04:17:57 +0000 (21:17 -0700)] 
bpo-13553: Document tkinter.Tk args (GH-4786)

(cherry picked from commit c56e2bb9949c95ec8911cd5554b07044a564796f)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
3 years agogh-91928: Add what's new entry for datetime.UTC alias (GH-92567)
Miss Islington (bot) [Tue, 10 May 2022 04:07:05 +0000 (21:07 -0700)] 
gh-91928: Add what's new entry for datetime.UTC alias (GH-92567)

I merged this without a What's New entry to avoid merge conflicts, so here's the follow-up adding the entry.

@Kab1r do you mind reviewing?

Closes GH-91928

Automerge-Triggered-By: GH:pganssle
(cherry picked from commit a0a825c38a0c2ceec024a276f1f527c93ba57af2)

Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
3 years agogh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)
Miss Islington (bot) [Tue, 10 May 2022 00:39:43 +0000 (17:39 -0700)] 
gh-92550 - Fix regression in `pathlib.Path.rglob()` (GH-92583)

We could try to remedy this by taking a slice, but we then run into an issue where the empty string will match altsep on POSIX. That rabbit hole could keep getting deeper.

A proper fix for the original issue involves making pathlib's path normalisation more configurable - in this case we want to retain trailing slashes, but in other we might want to preserve `./` prefixes, or elide `../` segments when we're sure we won't encounter symlinks.

This reverts commit ea2f5bcda1a392804487e6883be89fbad38a01a5.
(cherry picked from commit dcdf250d2de1428f7d8b4e9ecf51d2fd8200e21a)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
3 years agobpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)
Miss Islington (bot) [Mon, 9 May 2022 22:07:29 +0000 (15:07 -0700)] 
bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322)

(cherry picked from commit 22bddc864d3cc04ed218beb3b706ff1790db836a)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
3 years agoDoc: Update py2app link. (GH-91585)
Miss Islington (bot) [Mon, 9 May 2022 21:25:33 +0000 (14:25 -0700)] 
Doc: Update py2app link. (GH-91585)

See: https://mail.python.org/archives/list/docs@python.org/thread/KDVFGNGGUGGPVRZT7WZYHHWXCRS2GEN7/
(cherry picked from commit b77a95f44a024d1afab28e380252aa6d9c4efb1c)

Co-authored-by: Julien Palard <julien@palard.fr>
3 years agogh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) (#92566)
Miss Islington (bot) [Mon, 9 May 2022 19:35:42 +0000 (12:35 -0700)] 
gh-91731: Add macro compatibility for static_assert for old libcs (GH-92559) (#92566)

(cherry picked from commit f0614ca9801d0768094570b784d2b26936bcca34)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
3 years agogh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)
Miss Islington (bot) [Mon, 9 May 2022 14:18:37 +0000 (07:18 -0700)] 
gh-91345: Talk about ``sys._getframe`` compatibility in 3.11 whatsnew (GH-92552)

(cherry picked from commit be3cdd66c95806c648b6000c2b9f0e8417473eb8)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
3 years agoWhat's New in Python 3.11: move C API changes (GH-92390)
Miss Islington (bot) [Mon, 9 May 2022 10:55:45 +0000 (03:55 -0700)] 
What's New in Python 3.11: move C API changes (GH-92390)

Move C API changes to the C API > Porting to Python 3.11 section.
(cherry picked from commit d8104d13cd80737f5efe1cd94aeec5979f912cd0)

Co-authored-by: Victor Stinner <vstinner@python.org>
3 years agoEnhance PyConfig documentation (GH-92394)
Miss Islington (bot) [Mon, 9 May 2022 10:51:11 +0000 (03:51 -0700)] 
Enhance PyConfig documentation (GH-92394)

(cherry picked from commit 7b9803f93fbd1f8cfcc93ae7847ba029e9183db4)

Co-authored-by: Victor Stinner <vstinner@python.org>
3 years agogh-90005: Cleanup after GH-31698 (GH-91642)
Miss Islington (bot) [Mon, 9 May 2022 09:23:24 +0000 (02:23 -0700)] 
gh-90005: Cleanup after GH-31698 (GH-91642)

(cherry picked from commit 269e7267236256e269a3a6af7a4d4fea1c7439ea)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
3 years agoCODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)
Miss Islington (bot) [Mon, 9 May 2022 08:31:44 +0000 (01:31 -0700)] 
CODEOWNERS: Add Erlend Aasland as sqlite3 code owner (GH-92535)

Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 3edda031e4abcdc8a2974f2708db99eeb109de32)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
3 years agobpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)
Miss Islington (bot) [Mon, 9 May 2022 03:13:45 +0000 (20:13 -0700)] 
bpo-38056: overhaul Error Handlers section in codecs documentation (GH-15732)

* Some handlers were wrongly described as text-encoding only, but actually they can also be used in text-decoding.
* Add more description to each handler.
* Add two REPL examples.
* Add indexes for Error Handler's name.

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 5bc2390229bbcb4f13359e867fd8a140a1d5496b)

Co-authored-by: Ma Lin <animalize@users.noreply.github.com>
3 years agopdb docs: workaround for double semicolon in strings (GH-17011)
Miss Islington (bot) [Sun, 8 May 2022 23:36:37 +0000 (16:36 -0700)] 
pdb docs: workaround for double semicolon in strings (GH-17011)

see https://github.com/gotcha/ipdb/issues/172

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 2888b1107fd0b43cc800987a00155bdbeacdb23a)

Co-authored-by: Godefroid Chapelle <gotcha@bubblenet.be>
3 years agobpo-39229: fix formatting in library/functions.rst (GH-17857)
Miss Islington (bot) [Sun, 8 May 2022 23:34:01 +0000 (16:34 -0700)] 
bpo-39229: fix formatting in library/functions.rst (GH-17857)

Missing reference of auditing event presents error when building translated documentation
(cherry picked from commit f298ba1f2712ad10530a30bb225548a6889820b5)

Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
3 years agogh-77521: Add link to builtin module names in modules tutorial (GH-92438)
Miss Islington (bot) [Sun, 8 May 2022 19:45:14 +0000 (12:45 -0700)] 
gh-77521: Add link to builtin module names in modules tutorial (GH-92438)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 859250cc55711f4d62b65922d3f7537826c3801e)

Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
3 years agogh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598)...
Miss Islington (bot) [Sun, 8 May 2022 17:14:14 +0000 (10:14 -0700)] 
gh-90622: Do not spawn ProcessPool workers on demand via fork method. (GH-91598) (#92495)

Do not spawn ProcessPool workers on demand when they spawn via fork.

This avoids potential deadlocks in the child processes due to forking from
a multithreaded process.
(cherry picked from commit ebb37fc3fdcb03db4e206db017eeef7aaffbae84)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
3 years agoUse percentage over factor for 3.11 whatsnew performance (GH-92496)
Miss Islington (bot) [Sun, 8 May 2022 16:59:14 +0000 (09:59 -0700)] 
Use percentage over factor for 3.11 whatsnew performance (GH-92496)

(cherry picked from commit 9304f9855852f8cc823534b954206181b933065e)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
3 years agogh-80856: doc: reveal doctest directives (GH-92318)
Miss Islington (bot) [Sun, 8 May 2022 16:33:11 +0000 (09:33 -0700)] 
gh-80856: doc: reveal doctest directives (GH-92318)

* Doc: Reveal doctest directives.

* Fix whitespace.

Co-authored-by: Julien Palard <julien@palard.fr>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
(cherry picked from commit 7b024e3a3f77027f747da7580ed0a3ed2dec276a)

Co-authored-by: Davide Rizzo <sorcio@gmail.com>
3 years agoFix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)
Miss Islington (bot) [Sun, 8 May 2022 16:04:29 +0000 (09:04 -0700)] 
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378)

(cherry picked from commit 063e8ab72bf540ffd0e9214df38012be4b7727d8)

Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
3 years agogh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)
Miss Islington (bot) [Sun, 8 May 2022 16:04:00 +0000 (09:04 -0700)] 
gh-92417: `logging` docs: Remove warning that only applies to Python <3.2 (GH-92425)

(cherry picked from commit 318c4e91ef166bcd5d513bb42b9156d54d423d4a)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
3 years ago`typing.Text`: tweak deprecation notice (GH-92405)
Miss Islington (bot) [Sun, 8 May 2022 15:36:54 +0000 (08:36 -0700)] 
`typing.Text`: tweak deprecation notice (GH-92405)

https://github.com/python/cpython/pull/92351/filesGH-r866869469

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit bdc99a830f27451754d80ec414d7799b0f4bfed6)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
3 years ago[3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python...
Miss Islington (bot) [Sun, 8 May 2022 15:30:52 +0000 (08:30 -0700)] 
[3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419) (GH-92462)

(cherry picked from commit f4e317b304c7f86e48885b4b74c7a8826648922c)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years ago[3.11] gh-92417: `json` docs: `dict` is ordered on all supported Python versions...
Miss Islington (bot) [Sun, 8 May 2022 15:30:27 +0000 (08:30 -0700)] 
[3.11] gh-92417: `json` docs: `dict` is ordered on all supported Python versions (GH-92422) (GH-92464)

(cherry picked from commit bc098cfdb756f207d8fa84793e8ad91a2f263efb)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years ago[3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH...
Miss Islington (bot) [Sun, 8 May 2022 15:29:58 +0000 (08:29 -0700)] 
[3.11] gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420) (GH-92467)

(cherry picked from commit 5639ea1ef9ba8452f81b61ad73152bd1bf1fd3a6)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years ago[3.11] GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432) (GH-92469)
Miss Islington (bot) [Sun, 8 May 2022 15:28:56 +0000 (08:28 -0700)] 
[3.11] GH-92431: Fix footnotes in  Doc/c-api/exceptions.rst (GH-92432) (GH-92469)

* Remove redundant footnote ref: the footnote has been removed
* Fix footnote ref to match footnote
* Convert footnotes into reST footnotes: will error if missing
(cherry picked from commit 788ef54bc94b0a7aa2a93f626e4067ab8561424c)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years ago[3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423...
Miss Islington (bot) [Sun, 8 May 2022 15:25:26 +0000 (08:25 -0700)] 
[3.11] gh-92417: `stdtypes` docs: delete discussion of Python 2 differences (GH-92423) (GH-92472)

Given that 2.7 has now been end-of-life for two and a half years,
I don't think we need such a detailed explanation here anymore of
the differences between Python 2 and Python 3.
(cherry picked from commit 8efda1e7c6343b1671d93837bf2c146e4cf77bbf)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
3 years agoUpdate What's New in 3.11 faster cpython figures and contributors (GH-92401)
Miss Islington (bot) [Sun, 8 May 2022 15:20:34 +0000 (08:20 -0700)] 
Update What's New in 3.11 faster cpython figures and contributors (GH-92401)

(cherry picked from commit b7380948f2eeb46aca9ef54889d61df9c4ad0203)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
3 years agobpo-45046: Support context managers in unittest (GH-28045)
Miss Islington (bot) [Sun, 8 May 2022 15:12:19 +0000 (08:12 -0700)] 
bpo-45046: Support context managers in unittest (GH-28045)

Add methods enterContext() and enterClassContext() in TestCase.
Add method enterAsyncContext() in IsolatedAsyncioTestCase.
Add function enterModuleContext().
(cherry picked from commit 086c6b1b0fe8d47ebd15512d7bdcb64c60a360f0)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
3 years agogh-92417: `typing` docs: `from __future__ import annotations` can be used in all...
Miss Islington (bot) [Sun, 8 May 2022 15:04:31 +0000 (08:04 -0700)] 
gh-92417: `typing` docs: `from __future__ import annotations` can be used in all supported Python versions (GH-92418)

(cherry picked from commit e5b4bd4d60aaf0292c5b9d628512145b8987b3c6)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
3 years agogh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)
Miss Islington (bot) [Sun, 8 May 2022 13:05:01 +0000 (06:05 -0700)] 
gh-92448: Update the documentation builder to render the GitHub issue. (GH-92449)

(cherry picked from commit 45e1721d100bab09510ccf9da49f14ca5cc268f4)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
3 years agogh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)
Miss Islington (bot) [Sun, 8 May 2022 04:12:52 +0000 (21:12 -0700)] 
gh-88279: Fix compiler warning for using deprecated PySys_SetArgvEx (GH-92428)

(cherry picked from commit bd030b633f98ea5d9f93ef0105a51d2faf67070d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
3 years agogh-92308: Add Pending Removal section to 3.11 What's New (GH-92309)
Miss Islington (bot) [Sun, 8 May 2022 04:04:04 +0000 (21:04 -0700)] 
gh-92308: Add Pending Removal section to 3.11 What's New (GH-92309)

* gh-92308: Add Pending Removal section to 3.11 What's New

* Use compact list; drop attributions

* Add short text, and also missing PyUnicode_InternImmortal

* Fix formatting

* markup fix

* Update Doc/whatsnew/3.11.rst

Co-authored-by: Victor Stinner <vstinner@python.org>
* Apply suggestions from code review

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
(cherry picked from commit 0924b95f6e678beaf4a059d679515956bac608fb)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
3 years ago[3.11] Add CI step to check changes in the exported ABI (#92442)
Pablo Galindo Salgado [Sun, 8 May 2022 03:32:17 +0000 (04:32 +0100)] 
[3.11] Add CI step to check changes in the exported ABI (#92442)

3 years agoAdd the 3.11 branch to the CI files
Pablo Galindo [Sun, 8 May 2022 03:01:20 +0000 (04:01 +0100)] 
Add the 3.11 branch to the CI files

3 years agoPost 3.11.0b1
Pablo Galindo [Sun, 8 May 2022 02:37:35 +0000 (03:37 +0100)] 
Post 3.11.0b1

3 years agoUpdate the SOURCE_URI in pyspecific.py to point to the new branch v3.11.0b1
Pablo Galindo [Fri, 6 May 2022 22:55:59 +0000 (23:55 +0100)] 
Update the SOURCE_URI in pyspecific.py to point to the new branch

3 years agoPython 3.11.0b1
Pablo Galindo [Fri, 6 May 2022 22:52:22 +0000 (23:52 +0100)] 
Python 3.11.0b1

3 years agogh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)
Brandt Bucher [Fri, 6 May 2022 17:57:08 +0000 (10:57 -0700)] 
gh-90997: Move `CACHE` handling into `_unpack_opargs` (#92409)

* Move CACHE handling into _unpack_opargs

* Remove auto-added import

* blurb add

3 years agogh-92203: Add closure support to exec(). (#92204)
larryhastings [Fri, 6 May 2022 17:09:35 +0000 (10:09 -0700)] 
gh-92203: Add closure support to exec(). (#92204)

Add a closure keyword-only parameter to exec(). It can only be specified when exec-ing a code object that uses free variables. When specified, it must be a tuple, with exactly the number of cell variables referenced by the code object. closure has a default value of None, and it must be None if the code object doesn't refer to any free variables.

3 years agogh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)
Victor Stinner [Fri, 6 May 2022 14:18:56 +0000 (16:18 +0200)] 
gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT (#92402)

On slow buildbot workers, some test_ssl tests fail randomly because
of short timeout (30 seconds). Use support.LONG_TIMEOUT instead which
is longer and also adjusted (by regrtest --timeout option) on
buildbot workers known to be slow.

3 years agogh-90997: Show cached inline values in `dis` output (#92360)
Brandt Bucher [Fri, 6 May 2022 14:18:09 +0000 (07:18 -0700)] 
gh-90997: Show cached inline values in `dis` output  (#92360)

3 years agogh-92368: Fix missing possessive apostrophe (#92397)
gophra [Fri, 6 May 2022 13:39:16 +0000 (21:39 +0800)] 
gh-92368: Fix missing possessive apostrophe (#92397)

* Fix missing possessive apostrophe

3 years agogh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner [Fri, 6 May 2022 12:40:08 +0000 (14:40 +0200)] 
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)

In C++, the _PyObject_EXTRA_INIT macro now uses nullptr, rather than
0, to initialize the _ob_next and _ob_prev members of the PyObject
structure.

Fix test_cppext failure when Python is built with
./configure --with-trace-refs.

3 years agoFix What's New: use :gh: instead of :issue: (#92395)
Serhiy Storchaka [Fri, 6 May 2022 12:32:10 +0000 (15:32 +0300)] 
Fix What's New: use :gh: instead of :issue: (#92395)

3 years agogh-91827: Add method info_pathlevel() in tkinter (GH-91829)
Serhiy Storchaka [Fri, 6 May 2022 10:50:38 +0000 (13:50 +0300)] 
gh-91827: Add method info_pathlevel() in tkinter (GH-91829)

3 years agoAdd source for character mappings (#92014)
slateny [Fri, 6 May 2022 10:28:09 +0000 (03:28 -0700)] 
Add source for character mappings (#92014)

3 years agogh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood [Fri, 6 May 2022 10:15:18 +0000 (11:15 +0100)] 
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
3 years agogh-84461: Skip network require tests on Emscripten (GH-92383)
Christian Heimes [Fri, 6 May 2022 10:08:36 +0000 (12:08 +0200)] 
gh-84461: Skip network require tests on Emscripten (GH-92383)

3 years agoEnum docs: Remove unnecessary apostrophes (#92382)
Alex Waygood [Fri, 6 May 2022 09:53:00 +0000 (10:53 +0100)] 
Enum docs: Remove unnecessary apostrophes (#92382)

Replace "it's" with "its".

3 years agoDocument the lifetime of `PyUnicode_AsUTF8String` (#92325)
Matt Wozniski [Fri, 6 May 2022 09:37:08 +0000 (05:37 -0400)] 
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)

The current wording implied this, but didn't state it explicitly.

3 years agoGH-89519: Deprecate classmethod descriptor chaining (#92379)
Raymond Hettinger [Fri, 6 May 2022 07:57:53 +0000 (02:57 -0500)] 
GH-89519: Deprecate classmethod descriptor chaining (#92379)

3 years agoDon't apply 'stale' label to issues (#91501)
Hugo van Kemenade [Fri, 6 May 2022 07:18:22 +0000 (10:18 +0300)] 
Don't apply 'stale' label to issues (#91501)

3 years agogh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)
Ethan Furman [Fri, 6 May 2022 07:16:22 +0000 (00:16 -0700)] 
gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)

- add member() and nonmember() functions
- add deprecation warning for internal classes in enums not
  becoming members in 3.13

Co-authored-by: edwardcwang
3 years agogh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)
Gregory P. Smith [Fri, 6 May 2022 07:04:53 +0000 (00:04 -0700)] 
gh-90622: Prevent max_tasks_per_child use with a fork mp_context. (#91587)

Prevent `max_tasks_per_child` use with a "fork" mp_context to avoid deadlocks.

Also defaults to "spawn" when no mp_context is supplied for safe convenience.

3 years agogh-87901: Add encoding to os.popen (GH-92374)
Inada Naoki [Fri, 6 May 2022 05:48:36 +0000 (14:48 +0900)] 
gh-87901: Add encoding to os.popen (GH-92374)

3 years agobpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
Mariusz Felisiak [Fri, 6 May 2022 04:59:32 +0000 (06:59 +0200)] 
bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)

3 years agoNEWS: Reorder items by section (GH-92373)
Inada Naoki [Fri, 6 May 2022 04:58:58 +0000 (13:58 +0900)] 
NEWS: Reorder items by section (GH-92373)

They caused duplicated sections.

3 years agoIssues/88027: A potential double free in list_sort_impl (#92367)
Tim Peters [Fri, 6 May 2022 04:14:09 +0000 (23:14 -0500)] 
Issues/88027: A potential double free in list_sort_impl (#92367)

merge_freemem(): set keys to NULL do it's harmless to call this again.

3 years agogh-92112: Fix crash triggered by an evil custom `mro()` (#92113)
Alexey Izbyshev [Fri, 6 May 2022 04:01:15 +0000 (07:01 +0300)] 
gh-92112: Fix crash triggered by an evil custom `mro()` (#92113)

3 years agogh-92356: Fix regression in ctypes function call overhead (#92357)
Michael Droettboom [Fri, 6 May 2022 03:59:45 +0000 (23:59 -0400)] 
gh-92356: Fix regression in ctypes function call overhead (#92357)

38f331d introduced a delayed initialization routine to set up
ctypes formattable (`_ctypes_init_fielddesc`), but inadvertently
removed setting the `initialization` flag to 1 to avoid initting
each time.

3 years agoupdate argparse's doc of append action. (#92344)
Hai Shi [Fri, 6 May 2022 03:32:35 +0000 (11:32 +0800)] 
update argparse's doc of append action. (#92344)

3 years agogh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner [Fri, 6 May 2022 03:24:29 +0000 (05:24 +0200)] 
gh-88279: Deprecate PySys_SetArgvEx() (#92363)

Deprecate the following C functions:

* PySys_SetArgv()
* PySys_SetArgvEx()
* PySys_SetPath()

3 years agogh-57684: Document safe path in What's New in Python 3.11 (#92362)
Victor Stinner [Fri, 6 May 2022 02:53:00 +0000 (04:53 +0200)] 
gh-57684: Document safe path in What's New in Python 3.11 (#92362)

Mention also -P and PYTHONSAFEPATH in the Security Considerations
page.

3 years agogh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner [Fri, 6 May 2022 01:41:24 +0000 (03:41 +0200)] 
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)

Fix tests failing with the PYTHONSAFEPATH=1 env var.

Enhance also -P help in Python usage (python --help).

3 years agogh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)
Paul Ganssle [Fri, 6 May 2022 00:31:24 +0000 (18:31 -0600)] 
gh-80010: Expand fromisoformat to include most of ISO-8601 (#92177)

This expands `fromisoformat` to cover most of the common uses of ISO 8601. We may expand the scope more in the future.

3 years agogh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner [Thu, 5 May 2022 23:34:11 +0000 (01:34 +0200)] 
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)

Add the -P command line option and the PYTHONSAFEPATH environment
variable to not prepend a potentially unsafe path to sys.path.

* Add sys.flags.safe_path flag.
* Add PyConfig.safe_path member.
* Programs/_bootstrap_python.c uses config.safe_path=0.
* Update subprocess._optim_args_from_interpreter_flags() to handle
  the -P command line option.
* Modules/getpath.py sets safe_path to 1 if a "._pth" file is
  present.

3 years agogh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith [Thu, 5 May 2022 23:22:32 +0000 (16:22 -0700)] 
gh-82616: Add process_group support to subprocess.Popen (#23930)

One more thing that can help prevent people from using `preexec_fn`.

Also adds conditional skips to two tests exposing ASAN flakiness on the Ubuntu 20.04 Address Sanitizer Github CI system. When that build is run on more modern systems the "problem" does not show up. It seems ASAN implementation related.

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
3 years agogh-70363: Emscripten cannot fstat renamed spool file (GH-92354)
Christian Heimes [Thu, 5 May 2022 23:10:37 +0000 (01:10 +0200)] 
gh-70363: Emscripten cannot fstat renamed spool file (GH-92354)

3 years agogh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo [Thu, 5 May 2022 22:39:02 +0000 (01:39 +0300)] 
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)

* Add HTTPMethod enum to http

Create a StrEnum for the 9 common HTTP methods.

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
3 years agogh-92135: test_cppext requires subprocess (GH-92349)
Christian Heimes [Thu, 5 May 2022 22:08:43 +0000 (00:08 +0200)] 
gh-92135: test_cppext requires subprocess (GH-92349)

3 years agogh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)
Christian Heimes [Thu, 5 May 2022 22:07:53 +0000 (00:07 +0200)] 
gh-64783: Don't check value of SIG_DFL and SIG_IGN (#92350)

3 years agogh-92345: Import rlcompleter before sys.path is extended (#92346)
Christian Heimes [Thu, 5 May 2022 19:24:16 +0000 (21:24 +0200)] 
gh-92345: Import rlcompleter before sys.path is extended (#92346)

``pymain_run_python()`` now imports ``readline`` and ``rlcompleter``
before sys.path is extended to include the current working directory of
an interactive interpreter. Non-interactive interpreters are not
affected.

Also move imports of ``re`` and ``keyword`` module to top level so they
are materialized early, too. The ``keyword`` module is trivial and the
``re`` is already imported via ``inspect`` -> ``linecache``.

3 years agogh-87390: Fix starred tuple equality and pickling (GH-92337)
Serhiy Storchaka [Thu, 5 May 2022 17:16:06 +0000 (20:16 +0300)] 
gh-87390: Fix starred tuple equality and pickling (GH-92337)

3 years agominor hashlib doc example cleanup. (#92340)
Gregory P. Smith [Thu, 5 May 2022 16:48:17 +0000 (09:48 -0700)] 
minor hashlib doc example cleanup. (#92340)

Closes #85465

3 years agogh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)
Alexey Izbyshev [Thu, 5 May 2022 16:46:19 +0000 (19:46 +0300)] 
gh-92301: subprocess: Prefer close_range() to procfs-based fd closing (#92303)

#92301: subprocess: Prefer `close_range()` to procfs-based fd closing.

`close_range()` is much faster for large number of file descriptors, e.g.
4 times faster for 1000 descriptors in a Linux 5.16-based environment.

We prefer close_range() only if it's known to be async-signal-safe.

3 years agogh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exi...
Irit Katriel [Thu, 5 May 2022 16:39:33 +0000 (12:39 -0400)] 
gh-92118: Add test for traceback when exception is modified by (Async)ExitStack.__exit__ (GH-92339)

3 years agobpo-41818: Add os.login_tty() for *nix. (#29658)
Soumendra Ganguly [Thu, 5 May 2022 16:04:44 +0000 (11:04 -0500)] 
bpo-41818: Add os.login_tty() for *nix. (#29658)

* Add `os.login_tty(fd)` for Unix.

Reviewed-by: Christian Heimes <christian@python.org>
Signed-off-by: Gregory P. Smith [Google LLC] <greg@krypto.org>
3 years agobpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)
Vlad Hoi [Thu, 5 May 2022 13:40:01 +0000 (16:40 +0300)] 
bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)

To avoid conflicts with `__init__subclass__`.

3 years agobpo-43857: Improve the AttributeError message when deleting a missing attribute ...
Géry Ogam [Thu, 5 May 2022 13:37:26 +0000 (15:37 +0200)] 
bpo-43857: Improve the AttributeError message when deleting a missing attribute (#25424)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
3 years agogh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
Robert Howlett [Thu, 5 May 2022 09:33:35 +0000 (10:33 +0100)] 
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)

3 years agogh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)
Victor Stinner [Thu, 5 May 2022 09:31:59 +0000 (11:31 +0200)] 
gh-89653: PEP 670: Convert PyCFunction macros to functions (#92302)

Convert the following macros to static inline functions:

* PyCFunction_GET_CLASS()
* PyCFunction_GET_FLAGS()
* PyCFunction_GET_FUNCTION()
* PyCFunction_GET_SELF()

Limited C API version 3.11 no longer casts arguments.

3 years agoClean-up and simplify median_grouped(). Vastly improve its docstring. (#92324)
Raymond Hettinger [Thu, 5 May 2022 08:01:07 +0000 (03:01 -0500)] 
Clean-up and simplify median_grouped().  Vastly improve its docstring. (#92324)

3 years agoAllow translating argument error messages (#17169)
DjMorgul [Thu, 5 May 2022 05:32:49 +0000 (07:32 +0200)] 
Allow translating argument error messages (#17169)

3 years agobpo-46764: Fix wrapping bound method with @classmethod (#31367)
Michael J. Sullivan [Thu, 5 May 2022 04:00:21 +0000 (21:00 -0700)] 
bpo-46764: Fix wrapping bound method with @classmethod (#31367)

3 years agogh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)
Sebastian Rittau [Thu, 5 May 2022 00:14:07 +0000 (02:14 +0200)] 
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)

3 years agogh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmana...
Irit Katriel [Wed, 4 May 2022 18:40:47 +0000 (14:40 -0400)] 
gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager (GH-92202)

3 years agoGH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH...
Mark Shannon [Wed, 4 May 2022 15:31:21 +0000 (09:31 -0600)] 
GH-92239: Make sure that PEP 523 is supported, even when specializing first. (GH-92245)

3 years agogh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)
Serhiy Storchaka [Wed, 4 May 2022 14:06:50 +0000 (17:06 +0300)] 
gh-92107: Add tests that subscription works on arbitrary named tuple types (GH-92304)

3 years agogh-92210: Move socket.__init__ to argument clinic (#92237)
Joshua Herman [Wed, 4 May 2022 13:38:01 +0000 (07:38 -0600)] 
gh-92210: Move socket.__init__ to argument clinic (#92237)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
3 years agogh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)
Erlend Egeberg Aasland [Wed, 4 May 2022 13:16:01 +0000 (07:16 -0600)] 
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (#91572)

* Map SQLITE_MISUSE to sqlite3.InterfaceError

SQLITE_MISUSE implies misuse of the SQLite C API, which, if it happens,
is _not_ a user error; it is an sqlite3 extension module error.

* Raise better errors when binding parameters fail.

Instead of always raising InterfaceError, guessing what went wrong,
raise accurate exceptions with more accurate error messages.

3 years agoUse static inline function Py_EnterRecursiveCall() (#91988)
Victor Stinner [Wed, 4 May 2022 11:30:23 +0000 (13:30 +0200)] 
Use static inline function Py_EnterRecursiveCall() (#91988)

Currently, calling Py_EnterRecursiveCall() and
Py_LeaveRecursiveCall() may use a function call or a static inline
function call, depending if the internal pycore_ceval.h header file
is included or not. Use a different name for the static inline
function to ensure that the static inline function is always used in
Python internals for best performance. Similar approach than
PyThreadState_GET() (function call) and _PyThreadState_GET() (static
inline function).

* Rename _Py_EnterRecursiveCall() to _Py_EnterRecursiveCallTstate()
* Rename _Py_LeaveRecursiveCall() to _Py_LeaveRecursiveCallTstate()
* pycore_ceval.h: Rename Py_EnterRecursiveCall() to
  _Py_EnterRecursiveCall() and Py_LeaveRecursiveCall() and
  _Py_LeaveRecursiveCall()