]> git.ipfire.org Git - thirdparty/Python/cpython.git/log
thirdparty/Python/cpython.git
2 years agogh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera [Wed, 26 Apr 2023 22:39:39 +0000 (00:39 +0200)] 
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)

2 years agogh-60436: fix curses textbox backspace/del (#103783)
Aidan Melen [Wed, 26 Apr 2023 20:54:07 +0000 (14:54 -0600)] 
gh-60436: fix curses textbox backspace/del (#103783)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Michael Blahay <mblahay@gmail.com>
2 years agogh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (...
Michael Blahay [Wed, 26 Apr 2023 20:52:23 +0000 (14:52 -0600)] 
gh-48241: Clarify URL needs to be encoded when provided to urlopen and Request (#103855)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2 years agoUpdate MAC_address wikipedia URL in comments (#29019)
180909 [Wed, 26 Apr 2023 20:27:03 +0000 (04:27 +0800)] 
Update MAC_address wikipedia URL in comments (#29019)

2 years agogh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)
Hugo van Kemenade [Wed, 26 Apr 2023 20:20:19 +0000 (23:20 +0300)] 
gh-103884: Docs CI: Only attempt nit-picky PR annotations for PRs (#103889)

2 years agogh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland [Wed, 26 Apr 2023 19:57:48 +0000 (21:57 +0200)] 
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)

2 years agogh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)
Erlend E. Aasland [Wed, 26 Apr 2023 19:22:03 +0000 (21:22 +0200)] 
gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension (#103073)

2 years agogh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)
Owain Davies [Wed, 26 Apr 2023 19:00:19 +0000 (02:00 +0700)] 
gh-101879: docs - italicize argument in smtplib.SMPT() description (#101886)

2 years agogh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)
July Tikhonov [Wed, 26 Apr 2023 18:57:19 +0000 (21:57 +0300)] 
gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)

Clarify the docs of asyncio.loop.subprocess_exec()

Clarify the documentation of stdin, stdout and stderr arguments of
asyncio.loop.subprocess_exec().

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2 years agoGH-99944: Make dis display the value of oparg of KW_NAMES (#103856)
Juhi Chandalia [Wed, 26 Apr 2023 18:00:36 +0000 (12:00 -0600)] 
GH-99944: Make dis display the value of oparg of KW_NAMES (#103856)

Co-authored-by: chilaxan <chilaxan@gmail.com>
2 years agoAdd willingc to CODEOWNERS for asyncio (#103885)
Carol Willing [Wed, 26 Apr 2023 17:22:52 +0000 (11:22 -0600)] 
Add willingc to CODEOWNERS for asyncio (#103885)

2 years agoDocs build: Add upper bounds to transitive dependencies (#103860)
Alex Waygood [Wed, 26 Apr 2023 17:07:31 +0000 (11:07 -0600)] 
Docs build: Add upper bounds to transitive dependencies (#103860)

2 years agogh-103879: Fix refleak in super specialization (#103882)
Jelle Zijlstra [Wed, 26 Apr 2023 15:50:19 +0000 (08:50 -0700)] 
gh-103879: Fix refleak in super specialization (#103882)

2 years agogh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket...
Carol Willing [Wed, 26 Apr 2023 12:32:24 +0000 (06:32 -0600)] 
gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket (#103877)

Clarify that asyncio.Server.sockets is a socket-like TransportSocket

2 years agogh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)
Yichen Yan [Wed, 26 Apr 2023 11:45:58 +0000 (19:45 +0800)] 
gh-103875: Use ascii and latin1 singletons in deepfreeze (#103876)

2 years agogh-103872: Update bundled pip version to 23.1.2 (gh-103873)
Paul Moore [Wed, 26 Apr 2023 10:22:25 +0000 (11:22 +0100)] 
gh-103872: Update bundled pip version to 23.1.2 (gh-103873)

closes: #103872
xref: https://github.com/pypa/pip/pull/12000

<!-- gh-issue-number: gh-103872 -->
* Issue: gh-103872
<!-- /gh-issue-number -->

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2 years agogh-74940: Allow fallback to UTF-8 encoding on systems with no locales installed ...
Gordon Messmer [Wed, 26 Apr 2023 06:33:09 +0000 (23:33 -0700)] 
gh-74940: Allow fallback to UTF-8 encoding on systems with no locales installed (GH-14925)

This change removes the alias of the 'C' locale to 'en_US'. Because of
this alias, it is currently impossible for an application to use
setlocale() to specify a UTF-8 locale on a system that has no locales
installed, but which supports the C.UTF-8 locale/encoding.

2 years agogh-103578: Fix pdb reading code with non-utf8 encoding (#103581) 31302/head
Tian Gao [Wed, 26 Apr 2023 05:04:51 +0000 (22:04 -0700)] 
gh-103578: Fix pdb reading code with non-utf8 encoding (#103581)

`pdb` should use `io.open_code` to open code to avoid encoding issue.

2 years ago gh-99352: Ensure HTTPSConnection is available before exercising https tests. (...
Senthil Kumaran [Wed, 26 Apr 2023 01:02:27 +0000 (19:02 -0600)] 
  gh-99352: Ensure HTTPSConnection is available before exercising https tests. (#103828)

gh-99352: Ensure HTTPSConnection is available before exercising https
tests.

This will fix the buildbot issue mentioned in

https://github.com/python/cpython/pull/99353

2 years agoGH-103804: Add test for dis.findlinestarts (#103806)
Juhi Chandalia [Tue, 25 Apr 2023 21:23:35 +0000 (15:23 -0600)] 
GH-103804: Add test for dis.findlinestarts (#103806)

2 years agogh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer [Tue, 25 Apr 2023 17:45:51 +0000 (11:45 -0600)] 
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)

2 years agogh-103721: Improve cross-references for generic-alias docs (#103838)
Alex Waygood [Tue, 25 Apr 2023 16:24:49 +0000 (10:24 -0600)] 
gh-103721: Improve cross-references for generic-alias docs (#103838)

Cc. @adriangb

The "stub documentation" in `types.rst` does already link to the
in-depth docs in `stdtypes.rst`, but the link isn't obvious for new
users. It deserves to be made more prominent.

- Issue: https://github.com/python/cpython/issues/103721

2 years agogh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)
Samuel Sloniker [Tue, 25 Apr 2023 16:05:59 +0000 (09:05 -0700)] 
gh-51574: Make tempfile.mkdtemp() always return absolute paths (#94612)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
2 years agogh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit...
Petr Viktorin [Tue, 25 Apr 2023 12:56:01 +0000 (14:56 +0200)] 
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit (GH-103831)

Also remove expilcit `type=tarfile.DIRTYPE`, the slash at the end is
enough.

2 years agogh-103726: Set up gcc-10 for ASAN (gh-103728)
Dong-hee Na [Tue, 25 Apr 2023 12:13:36 +0000 (21:13 +0900)] 
gh-103726: Set up gcc-10 for ASAN (gh-103728)

<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
gh-NNNNN: Summary of the changes made
```

Where: gh-NNNNN refers to the GitHub issue number.

Most PRs will require an issue number. Trivial changes, like fixing a
typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `main`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `main`.

-->

<!-- gh-issue-number: gh-103726 -->
* Issue: gh-103726
<!-- /gh-issue-number -->

2 years agoDOC: remove reference to OpenSolaris (#102671)
partev [Tue, 25 Apr 2023 10:45:18 +0000 (06:45 -0400)] 
DOC: remove reference to OpenSolaris (#102671)

2 years agogh-103826: fix unused variable warning introduced in gh-102343 (#103825)
sunmy2019 [Tue, 25 Apr 2023 10:01:04 +0000 (18:01 +0800)] 
gh-103826: fix unused variable warning introduced in gh-102343 (#103825)

2 years agogh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103460)
Eric Snow [Tue, 25 Apr 2023 03:09:35 +0000 (21:09 -0600)] 
gh-100227: Add a Granular Lock for _PyRuntime.imports.extensions.dict (gh-103460)

The lock is unnecessary as long as there's a GIL, but completely
necessary with a per-interpreter GIL.

2 years agogh-103636: add enums for days and months in calendar module (GH-103642)
Prince Roshan [Tue, 25 Apr 2023 02:51:27 +0000 (08:21 +0530)] 
gh-103636: add enums for days and months in calendar module (GH-103642)

Convert day contants to a Day enum, and add a Month enum.

2 years agogh-103718: Correctly set f-string buffers in all cases (GH-103815)
Lysandros Nikolaou [Tue, 25 Apr 2023 01:31:21 +0000 (19:31 -0600)] 
gh-103718: Correctly set f-string buffers in all cases (GH-103815)

Turns out we always need to remember/restore fstring buffers in all of
the stack of tokenizer modes, cause they might change to
`TOK_REGULAR_MODE` and have newlines inside the braces (which is when we
need to reallocate the buffer and restore the fstring ones).

2 years agogh-82814: fix shutil access error on WSL (#103790)
Allan Lago [Tue, 25 Apr 2023 00:45:38 +0000 (18:45 -0600)] 
gh-82814: fix shutil access error on WSL (#103790)

gh-82814: Adds `errno.EACCES` to the list of ignored errors on
`_copyxattr`.  EPERM and EACCES are different constants but
in general should be treated the same.

News entry authored by: Gregory P. Smith <greg@krypto.org>

2 years agoAlso fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" present...
Łukasz Langa [Mon, 24 Apr 2023 23:49:50 +0000 (01:49 +0200)] 
Also fail DO-NOT-MERGE when "awaiting changes" or "awaiting change review" present on PR (#103807)

"awaiting changes" means somebody put a review that requested changes.

"awaiting change review" means that the PR author published changes
after a red review and then requested a re-review.

2 years agogh-103765: Remove pkgutil.rst from .nitignore (GH-103797)
Jaime Alonso Lorenzo [Mon, 24 Apr 2023 23:42:43 +0000 (17:42 -0600)] 
gh-103765: Remove pkgutil.rst from .nitignore (GH-103797)

2 years agogh-103810: Fix broken references in dataclasses (#103811)
Olga Matoula [Mon, 24 Apr 2023 23:26:18 +0000 (17:26 -0600)] 
gh-103810: Fix broken references in dataclasses (#103811)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2 years agoGH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira [Mon, 24 Apr 2023 23:24:49 +0000 (17:24 -0600)] 
GH-103805: Lib test f541 linting issue fix (#103812)

This PR makes some minor linting adjustments to the Lib/test module
caught by [ruff](https://github.com/charliermarsh/ruff). The adjustments
are all related to the `F541 f-string without any placeholders` issue.

Issue: https://github.com/python/cpython/issues/103805

<!-- gh-issue-number: gh-103805 -->
* Issue: gh-103805
<!-- /gh-issue-number -->

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2 years agogh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
Eric Snow [Mon, 24 Apr 2023 23:23:57 +0000 (17:23 -0600)] 
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)

This is strictly about moving the "obmalloc" runtime state from
`_PyRuntimeState` to `PyInterpreterState`.  Doing so improves isolation
between interpreters, specifically most of the memory (incl. objects)
allocated for each interpreter's use.  This is important for a
per-interpreter GIL, but such isolation is valuable even without it.

FWIW, a per-interpreter obmalloc is the proverbial
canary-in-the-coalmine when it comes to the isolation of objects between
interpreters.  Any object that leaks (unintentionally) to another
interpreter is highly likely to cause a crash (on debug builds at
least).  That's a useful thing to know, relative to interpreter
isolation.

2 years agogh-103801: Tools/wasm linting and formatting (#103796)
Daniel Versoza [Mon, 24 Apr 2023 22:42:02 +0000 (19:42 -0300)] 
gh-103801: Tools/wasm linting and formatting (#103796)

This PR makes three minor linting adjustments to the `wasm` module
caught by [ruff](https://github.com/charliermarsh/ruff).

<!-- gh-issue-number: gh-103801 -->
* Issue: gh-103801
<!-- /gh-issue-number -->

---------

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2 years agogh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketse...
jb2170 [Mon, 24 Apr 2023 22:35:52 +0000 (23:35 +0100)] 
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer socketservers (#103674)

sockserver gains ForkingUnixStreamServer and ForkingUnixDatagramServer classes for consistency with all of the others. Ironically these existed but were buried in our test suite.

Addresses #103673

<!-- gh-issue-number: gh-103673 -->
* Issue: gh-103673
<!-- /gh-issue-number -->

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2 years agogh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)
Eric Snow [Mon, 24 Apr 2023 22:30:13 +0000 (16:30 -0600)] 
gh-95795: Move types.next_version_tag to PyInterpreterState (gh-102343)

Core static types will continue to use the global value.  All other types
will use the per-interpreter value.  They all share the same range, where
the global types use values < 2^16 and each interpreter uses values
higher than that.

2 years agogh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer [Mon, 24 Apr 2023 22:22:14 +0000 (16:22 -0600)] 
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)

This speeds up `super()` (by around 85%, for a simple one-level
`super().meth()` microbenchmark) by avoiding allocation of a new
single-use `super()` object on each use.

2 years agogh-103791: Make contextlib.suppress also act on exceptions within an ExceptionGroup...
Łukasz Langa [Mon, 24 Apr 2023 22:17:02 +0000 (00:17 +0200)] 
gh-103791: Make contextlib.suppress also act on exceptions within an ExceptionGroup (#103792)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
2 years agogh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)
Eric Snow [Mon, 24 Apr 2023 21:48:05 +0000 (15:48 -0600)] 
gh-100227: Only Use deepfreeze for the Main Interpreter (gh-103794)

Deep-frozen code objects are cannot be shared (currently) by
interpreters, due to how adaptive specialization can modify the
bytecodes. We work around this by only using the deep-frozen objects in
the main interpreter. This does incur a performance penalty for
subinterpreters, which we may be able to resolve later.

2 years agogh-103492: Clarify SyntaxWarning with literal comparison (#103493)
Shantanu [Mon, 24 Apr 2023 21:42:57 +0000 (15:42 -0600)] 
gh-103492: Clarify SyntaxWarning with literal comparison (#103493)

2 years agogh-101100: Fix Sphinx warnings in `argparse` module (#103289)
Hugo van Kemenade [Mon, 24 Apr 2023 21:36:32 +0000 (15:36 -0600)] 
gh-101100: Fix Sphinx warnings in `argparse` module (#103289)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
2 years agogh-101517: fix line number propagation in code generated for except* (#103550)
Irit Katriel [Mon, 24 Apr 2023 20:58:51 +0000 (14:58 -0600)] 
gh-101517: fix line number propagation in code generated for except* (#103550)

2 years agogh-103780: Use patch instead of mock in asyncio unix events test (#103782)
Itamar Ostricher [Mon, 24 Apr 2023 20:12:48 +0000 (13:12 -0700)] 
gh-103780: Use patch instead of mock in asyncio unix events test (#103782)

2 years agogh-102498 Clean up unused variables and imports in the email module (#102482)
JosephSBoyle [Mon, 24 Apr 2023 19:19:28 +0000 (20:19 +0100)] 
gh-102498 Clean up unused variables and imports in the email module  (#102482)

* Clean up unused variables and imports in the email module

* Remove extra newline char

* Remove superflous dict+unpacking syntax

* Remove unused 'msg' var

* Clean up unused variables and imports in the email module

* Remove extra newline char

* Remove superflous dict+unpacking syntax

* Remove unused 'msg' var

---------

Co-authored-by: Barry Warsaw <barry@python.org>
2 years agogh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)
Nikita Sobolev [Mon, 24 Apr 2023 18:57:36 +0000 (21:57 +0300)] 
gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244)

2 years agogh-99032: datetime docs: Encoding is no longer relevant (#93365)
William Andrea [Mon, 24 Apr 2023 18:54:16 +0000 (14:54 -0400)] 
gh-99032: datetime docs: Encoding is no longer relevant (#93365)

This removes a section of the `strftime` and `strptime` documentation that refers to a bygone era when `strftime` would return an encoded byte string.

---------

Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
2 years agogh-94300: Update datetime.strptime documentation (#95318)
Howie Zhao [Mon, 24 Apr 2023 18:35:15 +0000 (02:35 +0800)] 
gh-94300: Update datetime.strptime documentation (#95318)

The new wording better reflects the cases where `datetime.strptime` differs from` time.strptime`.

---------

Co-authored-by: Paul Ganssle <git@m.ganssle.io>
2 years agogh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)
Zachary Ware [Mon, 24 Apr 2023 18:31:43 +0000 (13:31 -0500)] 
gh-103776: Remove explicit uses of $(SHELL) from Makefile (GH-103778)

This avoids conflicting with the shebang of the called scripts as well
as avoiding hard errors on platforms where the called script runs a
failing unchecked command in the usual course of checking since
`SHELL=/bin/sh -e` as of a90863c.

Fixes gh-103776.

2 years agogh-87092: fix a few cases of incorrect error handling in compiler (#103456)
Irit Katriel [Mon, 24 Apr 2023 18:30:49 +0000 (12:30 -0600)] 
gh-87092: fix a few cases of incorrect error handling in compiler (#103456)

gh-87092: fix a few cases of incorrect error handling

2 years agoGH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)
Lysandros Nikolaou [Mon, 24 Apr 2023 18:30:21 +0000 (12:30 -0600)] 
GH-103727: Avoid advancing tokenizer too far in f-string mode (GH-103775)

2 years agoRevert "Add tests for empty range equality (#103751)" (#103770)
Terry Jan Reedy [Mon, 24 Apr 2023 18:29:57 +0000 (14:29 -0400)] 
Revert "Add tests for empty range equality (#103751)" (#103770)

This reverts commit dca27a69a8261353f7f986eb8f808f0d487ac4b7.
Added tests are redundant with existing tests.

2 years agogh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#94519)
Oleg Iarygin [Mon, 24 Apr 2023 18:27:48 +0000 (22:27 +0400)] 
gh-94518: Port 23-argument `_posixsubprocess.fork_exec` to Argument Clinic (#94519)

Convert fork_exec to pre-inlined-argparser Argument Clinic

Co-authored-by: Gregory P. Smith <greg@krypto.org>
2 years agoGH-65022: Fix description of copyreg.pickle function (#102656)
Furkan Onder [Mon, 24 Apr 2023 17:26:40 +0000 (20:26 +0300)] 
GH-65022: Fix description of copyreg.pickle function (#102656)

Fix description of copyreg.pickle function

2 years agogh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-103324)
Eric Snow [Mon, 24 Apr 2023 17:17:02 +0000 (11:17 -0600)] 
gh-103323: Get the "Current" Thread State from a Thread-Local Variable (gh-103324)

We replace _PyRuntime.tstate_current with a thread-local variable. As part of this change, we add a _Py_thread_local macro in pyport.h (only for the core runtime) to smooth out the compiler differences. The main motivation here is in support of a per-interpreter GIL, but this change also provides some performance improvement opportunities.

Note that we do not provide a fallback to the thread-local, either falling back to the old tstate_current or to thread-specific storage (PyThread_tss_*()). If that proves problematic then we can circle back. I consider it unlikely, but will run the buildbots to double-check.

Also note that this does not change any of the code related to the GILState API, where it uses a thread state stored in thread-specific storage. I suspect we can combine that with _Py_tss_tstate (from here). However, that can be addressed separately and is not urgent (nor critical).

(While this change was mostly done independently, I did take some inspiration from earlier (~2020) work by @markshannon (main...markshannon:threadstate_in_tls) and @vstinner (#23976).)

2 years agogh-91687: modernize dataclass example typing (#103773)
Allan Lago [Mon, 24 Apr 2023 17:16:23 +0000 (11:16 -0600)] 
gh-91687: modernize dataclass example typing (#103773)

modernize dataclass example typing `list` rather than `List` and comment as to that line being the alluded too error.

2 years agogh-103746: Test `types.UnionType` and `Literal` types together (#103747)
Nikita Sobolev [Mon, 24 Apr 2023 16:55:16 +0000 (19:55 +0300)] 
gh-103746: Test `types.UnionType` and `Literal` types together (#103747)

2 years agogh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)
Jaime Alonso Lorenzo [Mon, 24 Apr 2023 16:51:45 +0000 (10:51 -0600)] 
gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)

2 years agogh-87452: Improve the Popen.returncode docs
Joshua Herman [Mon, 24 Apr 2023 16:46:12 +0000 (10:46 -0600)] 
gh-87452: Improve the Popen.returncode docs

Clarifies that it remains None until a method checking the child process status has been called and noticed it has terminated.

2 years agoRemoved unnecessary escaping of asterisks (#103714)
Richard Hajek [Mon, 24 Apr 2023 16:31:41 +0000 (18:31 +0200)] 
Removed unnecessary escaping of asterisks (#103714)

Removed unnecessary escaping of asterisks, as visible both on GitHub and in https://docs.python.org/3/library/decimal.html#decimal.localcontext

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2 years agoGH-102973: Slim down Fedora packages in the dev container (#103283)
Miro Hrončok [Mon, 24 Apr 2023 16:12:15 +0000 (18:12 +0200)] 
GH-102973: Slim down Fedora packages in the dev container (#103283)

2 years agogh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)
Brett Simmers [Mon, 24 Apr 2023 16:07:47 +0000 (09:07 -0700)] 
gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095)

2 years agoAdd tests for empty range equality (#103751)
Kirill [Mon, 24 Apr 2023 14:32:15 +0000 (17:32 +0300)] 
Add tests for empty range equality (#103751)

2 years agogh-103712: Increase the length of the type name in AttributeError messages (#103713)
Alex Gaynor [Mon, 24 Apr 2023 14:23:08 +0000 (08:23 -0600)] 
gh-103712: Increase the length of the type name in AttributeError messages (#103713)

2 years agogh-44123: Add note on relative path for os.exec* (GH-93826)
Stanley [Mon, 24 Apr 2023 13:52:31 +0000 (06:52 -0700)] 
gh-44123: Add note on relative path for os.exec* (GH-93826)

Co-authored-by: Steve Dower <steve.dower@python.org>
2 years agoChange 'dependant' to 'dependent' (#103745)
Christopher Chavez [Mon, 24 Apr 2023 13:40:30 +0000 (08:40 -0500)] 
Change 'dependant' to 'dependent' (#103745)

The word 'dependent' is both an adjective and a noun. A 'dependant' is a British alternative spelling for the noun form. In idlelib.sidebar, 'OS-dependant' is an adjective and clearly wrong. In 'Using', 'dependant' as a noun would be acceptable in Britain, but we use American spellings in Python docs.
https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant

2 years agogh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)
Petr Viktorin [Mon, 24 Apr 2023 08:58:06 +0000 (10:58 +0200)] 
gh-102950: Implement PEP 706 – Filter for tarfile.extractall (#102953)

2 years agogh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)
Tian Gao [Mon, 24 Apr 2023 05:03:49 +0000 (22:03 -0700)] 
gh-103285: Rewrite _splitlines_no_ff to improve performance (#103307)

2 years agogh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)
Christopher Chavez [Mon, 24 Apr 2023 01:31:44 +0000 (20:31 -0500)] 
gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686)

---------

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
2 years agogh-103668: Run pyugrade on idlelib (#103671)
Nikita Sobolev [Sun, 23 Apr 2023 23:25:08 +0000 (02:25 +0300)] 
gh-103668: Run pyugrade on idlelib (#103671)

---------
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2 years agogh-103724: Add test case if no arg as provided in os.register_at_fork (gh-103725)
Ankit Kumar Pandey [Sun, 23 Apr 2023 23:14:14 +0000 (04:44 +0530)] 
gh-103724: Add test case if no arg as provided in os.register_at_fork (gh-103725)

2 years agogh-81403: Add NEWS entry for PR #13951 (#103729)
Senthil Kumaran [Sun, 23 Apr 2023 22:58:03 +0000 (16:58 -0600)] 
gh-81403: Add NEWS entry for PR #13951 (#103729)

Add NEWS entry for PR #13951

2 years agogh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe [Sun, 23 Apr 2023 19:24:30 +0000 (20:24 +0100)] 
gh-101688: Implement types.get_original_bases (#101827)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2 years agoGH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)
Lysandros Nikolaou [Sun, 23 Apr 2023 19:06:10 +0000 (13:06 -0600)] 
GH-103718: Correctly cache and restore f-string buffers when needed (GH-103719)

2 years agogh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103706)
Nikita Sobolev [Sun, 23 Apr 2023 17:50:23 +0000 (20:50 +0300)] 
gh-103592: Add tests of `Literal` with `Enum` and `Union` of `Literal`s (#103706)

2 years agogh-103716: Add test support requires fork in simple_subprocess (gh-103717)
Ankit Kumar Pandey [Sun, 23 Apr 2023 17:19:16 +0000 (22:49 +0530)] 
gh-103716: Add test support requires fork in simple_subprocess  (gh-103717)

add requires fork as test case depends on this

2 years agogh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)
Dong-hee Na [Sun, 23 Apr 2023 17:18:49 +0000 (11:18 -0600)] 
gh-101408: PyObject_GC_Resize should calculate preheader size. (gh-101741)

2 years agoGH-103699: Add `__orig_bases__` to various typing classes (#103698)
Adrian Garcia Badaracco [Sun, 23 Apr 2023 14:33:39 +0000 (08:33 -0600)] 
GH-103699:  Add `__orig_bases__` to various typing classes (#103698)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2 years agogh-81403: Fix for CacheFTPHandler in urllib (#13951)
Dan Hemberger [Sun, 23 Apr 2023 04:41:23 +0000 (21:41 -0700)] 
gh-81403: Fix for CacheFTPHandler in urllib (#13951)

bpo-37222: Fix for CacheFTPHandler in urllib

A call to FTP.ntransfercmd must be followed by FTP.voidresp to clear
the "end transfer" message. Without this, the client and server get
out of sync, which will result in an error if the FTP instance is
reused to open a second URL. This scenario occurs for even the most
basic usage of CacheFTPHandler.

Reverts the patch merged as a resolution to bpo-16270 and adds a test
case for the CacheFTPHandler in test_urllib2net.py.

Co-authored-by: Senthil Kumaran <senthil@python.org>
2 years agogh-102310: Change error range for invalid bytes literals (#103663)
Nikita Sobolev [Sun, 23 Apr 2023 00:08:27 +0000 (03:08 +0300)] 
gh-102310: Change error range for invalid bytes literals (#103663)

2 years agogh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)
Randy [Sat, 22 Apr 2023 23:33:50 +0000 (17:33 -0600)] 
gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)

Clarify sub directories used by pkgutil.extend_path in the docs and the docstring

2 years agoRevert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (...
Hugo van Kemenade [Sat, 22 Apr 2023 21:41:58 +0000 (15:41 -0600)] 
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (#103616)

This reverts commit ace51dcdb781b0608b1273d246ebaee849561435.

2 years agogh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo [Sat, 22 Apr 2023 19:39:37 +0000 (15:39 -0400)] 
gh-84436: Implement Immortal Objects (gh-19474)

This is the implementation of PEP683

Motivation:

The PR introduces the ability to immortalize instances in CPython which bypasses reference counting. Tagging objects as immortal allows up to skip certain operations when we know that the object will be around for the entire execution of the runtime.

Note that this by itself will bring a performance regression to the runtime due to the extra reference count checks. However, this brings the ability of having truly immutable objects that are useful in other contexts such as immutable data sharing between sub-interpreters.

2 years agogh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103681)
Jason R. Coombs [Sat, 22 Apr 2023 17:52:51 +0000 (13:52 -0400)] 
gh-103661: Apply bugfix from importlib_metadata 6.5.1 and restore test. (#103681)

2 years agogh-83791: Raise TypeError for len(memoryview_0d) (#18463)
Eric Wieser [Sat, 22 Apr 2023 16:32:47 +0000 (17:32 +0100)] 
gh-83791: Raise TypeError for len(memoryview_0d) (#18463)

Changes the behaviour of `len` on a zero-dimensional `memoryview` to raise `TypeError`. Previously, `len` would return `1`.

2 years agoGH-103484: Fix broken links reported by linkcheck (#103608)
Rafael Fontenelle [Sat, 22 Apr 2023 14:24:47 +0000 (11:24 -0300)] 
GH-103484: Fix broken links reported by linkcheck (#103608)

* Doc: Fix broken links reported by linkcheck

* Apply suggestions from code review

- Remove extra diff line in faq/library.rst (merwok)
- Use HTTPS to link Unicode 15.0.0 to solve a redirect (hugovk)
- Use wayback machine link for openssl 1.1.0 instead of linking 1.1.1, "as this text mentions a feature from 1.1.0" (hugovk)

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Doc: Make mark-up code as literal

* Doc: Alphabetize items in linkcheck_ignore

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Doc: Improve comment in sphinx conf

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
---------

Co-authored-by: Éric <merwok@netwok.org>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2 years agoGH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-103669)
Raymond Hettinger [Sat, 22 Apr 2023 14:18:25 +0000 (09:18 -0500)] 
GH-103475: cache() and lru_cache() do not have a "call once" guarantee (GH-103669)

2 years agoDescriptor HowTo: Update to include attributes added in Python 3.10 (GH-103666)
Raymond Hettinger [Sat, 22 Apr 2023 13:29:40 +0000 (08:29 -0500)] 
Descriptor HowTo:  Update to include attributes added in Python 3.10  (GH-103666)

2 years agogh-103559: Update bundled pip version to 23.1.1 (gh-103560)
Paul Moore [Sat, 22 Apr 2023 11:19:23 +0000 (12:19 +0100)] 
gh-103559: Update bundled pip version to 23.1.1 (gh-103560)

* Update bundled pip version to 23.1
* Update to pip 23.1.1

2 years agogh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos...
Nikita Sobolev [Sat, 22 Apr 2023 05:45:10 +0000 (08:45 +0300)] 
gh-103556: [inspect.Signature] disallow pos-or-kw params without default after pos-only with default (#103557)

2 years agoMinor improvements to the functools docs (#103672)
Raymond Hettinger [Sat, 22 Apr 2023 01:53:50 +0000 (20:53 -0500)] 
Minor improvements to the functools docs (#103672)

* Use an f-string for improved readability

* Put version notes in chronological order

2 years agoGH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)
Raymond Hettinger [Sat, 22 Apr 2023 01:52:37 +0000 (20:52 -0500)] 
GH-103415: Document itertools.batched() in whatsnew.3.12 (#103670)

2 years agogh-103661: Skip failing test on Windows. (#103662)
Jason R. Coombs [Fri, 21 Apr 2023 15:30:30 +0000 (11:30 -0400)] 
gh-103661: Skip failing test on Windows. (#103662)

2 years agogh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)
Oleg Iarygin [Fri, 21 Apr 2023 13:27:50 +0000 (17:27 +0400)] 
gh-103082: Fix shifted field initialization in `instrumentation.c` (GH-103561)

Fix shifted field initialization in instrumentation.c

2 years agoSync with importlib_metadata 6.5 (GH-103584)
Jason R. Coombs [Fri, 21 Apr 2023 02:12:48 +0000 (22:12 -0400)] 
Sync with importlib_metadata 6.5 (GH-103584)

2 years agogh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request.Abstract...
Wheeler Law [Fri, 21 Apr 2023 02:04:25 +0000 (21:04 -0500)] 
gh-99352: Respect `http.client.HTTPConnection.debuglevel` in `urllib.request.AbstractHTTPHandler`  (#99353)

* bugfix: let the HTTP- and HTTPSHandlers respect the value of http.client.HTTPConnection.debuglevel

* add tests

* add news

* ReSTify NEWS and reword a bit.

* Address Review Comments.

* Use mock.patch.object instead of settting the module level value.
* Used test values to assert the debuglevel.

---------

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Senthil Kumaran <senthil@python.org>
2 years agogh-98641: Document difference between task group and gather (#103644)
Adrien [Thu, 20 Apr 2023 14:07:41 +0000 (16:07 +0200)] 
gh-98641: Document difference between task group and gather (#103644)

The purpose of the comments is to rule out the implication that asyncio.TaskGroup is a drop-in replacement / better alternative to asyncio.gather().

2 years agogh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
Eric Snow [Wed, 19 Apr 2023 22:09:35 +0000 (16:09 -0600)] 
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)

I recently added some tests to test_imp, but @warsaw is removing that file in gh-98573. The tests are worth keeping so here I'm moving them to test_import.