summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-89902: Deprecate non-standard format specifier "N" for Decimal (GH-110508)Serhiy Storchaka2023-10-081-0/+4
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+8
* gh-85283: Add PySys_AuditTuple() function (#108965)Victor Stinner2023-10-051-0/+4
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-051-0/+3
* gh-108867: Add PyThreadState_GetUnchecked() function (#108870)Victor Stinner2023-10-031-0/+7
* gh-107073: Mention pythoncapi-compat for PyObject_VisitManagedDict() (#110291)Victor Stinner2023-10-031-1/+3
* 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-022-1/+7
* gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217)Victor Stinner2023-10-021-0/+3
* 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-107465: Add `pathlib.Path.from_uri()` classmethod. (#107640)Barney Gale2023-10-011-0/+4
* gh-109649: Use os.process_cpu_count() (#110165)Victor Stinner2023-10-011-0/+7
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-0/+7
* gh-110014: Include explicitly <unistd.h> header (#110155)Victor Stinner2023-09-301-1/+2
* gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139)Victor Stinner2023-09-301-0/+4
* GH-101100: Fix reference warnings for ``namedtuple`` (#110113)Adam Turner2023-09-301-3/+3
* 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
* GH-109190: Copyedit 3.12 What's New: Improve the C-API deprecations section (...Adam Turner2023-09-251-13/+96
* GH-109190: Copyedit 3.12 What's New: Use the present tense (#109754)Adam Turner2023-09-251-30/+30
* GH-109190: Copyedit 3.12 What's New: Trivia (#109760)Adam Turner2023-09-251-7/+4
* GH-109190: Copyedit 3.12 What's New: Prefer GitHub issues links (#109753)Adam Turner2023-09-251-4/+4
* GH-109190: Copyedit 3.12 What's New: Update the ``imp`` porting guidance (#10...Adam Turner2023-09-251-2/+3
* GH-109190: Copyedit 3.12 What's New: Increase the prominence of the setuptool...Adam Turner2023-09-251-0/+7
* Sync whatsnew with the edit I made in the 3.12 backport PR. (#109807)Gregory P. Smith2023-09-241-1/+3
* GH-109190: Copyedit 3.12 What's New: Use the ``:file:`` role (#109756)Adam Turner2023-09-241-11/+11
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-236-9/+9
* gh-100228: Document the os.fork threads DeprecationWarning. (#109767)Gregory P. Smith2023-09-231-0/+12
* GH-95913: Add the release date for Python 3.11 (#109750)Adam Turner2023-09-232-2/+1
* Fix indentation in 3.13 What's New (#109769)Jelle Zijlstra2023-09-231-4/+6
* Docs: Update Donghee Na's name (#109743)Hugo van Kemenade2023-09-226-36/+36
* GH-109190: Copyedit 3.12 What's New: asyncio (#109661)Adam Turner2023-09-221-4/+4
* GH-109190: Copyedit 3.12 What's New: PEP 669 (#109658)Adam Turner2023-09-221-3/+5
* GH-109190: Copyedit 3.12 What's New: Other Language Changes (#109660)Adam Turner2023-09-221-8/+8
* GH-109190: Copyedit 3.12 What's New: PEP 684 (#109657)Adam Turner2023-09-221-4/+4
* GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (#109665)Adam Turner2023-09-221-2/+2
* GH-109190: Copyedit 3.12 What's New: calendar (#109662)Adam Turner2023-09-221-1/+2
* GH-109190: Copyedit 3.12 What's New: tokenize (#109663)Adam Turner2023-09-221-2/+2
* GH-109190: Copyedit 3.12 What's New: Consistently show module names (#109664)Adam Turner2023-09-221-20/+20
* GH-109190: Copyedit 3.12 What's New: PEP 701 (#109655)Adam Turner2023-09-211-15/+17
* GH-109190: Copyedit 3.12 What's New: Improved Error Messages (#109654)Adam Turner2023-09-211-6/+5
* GH-109190: Copyedit 3.12 What's New: Typing PEPs (#109659)Adam Turner2023-09-211-4/+6
* GH-109190: Copyedit 3.12 What's New: PEP 709 (#109656)Adam Turner2023-09-211-7/+5
* Fix typos in docs and comments (#109619)Heinz-Alexander Fuetterer2023-09-203-4/+4