summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.12.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: re-create pages for removed modules to document their removal. (#126622)Ned Batchelder2024-11-111-0/+6
* gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)Hugo van Kemenade2024-11-041-2/+2
* gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)Bénédikt Tran2024-11-011-1/+1
* GH-125837: Split `LOAD_CONST` into three. (GH-125972)Mark Shannon2024-10-291-1/+1
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-091-6/+7
* GH-109975: Announce final release in What's New in Python 3.13 (#125007)Adam Turner2024-10-071-1/+1
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-251-3/+3
* GH-103484: Fix broken links reported by linkcheck (#124169)Rafael Fontenelle2024-09-171-1/+1
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-171-1/+1
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-171-1/+1
* 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-301-2/+2
* gh-122982: Extend the deprecation period for bool inversion by two years (#12...Kirill Podoprigora2024-08-251-1/+1
* GH-122085: Use include files for C API deprecations (#109843)Adam Turner2024-07-291-83/+4
* gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)Hugo van Kemenade2024-07-271-0/+2
* gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)Hugo van Kemenade2024-07-241-146/+4
* GH-120804: add docs for removal for asyncio child watchers (#120895)Kumar Aditya2024-06-231-10/+10
* gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...Serhiy Storchaka2024-06-121-1/+1
* gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...Jacob Walls2024-06-071-2/+5
* docs: fix a few typos identified by codespell (#119516)Ned Batchelder2024-05-261-1/+1
* Fix version number in use_load_tests deprecation reference (GH-119151)Jacob Walls2024-05-221-1/+1
* gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)Nikita Sobolev2024-05-081-2/+2
* gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)Alex Waygood2024-04-241-4/+3
* Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)Rafael Fontenelle2024-04-191-3/+3
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-7/+4
* Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...Alex Waygood2024-04-151-2/+2
* gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)Hugo van Kemenade2024-02-151-0/+2
* gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...Serhiy Storchaka2024-01-301-1/+1
* gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (...Karolina Surma2024-01-171-0/+12
* # gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...Parth Doshi2024-01-011-1/+3
* gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...Eric Snow2023-12-071-0/+9
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-061-2/+3
* gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...Irit Katriel2023-12-031-4/+3
* gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...Matt Prodani2023-11-301-1/+4
* Move What's New In Python 3.12 entries to the right section (#112447)Victor Stinner2023-11-271-7/+8
* gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....Ori Avtalion2023-11-171-2/+3
* gh-111301: Move `importlib.resources.files` change to What's new in Python 3....Karolina Surma2023-10-311-0/+3
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-251-1/+11
* gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)Ezio Melotti2023-10-111-9/+9
* Fix typo in py312 whatsnew: add missing closing paren (#110255)Lele Gaifax2023-10-031-1/+1
* gh-107073: Make PyObject_VisitManagedDict() public (#108763)Victor Stinner2023-10-021-1/+1
* 3.12 What's New: Remove duplicate "up to" (#110219)numbermaniac2023-10-021-1/+1
* GH-109190: Announce final release in What's New in Python 3.12 (#110117)Adam Turner2023-10-021-1/+1
* GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)Adam Turner2023-09-281-6/+26
* GH-109190: Copyedit 3.12 What's New: Release highlights (#109770)Adam Turner2023-09-271-167/+254
* GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927)Adam Turner2023-09-271-15/+17
* GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)Adam Turner2023-09-261-92/+153
* no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)lohaswinner2023-09-261-1/+1
* GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)Adam Turner2023-09-251-47/+47
* GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the ...Adam Turner2023-09-251-2/+0