-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-142461: Move misplaced NEWS entries to an appropriate section #143392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
c844f6d
ebb08da
8b2db3e
d70464f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -160,7 +160,7 @@ to calculate those doing pointer arithmetic. | |
| .. date: 2022-10-06-15-45-57 | ||
| .. gh-issue: 96078 | ||
| .. nonce: fS-6mU | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`os.sched_yield` now release the GIL while calling sched_yield(2). | ||
| Patch by Donghee Na. | ||
|
|
@@ -170,7 +170,7 @@ Patch by Donghee Na. | |
| .. date: 2022-10-06-14-14-28 | ||
| .. gh-issue: 97955 | ||
| .. nonce: Nq5VXD | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Migrate :mod:`zoneinfo` to Argument Clinic. | ||
|
|
||
|
|
@@ -223,7 +223,7 @@ chance to execute the GC periodically. | |
| .. date: 2022-10-05-00-37-27 | ||
| .. gh-issue: 65961 | ||
| .. nonce: z0Ys0y | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| When ``__package__`` is different than ``__spec__.parent``, raise a | ||
| ``DeprecationWarning`` instead of ``ImportWarning``. | ||
|
|
@@ -361,7 +361,7 @@ branching conditions. | |
| .. date: 2022-09-19-03-35-01 | ||
| .. gh-issue: 96821 | ||
| .. nonce: izK6JA | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fix undefined behaviour in ``audioop.c``. | ||
|
|
||
|
|
@@ -481,7 +481,7 @@ Fix case of undefined behavior in ceval.c | |
| .. date: 2022-09-08-20-58-10 | ||
| .. gh-issue: 64373 | ||
| .. nonce: AfCi36 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Convert :mod:`!_functools` to argument clinic. | ||
|
|
||
|
|
@@ -490,7 +490,7 @@ Convert :mod:`!_functools` to argument clinic. | |
| .. date: 2022-09-07-13-38-37 | ||
| .. gh-issue: 96641 | ||
| .. nonce: wky0Fc | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Do not expose ``KeyWrapper`` in :mod:`!_functools`. | ||
|
|
||
|
|
@@ -990,7 +990,7 @@ bytecode compiler. | |
| .. date: 2022-07-20-09-04-55 | ||
| .. gh-issue: 95023 | ||
| .. nonce: bs-xd7 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Implement :func:`os.setns` and :func:`os.unshare` for Linux. Patch by Noam | ||
| Cohen. | ||
|
|
@@ -1021,7 +1021,7 @@ Previously it could cause SystemError or other undesired behavior. | |
| .. date: 2022-07-19-04-34-56 | ||
| .. gh-issue: 94996 | ||
| .. nonce: dV564A | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse function definitions with | ||
| positional-only params when passed ``feature_version`` less than ``(3, 8)``. | ||
|
|
@@ -1041,7 +1041,7 @@ Allow jumping within, out of, and across exception handlers in the debugger. | |
| .. date: 2022-07-18-05-10-29 | ||
| .. gh-issue: 94949 | ||
| .. nonce: OsZ7_s | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse parenthesized context managers when | ||
| passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain. | ||
|
|
@@ -1051,7 +1051,7 @@ passed ``feature_version`` less than ``(3, 9)``. Patch by Shantanu Jain. | |
| .. date: 2022-07-18-04-48-34 | ||
| .. gh-issue: 94947 | ||
| .. nonce: df9gUw | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`ast.parse` will no longer parse assignment expressions when passed | ||
| ``feature_version`` less than ``(3, 8)``. Patch by Shantanu Jain. | ||
|
|
@@ -1394,7 +1394,7 @@ calls. Previously, the end column could precede the column offset. | |
| .. date: 2022-06-09-19-19-02 | ||
| .. gh-issue: 93461 | ||
| .. nonce: 5DqP1e | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :func:`importlib.invalidate_caches` now drops entries from | ||
| :data:`sys.path_importer_cache` with a relative path as name. This solves a | ||
|
|
@@ -1729,7 +1729,7 @@ tracing functions implemented in C. | |
| .. date: 2022-05-11-09-16-54 | ||
| .. gh-issue: 91102 | ||
| .. nonce: lenv9h | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| :meth:`!_warnings.warn_explicit` is ported to Argument Clinic. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I’ll wait for confirmation before applying changes.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We usually should not add NEWS entries for Argument Clinic related changes, as they are pure refactoring and should not affect behavior. So I sugget to revert this change, and open a separate issue for removing NEWS entries for Argument Clinic related changes. |
||
|
|
||
|
|
@@ -1759,7 +1759,7 @@ no longer does anything. | |
| .. date: 2022-05-03-20-12-18 | ||
| .. gh-issue: 92261 | ||
| .. nonce: aigLnb | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fix hang when trying to iterate over a ``typing.Union``. | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -102,7 +102,7 @@ Shrink the number of inline :opcode:`CACHE` entries used by | |
| .. date: 2023-03-08-08-37-36 | ||
| .. gh-issue: 102491 | ||
| .. nonce: SFvvsC | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Improve import time of ``platform`` by removing IronPython version parsing. | ||
| The IronPython version parsing was not functional (see | ||
|
|
@@ -187,7 +187,7 @@ Improve build support for the Xbox. Patch by Max Bachmann. | |
| .. date: 2023-02-21-23-42-39 | ||
| .. gh-issue: 102027 | ||
| .. nonce: fQARG0 | ||
| .. section: Core and Builtins | ||
| .. section: Build | ||
|
|
||
| Fix SSE2 and SSE3 detection in ``_blake2`` internal module. Patch by Max | ||
| Bachmann. | ||
|
|
@@ -207,7 +207,7 @@ Deprecate ``co_lnotab`` in code objects, schedule it for removal in Python | |
| .. bpo: 1635741 | ||
| .. date: 2020-07-04-09-04-41 | ||
| .. nonce: ZsP31Y | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Adapt :mod:`!_pickle` to :pep:`687`. Patch by Mohamed Koubaa and Erlend | ||
| Aasland. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @picnixz could you please confirm if this should be in (Core and Builtins)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Library. |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ for speed. | |
| .. date: 2024-05-03-18-01-26 | ||
| .. gh-issue: 95382 | ||
| .. nonce: 73FSEv | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Improve performance of :func:`json.dumps` and :func:`json.dump` when using | ||
| the argument *indent*. Depending on the data the encoding using | ||
|
|
@@ -120,7 +120,7 @@ the GIL is always enabled. In the free-threaded build, it may return | |
| .. date: 2024-05-02-15-57-07 | ||
| .. gh-issue: 118164 | ||
| .. nonce: AF6kwI | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is Core. This is about |
||
|
|
||
| Break a loop between the Python implementation of the :mod:`decimal` module | ||
| and the Python code for integer to string conversion. Also optimize integer | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The first part is perhaps closer to core, as the part of the import machinery.