index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
whatsnew
/
3.12.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: re-create pages for removed modules to document their removal. (#126622)
Ned Batchelder
2024-11-11
1
-0/+6
*
gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)
Hugo van Kemenade
2024-11-04
1
-2/+2
*
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran
2024-11-01
1
-1/+1
*
GH-125837: Split `LOAD_CONST` into three. (GH-125972)
Mark Shannon
2024-10-29
1
-1/+1
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
1
-6/+7
*
GH-109975: Announce final release in What's New in Python 3.13 (#125007)
Adam Turner
2024-10-07
1
-1/+1
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-3/+3
*
GH-103484: Fix broken links reported by linkcheck (#124169)
Rafael Fontenelle
2024-09-17
1
-1/+1
*
Use pep role instead of url (#121611)
Rafael Fontenelle
2024-09-17
1
-1/+1
*
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle
2024-09-17
1
-1/+1
*
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
1
-2/+2
*
gh-122982: Extend the deprecation period for bool inversion by two years (#12...
Kirill Podoprigora
2024-08-25
1
-1/+1
*
GH-122085: Use include files for C API deprecations (#109843)
Adam Turner
2024-07-29
1
-83/+4
*
gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (#122242)
Hugo van Kemenade
2024-07-27
1
-0/+2
*
gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (#122093)
Hugo van Kemenade
2024-07-24
1
-146/+4
*
GH-120804: add docs for removal for asyncio child watchers (#120895)
Kumar Aditya
2024-06-23
1
-10/+10
*
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120...
Serhiy Storchaka
2024-06-12
1
-1/+1
*
gh-119577: Adjust DeprecationWarning when testing element truth values in Ele...
Jacob Walls
2024-06-07
1
-2/+5
*
docs: fix a few typos identified by codespell (#119516)
Ned Batchelder
2024-05-26
1
-1/+1
*
Fix version number in use_load_tests deprecation reference (GH-119151)
Jacob Walls
2024-05-22
1
-1/+1
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
1
-2/+2
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-4/+3
*
Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (#118070)
Rafael Fontenelle
2024-04-19
1
-3/+3
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-7/+4
*
Docs: make the `whatsnew-typing-py312` anchor point to things that were new i...
Alex Waygood
2024-04-15
1
-2/+2
*
gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)
Hugo van Kemenade
2024-02-15
1
-0/+2
*
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...
Serhiy Storchaka
2024-01-30
1
-1/+1
*
gh-111301: Advertise importlib methods removal in What's new in Python 3.12 (...
Karolina Surma
2024-01-17
1
-0/+12
*
# gh-111700: Fix syntax highlighting for C code in the "What's New In Python ...
Parth Doshi
2024-01-01
1
-1/+3
*
gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...
Eric Snow
2023-12-07
1
-0/+9
*
gh-101100: Improve documentation of code object attributes (#112781)
Alex Waygood
2023-12-06
1
-2/+3
*
gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...
Irit Katriel
2023-12-03
1
-4/+3
*
gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...
Matt Prodani
2023-11-30
1
-1/+4
*
Move What's New In Python 3.12 entries to the right section (#112447)
Victor Stinner
2023-11-27
1
-7/+8
*
gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....
Ori Avtalion
2023-11-17
1
-2/+3
*
gh-111301: Move `importlib.resources.files` change to What's new in Python 3....
Karolina Surma
2023-10-31
1
-0/+3
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
1
-1/+11
*
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
Ezio Melotti
2023-10-11
1
-9/+9
*
Fix typo in py312 whatsnew: add missing closing paren (#110255)
Lele Gaifax
2023-10-03
1
-1/+1
*
gh-107073: Make PyObject_VisitManagedDict() public (#108763)
Victor Stinner
2023-10-02
1
-1/+1
*
3.12 What's New: Remove duplicate "up to" (#110219)
numbermaniac
2023-10-02
1
-1/+1
*
GH-109190: Announce final release in What's New in Python 3.12 (#110117)
Adam Turner
2023-10-02
1
-1/+1
*
GH-109190: Copyedit 3.12 What's New: Bytecode (#109821)
Adam Turner
2023-09-28
1
-6/+26
*
GH-109190: Copyedit 3.12 What's New: Release highlights (#109770)
Adam Turner
2023-09-27
1
-167/+254
*
GH-109190: Copyedit 3.12 What's New: Deprecations (``os`` fix) (#109927)
Adam Turner
2023-09-27
1
-15/+17
*
GH-109190: Copyedit 3.12 What's New: Deprecations (#109766)
Adam Turner
2023-09-26
1
-92/+153
*
no-issue: Fix a typo in the parameter name of random.expovariate. (gh-109902)
lohaswinner
2023-09-26
1
-1/+1
*
GH-109190: Copyedit 3.12 What's New: Sort Other Language Changes (#109836)
Adam Turner
2023-09-25
1
-47/+47
*
GH-109190: Copyedit 3.12 What's New: Synchronise C API deprecations with the ...
Adam Turner
2023-09-25
1
-2/+0
[next]