-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
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
Changes from 1 commit
c844f6d
ebb08da
8b2db3e
d70464f
1f59942
c421ed6
3de7ae1
6f3df74
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``. | ||
|
|
@@ -245,7 +245,7 @@ Long deprecated, ``module_repr()`` should now be completely eradicated. | |
| .. date: 2022-10-04-14-04-40 | ||
| .. gh-issue: 86298 | ||
| .. nonce: QVM7G1 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
serhiy-storchaka marked this conversation as resolved.
Outdated
|
||
|
|
||
| In cases where ``warnings.warn_explicit()`` consults the module's loader, an | ||
| ``DeprecationWarning`` is issued when ``m.__loader__`` differs from | ||
|
|
@@ -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`. | ||
|
|
||
|
|
@@ -924,7 +924,7 @@ constructed without an instance of the compiler struct. | |
| .. date: 2022-07-24-00-27-47 | ||
| .. gh-issue: 95185 | ||
| .. nonce: ghYTZx | ||
| .. 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 change is wrong, it was fixing the parser?
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. thanks for pointing out. |
||
|
|
||
| Prevented crashes in the AST constructor when compiling some absurdly long | ||
| expressions like ``"+0"*1000000``. :exc:`RecursionError` is now raised | ||
|
|
@@ -935,7 +935,7 @@ instead. Patch by Pablo Galindo | |
| .. date: 2022-07-23-19-16-25 | ||
| .. gh-issue: 93351 | ||
| .. nonce: 0Jyvu- | ||
| .. 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.
|
||
|
|
||
| :class:`ast.AST` node positions are now validated when provided to | ||
| :func:`compile` and other related functions. If invalid positions are | ||
|
|
@@ -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. | ||
|
|
@@ -1070,7 +1070,7 @@ Ensures the program name is known for help text during interpreter startup. | |
| .. date: 2022-07-16-08-14-17 | ||
| .. gh-issue: 94869 | ||
| .. nonce: eRwMsX | ||
| .. 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 a core and built-in. Other changes to |
||
|
|
||
| Fix the column offsets for some expressions in multi-line f-strings | ||
| :mod:`ast` nodes. Patch by Pablo Galindo. | ||
|
|
@@ -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 | ||
|
|
@@ -1469,7 +1469,7 @@ lookup of the :attr:`~types.CodeType.co_code` attribute. | |
| .. date: 2022-05-30-19-00-38 | ||
| .. gh-issue: 93359 | ||
| .. nonce: zXV3A0 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
serhiy-storchaka marked this conversation as resolved.
Outdated
|
||
|
|
||
| Ensure that custom :mod:`ast` nodes without explicit end positions can be | ||
| compiled. Patch by Pablo Galindo. | ||
|
|
@@ -1642,7 +1642,7 @@ not finalized at exit. Patch by Kumar Aditya. | |
| .. date: 2022-05-18-18-34-45 | ||
| .. gh-issue: 92930 | ||
| .. nonce: kpYPOb | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Fixed a crash in ``_pickle.c`` from mutating collections during | ||
| ``__reduce__`` or ``persistent_id``. | ||
|
|
@@ -1709,7 +1709,7 @@ Jin. | |
| .. date: 2022-05-13-00-57-18 | ||
| .. gh-issue: 92658 | ||
| .. nonce: YdhFE2 | ||
| .. section: Core and Builtins | ||
| .. section: Library | ||
|
|
||
| Add support for connecting and binding to Hyper-V sockets on Windows Hyper-V | ||
| hosts and guests. | ||
|
|
@@ -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. | ||
|
serhiy-storchaka marked this conversation as resolved.
|
||
|
|
||
|
|
@@ -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``. | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.