Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Misc/NEWS.d/3.12.0a1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down Expand Up @@ -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``.
Expand Down Expand Up @@ -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``.

Expand Down Expand Up @@ -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.

Expand All @@ -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`.

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)``.
Expand All @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's in Python because we need to access it from everywhere, but the module itself is more as a "library" module. @serhiy-storchaka thoughts on this one? I think it doesn't really matter though (and it could even be a "build" change...).

I’ll wait for confirmation before applying changes.


Expand Down Expand Up @@ -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``.

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.12.0a2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ aware of this shim frame and the changes to the semantics of
.. date: 2022-10-19-01-01-08
.. gh-issue: 98415
.. nonce: ZS2eWh
.. section: Core and Builtins
.. section: Build

Fix detection of MAC addresses for :mod:`uuid` on certain OSs. Patch by
Chaim Sanders
Expand Down Expand Up @@ -405,7 +405,7 @@ Expose :const:`~socket.ETH_P_ALL` and some of the :ref:`ETHERTYPE_* constants
.. date: 2022-06-10-16-37-44
.. gh-issue: 93696
.. nonce: 65BI2R
.. section: Core and Builtins
.. section: Library

Allow :mod:`pdb` to locate source for frozen modules in the standard
library.
Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.12.0a3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Fix bug where an :exc:`ExceptionGroup` subclass can wrap a
.. date: 2022-11-16-21-35-30
.. gh-issue: 99547
.. nonce: p_c_bp
.. section: Core and Builtins
.. section: Library

Add a function to os.path to check if a path is a junction: isjunction. Add
similar functionality to pathlib.Path as is_junction.
Expand All @@ -110,7 +110,7 @@ similar functionality to pathlib.Path as is_junction.
.. date: 2022-11-12-01-39-57
.. gh-issue: 99370
.. nonce: _cu32j
.. section: Core and Builtins
.. section: Library

Fix zip path for venv created from a non-installed python on POSIX
platforms.
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0a4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Improve the accuracy of ``sum()`` with compensated summation.
.. date: 2022-12-20-16-14-19
.. gh-issue: 100374
.. nonce: YRrVHT
.. section: Core and Builtins
.. section: Library

Fix incorrect result and delay in :func:`socket.getfqdn`. Patch by Dominic
Socular.
Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.12.0a5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ regen-all``.
.. bpo: 32780
.. date: 2018-02-05-21-54-46
.. nonce: Dtiz8z
.. section: Core and Builtins
.. section: Library

Inter-field padding is now inserted into the PEP3118 format strings obtained
from :class:`ctypes.Structure` objects, reflecting their true representation
Expand Down
6 changes: 3 additions & 3 deletions Misc/NEWS.d/3.12.0a7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The 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)

Expand Down
8 changes: 4 additions & 4 deletions Misc/NEWS.d/3.12.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ response to :cve:`2023-24329`. Patch by Illia Volochii.
.. date: 2023-05-20-23-08-48
.. gh-issue: 102856
.. nonce: Knv9WT
.. section: Core and Builtins
.. section: Library

Implement PEP 701 changes in the :mod:`tokenize` module. Patch by Marta
Gómez Macías and Pablo Galindo Salgado
Expand Down Expand Up @@ -312,7 +312,7 @@ Patch by Eric Traut, Larry Hastings, and Jelle Zijlstra.
.. date: 2023-04-24-21-47-38
.. gh-issue: 103801
.. nonce: WaBanq
.. section: Core and Builtins
.. section: Library

Adds three minor linting fixes to the wasm module caught that were caught by
ruff.
Expand All @@ -322,7 +322,7 @@ ruff.
.. date: 2023-04-24-14-38-16
.. gh-issue: 103793
.. nonce: kqoH6Q
.. section: Core and Builtins
.. section: Library

Optimized asyncio Task creation by deferring expensive string formatting
(task name generation) from Task creation to the first time ``get_name`` is
Expand Down Expand Up @@ -573,7 +573,7 @@ raising an :exc:`IndexError`.
.. bpo: 31821
.. date: 2019-12-01-12-58-31
.. nonce: 1FNmwk
.. section: Core and Builtins
.. section: Library

Fix :func:`!pause_reading` to work when called from :func:`!connection_made`
in :mod:`asyncio`.
Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.13.0a5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ threads to be interrupted.
.. date: 2024-02-08-16-01-18
.. gh-issue: 115154
.. nonce: ji96FV
.. section: Core and Builtins
.. section: Library

Fix a bug that was causing the :func:`tokenize.untokenize` function to
handle unicode named literals incorrectly. Patch by Pablo Galindo
Expand All @@ -156,7 +156,7 @@ Add ability to force alignment of :mod:`ctypes.Structure` by way of the new
.. date: 2023-07-16-15-02-47
.. gh-issue: 104090
.. nonce: oMjNa9
.. section: Core and Builtins
.. section: Library

The multiprocessing resource tracker now exits with non-zero status code if
a resource leak was detected. It still exits with status code 0 otherwise.
Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.13.0a6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ When the collecting space becomes empty, the two spaces are swapped.
.. date: 2023-10-14-00-05-17
.. gh-issue: 109870
.. nonce: oKpJ3P
.. section: Core and Builtins
.. section: Library

Dataclasses now calls :func:`exec` once per dataclass, instead of once per
method being added. This can speed up dataclass creation by up to 20%.
Expand All @@ -234,7 +234,7 @@ method being added. This can speed up dataclass creation by up to 20%.
.. date: 2022-10-05-09-33-48
.. gh-issue: 97901
.. nonce: BOLluU
.. section: Core and Builtins
.. section: Library

Mime type ``text/rtf`` is now supported by :mod:`mimetypes`.

Expand Down
4 changes: 2 additions & 2 deletions Misc/NEWS.d/3.13.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Break a loop between the Python implementation of the :mod:`decimal` module
and the Python code for integer to string conversion. Also optimize integer
Expand Down
Loading