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
*
[3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix ...
Miss Islington (bot)
2024-06-12
1
-1/+1
*
[3.13] gh-119577: Adjust DeprecationWarning when testing element truth values...
Miss Islington (bot)
2024-06-07
1
-2/+5
*
[3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570)
Miss Islington (bot)
2024-05-26
1
-1/+1
*
[3.13] Fix version number in use_load_tests deprecation reference (GH-119151)...
Miss Islington (bot)
2024-05-22
1
-1/+1
*
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
*
GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (...
Adam Turner
2023-09-25
1
-13/+96
*
GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)
Adam Turner
2023-09-25
1
-30/+30
*
GH-109190: Copyedit 3.12 What's New: Trivia (#109760)
Adam Turner
2023-09-25
1
-7/+4
*
GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)
Adam Turner
2023-09-25
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#10...
Adam Turner
2023-09-25
1
-2/+3
*
GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptool...
Adam Turner
2023-09-25
1
-0/+7
*
Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)
Gregory P. Smith
2023-09-24
1
-1/+3
*
GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756)
Adam Turner
2023-09-24
1
-11/+11
*
gh-100228: Document the os.fork threads DeprecationWarning. (#109767)
Gregory P. Smith
2023-09-23
1
-0/+12
*
Docs: Update Donghee Na's name (#109743)
Hugo van Kemenade
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: asyncio (#109661)
Adam Turner
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: PEP 669 (#109658)
Adam Turner
2023-09-22
1
-3/+5
*
GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)
Adam Turner
2023-09-22
1
-8/+8
*
GH-109190: Copyedit 3.12 What's New: PEP 684 (#109657)
Adam Turner
2023-09-22
1
-4/+4
*
GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)
Adam Turner
2023-09-22
1
-2/+2
*
GH-109190: Copyedit 3.12 What's New: calendar (#109662)
Adam Turner
2023-09-22
1
-1/+2
*
GH-109190: Copyedit 3.12 What's New: tokenize (#109663)
Adam Turner
2023-09-22
1
-2/+2
*
GH-109190: Copyedit 3.12 What's New: Consistently show module names (#109664)
Adam Turner
2023-09-22
1
-20/+20
[next]