Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-123299: Copyedit "What's New in Python 3.14" (#128814) | Hugo van Kemenade | 2025-01-14 | 1 | -5/+5 |
| | |||||
* | gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ↵ | Kirill Podoprigora | 2025-01-01 | 1 | -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 Aditya | 2024-12-27 | 1 | -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 Gale | 2024-11-19 | 1 | -4/+0 |
| | |||||
* | Postpone `module.__loader__` deprecation to Python 3.16 (#126482) | Hugo van Kemenade | 2024-11-10 | 2 | -7/+7 |
| | |||||
* | gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392) | Hugo van Kemenade | 2024-11-04 | 2 | -7/+9 |
| | |||||
* | Docs: Delist sqlite3 deprecation from "Pending removal in 3.14" (#126370) | Hugo van Kemenade | 2024-11-03 | 1 | -3/+0 |
| | |||||
* | gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656) | Bénédikt Tran | 2024-11-01 | 1 | -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 Kemenade | 2024-10-30 | 1 | -11/+11 |
| | | | Sort argparse alphabetically | ||||
* | gh-58032: Deprecate the argparse.FileType type converter (GH-124664) | Serhiy Storchaka | 2024-10-23 | 1 | -10/+11 |
| | |||||
* | gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation ↵ | Y5 | 2024-10-21 | 1 | -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 Ostrowski | 2024-10-17 | 1 | -2/+7 |
| | | | | (GH-125563) | ||||
* | gh-123299: Copyedit "What's New in Python 3.14" (#125438) | Hugo van Kemenade | 2024-10-15 | 9 | -24/+23 |
| | |||||
* | gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) | Alex Waygood | 2024-10-09 | 2 | -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 Zijlstra | 2024-09-27 | 1 | -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 Cannon | 2024-09-23 | 2 | -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 Turner | 2024-09-23 | 3 | -59/+112 |
| | | | | removal (#124336) | ||||
* | GH-109975: Copyedit 3.13 What's New: New Deprecations (#123845) | Adam Turner | 2024-09-16 | 2 | -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) Wang | 2024-09-01 | 1 | -1/+1 |
| | |||||
* | gh-123492: Remove unnecessary `:func:` parentheses (#123493) | Wei-Hsiang (Matt) Wang | 2024-08-30 | 2 | -3/+3 |
| | |||||
* | gh-122982: Extend the deprecation period for bool inversion by two years ↵ | Kirill Podoprigora | 2024-08-25 | 2 | -1/+3 |
| | | | | (#123306) | ||||
* | gh-123084: Turn `shutil.ExecError` into a deprecated alias of `RuntimeError` ↵ | Peter Bierma | 2024-08-21 | 1 | -0/+5 |
| | | | | (#123125) | ||||
* | gh-105376: Restore deprecated logging warn() method (#122775) | Victor Stinner | 2024-08-09 | 1 | -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 Turner | 2024-07-29 | 4 | -2/+104 |
| | |||||
* | gh-122085: Create dedicated page for deprecations (#122352) | Hugo van Kemenade | 2024-07-28 | 1 | -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 Kemenade | 2024-07-27 | 2 | -1/+10 |
| | |||||
* | gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093) | Hugo van Kemenade | 2024-07-24 | 3 | -0/+73 |
| | |||||
* | Docs: move deprecations into include files (#121241) | Hugo van Kemenade | 2024-07-19 | 4 | -0/+308 |