summaryrefslogtreecommitdiffstats
path: root/Doc/deprecations
Commit message (Collapse)AuthorAgeFilesLines
* gh-123299: Copyedit "What's New in Python 3.14" (#128814)Hugo van Kemenade2025-01-141-5/+5
|
* gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ↵Kirill Podoprigora2025-01-011-0/+5
| | | | | | | | | | | | | | | | | | ``functools.reduce`` is called with `function` or `sequence` as a keyword args (#121677) Python implementation of `functools` allows calling `reduce` with `function` or `sequence` as keyword args. This doesn't match behavior of our C accelerator and our documentation for `functools.reduce` states that `function`and `sequence` are positional-only arguments. Now calling a Python implementation of `functools.reduce` with `function` or `sequence` as keyword args would raise a `DeprecationWarning` and is planned to be prohibited in Python 3.16. Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* gh-127949: make deprecation of policy system more prominent (#128290)Kumar Aditya2024-12-271-1/+26
| | | Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)Barney Gale2024-11-191-4/+0
|
* Postpone `module.__loader__` deprecation to Python 3.16 (#126482)Hugo van Kemenade2024-11-102-7/+7
|
* gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)Hugo van Kemenade2024-11-042-7/+9
|
* Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370)Hugo van Kemenade2024-11-031-3/+0
|
* gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)Bénédikt Tran2024-11-011-1/+1
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Brett Cannon <brett@python.org>
* gh-58032: Docs: Sort argparse alphabetically (GH-125871)Hugo van Kemenade2024-10-301-11/+11
| | | Sort argparse alphabetically
* gh-58032: Deprecate the argparse.FileType type converter (GH-124664)Serhiy Storchaka2024-10-231-10/+11
|
* gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation ↵Y52024-10-211-2/+2
| | | | | | | notes (#125317) Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation notes. Signed-off-by: y5c4l3 <y5c4l3@proton.me>
* gh-125542: Deprecate prefix_chars in ArgumentParser.add_argument_group() ↵Savannah Ostrowski2024-10-171-2/+7
| | | | (GH-125563)
* gh-123299: Copyedit "What's New in Python 3.14" (#125438)Hugo van Kemenade2024-10-159-24/+23
|
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-092-3/+19
| | | | | | 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>
* gh-123299: Copy-edit the 3.14 What's New (#124670)Jelle Zijlstra2024-09-271-0/+8
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)Brett Cannon2024-09-232-3/+3
| | | 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.
* GH-109975: Copyedit 3.13 What's New: Copyedit C API deprecations pending ↵Adam Turner2024-09-233-59/+112
| | | | removal (#124336)
* GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845)Adam Turner2024-09-162-57/+92
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-1/+1
|
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-302-3/+3
|
* gh-122982: Extend the deprecation period for bool inversion by two years ↵Kirill Podoprigora2024-08-252-1/+3
| | | | (#123306)
* gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ↵Peter Bierma2024-08-211-0/+5
| | | | (#123125)
* gh-105376: Restore deprecated logging warn() method (#122775)Victor Stinner2024-08-091-0/+3
| | | | | | | | | This reverts commit dcc028d92428bd57358a5028ada2a53fc79fc365 and commit 6c54e5d72166d012b52155cbf13af9e533290e06. Keep the deprecated logging warn() method in Python 3.13. Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-294-2/+104
|
* gh-122085: Create dedicated page for deprecations (#122352)Hugo van Kemenade2024-07-281-0/+10
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)Hugo van Kemenade2024-07-272-1/+10
|
* gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)Hugo van Kemenade2024-07-243-0/+73
|
* Docs: move deprecations into include files (#121241)Hugo van Kemenade2024-07-194-0/+308