Miss Islington (bot)
9648eed33f
[3.13] gh-139344: Remove pending removal notice for undeprecated importlib.resources API (GH-141507) (GH-141557)
...
(cherry picked from commit 49e74210cb )
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2025-11-14 17:24:37 +01:00
Jost Migenda
bb00718694
[3.13] gh-118767: remove bool(NotImplemented) from pending-removal document (GH-139526) ( #139677 )
2025-10-07 00:28:57 +03:00
Alex Waygood
8aa856170d
[3.13] gh-118803: Fixup a few references in the 3.13 branch to the intended removal date for ByteString ( #139171 )
2025-09-19 18:51:39 +01:00
Alex Waygood
8246e25ef0
[3.13] gh-118803: Improve documentation around ByteString deprecation ( #139115 ) ( #139137 )
2025-09-18 19:35:30 +01:00
Sergey B Kirpichev
1e6db47078
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) ( #136201 )
...
Rename libmpdecimal -> libmpdec
see https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html
(cherry picked from commit b19c9da401 )
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
2025-07-02 14:37:06 +02:00
Miss Islington (bot)
927da99219
[3.13] gh-133823: update "Pending Removal in 3.15" notes about TypedDict (GH-133864) ( #133871 )
...
gh-133823: update "Pending Removal in 3.15" notes about `TypedDict` (GH-133864)
(cherry picked from commit f91127ae1a )
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-05-11 08:18:04 +00:00
Miss Islington (bot)
dcbda412a1
[3.13] gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113) ( #133147 )
...
gh-57281: Fix duplicate deprecation note: array 'u' format (GH-133113)
(cherry picked from commit 59ff42155a )
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-04-29 11:30:03 +00:00
Hugo van Kemenade
4100fb0537
[3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) ( #130583 )
...
Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
2025-02-27 18:16:33 +00:00
Miss Islington (bot)
e5c522e895
[3.13] gh-97850: Update the deprecation warning of importlib.abc.Loader.load_module (GH-129855) (GH-130013)
...
gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855)
(cherry picked from commit aa81a6f6e4 )
Co-authored-by: Tomas R <tomas.roun8@gmail.com>
2025-02-11 19:28:25 +00:00
Shantanu
fa3ee75e6a
[3.13] Postpone module.__loader__ deprecation to Python 3.16 (GH-126482) ( #126638 )
...
Postpone `module.__loader__` deprecation to Python 3.16 (#126482 )
(cherry picked from commit 450db61a78 )
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-11-10 01:01:05 +00:00
Hugo van Kemenade
cccc066241
[3.13] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-126392) ( #126403 )
...
(cherry picked from commit eac41c5ddf )
2024-11-04 19:46:26 +02:00
Miss Islington (bot)
c095598599
[3.13] Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (GH-126370) ( #126372 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-11-03 21:29:02 +00:00
Miss Islington (bot)
7711a1c33f
[3.13] gh-125313: Prefer sys.base_* paths in Py_Get(Exec)Prefix deprecation notes (GH-125317) ( #125776 )
...
gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation notes (GH-125317)
Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation notes.
(cherry picked from commit 7d88140d52 )
Signed-off-by: y5c4l3 <y5c4l3@proton.me>
Co-authored-by: Y5 <124019959+y5c4l3@users.noreply.github.com>
2024-10-21 09:41:15 +00:00
Alex Waygood
aa4da1e468
[3.13] gh-101100: Consolidate documentation on ModuleType attributes ( #124709 ) ( #125208 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Barry Warsaw <barry@python.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-10-09 20:03:30 +01:00
Miss Islington (bot)
cf98f39103
[3.13] GH-65961: Document the deprecation of __package__ and __cached__ (GH-124377) ( #124380 )
...
* GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)
The code changes for warning related to `__package__` landed in Python 3.12. `__cached__` doesn't have any changes as it isn't used but only set by the import system.
(cherry picked from commit 67201ad53f )
---------
Co-authored-by: Brett Cannon <brett@python.org>
Co-authored-by: Barry Warsaw <barry@python.org>
2024-09-27 18:53:35 +00:00
Miss Islington (bot)
d4fba9077f
[3.13] GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (GH-124336) ( #124362 )
...
GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending removal (GH-124336)
(cherry picked from commit e7d465a607 )
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-09-23 13:45:08 -07:00
Adam Turner
0f9c567b97
[3.13] GH-109975: Copyedit 3.13 What's New: New Deprecations (GH-123845) ( #124135 )
...
.
(cherry picked from commit 05235e3c16 )
2024-09-23 11:08:44 -07:00
Wei-Hsiang (Matt) Wang
05dcc81601
[3.13] gh-123517: Remove unnecessary :meth: parentheses (gh-123518) (GH-123577)
2024-09-02 16:00:04 +02:00
Wei-Hsiang (Matt) Wang
9f5f2b7128
[3.13] gh-123492: Remove unnecessary :func: parentheses (gh-123493) ( #123513 )
2024-08-30 20:14:48 +03:00
Miss Islington (bot)
abaaaff328
[3.13] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) ( #123316 )
...
gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306)
(cherry picked from commit 249b083ed8 )
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
2024-08-25 19:48:34 +00:00
Miss Islington (bot)
bcce4cc466
[3.13] gh-105376: Restore deprecated logging warn() method (GH-122775) ( #122856 )
...
gh-105376: Restore deprecated logging warn() method (GH-122775)
This reverts commit dcc028d924 and
commit 6c54e5d721 .
Keep the deprecated logging warn() method in Python 3.13.
(cherry picked from commit d3239976a8 )
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-08-09 17:15:30 +02:00
Adam Turner
56340ee8b1
[3.13] GH-122085: Use include files for C API deprecations (GH-109843) ( #122422 )
...
(cherry picked from commit 76bdfa4cd0 )
2024-07-29 21:45:16 +00:00
Miss Islington (bot)
c9b7e2d097
[3.13] gh-122085: Create dedicated page for deprecations (GH-122352) ( #122374 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-07-28 08:09:00 +00:00
Hugo van Kemenade
6496ffa47c
[3.13] gh-122085: Use include files for whatsnew/3.14.rst deprecations (GH-122242) ( #122350 )
2024-07-27 14:42:49 +03:00
Hugo van Kemenade
bde9df829c
[3.13] gh-122085: Use include files for whatsnew/3.12.rst deprecations (GH-122093) ( #122223 )
2024-07-24 09:09:48 +00:00
Hugo van Kemenade
159ea47ed8
[3.13] Docs: move deprecations into include files (GH-121241) ( #122038 )
2024-07-19 11:46:49 -06:00