summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...Matt Prodani2023-11-301-1/+4
* gh-104003: Implement PEP 702 (#104004)Jelle Zijlstra2023-11-291-0/+9
* gh-112332: Deprecate TracebackException.exc_type, add exc_type_str. (#112333)Irit Katriel2023-11-281-0/+11
* gh-99367: Do not mangle sys.path[0] in pdb if safe_path is set (#111762)Tian Gao2023-11-271-0/+5
* gh-68166: Add support of "vsapi" in ttk.Style.element_create() (GH-111393)Serhiy Storchaka2023-11-271-0/+5
* gh-76912: Raise OSError from any failure in getpass.getuser() (#29739)Jacob Walls2023-11-271-0/+4
* GH-101100: Fix reference warnings for ``socket`` methods (#110114)Adam Turner2023-11-272-5/+5
* Move What's New In Python 3.12 entries to the right section (#112447)Victor Stinner2023-11-271-7/+8
* gh-112137: change dis output to display labels instead of offsets (#112138)Irit Katriel2023-11-221-0/+9
* gh-111361: Added an update for unicodedata in what's new in Python 3.13 (#112...Lincoln2023-11-211-0/+6
* gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)Victor Stinner2023-11-171-14/+0
* gh-94309: "What's new in Python 3.12": improve deprecation notice for typing....Ori Avtalion2023-11-171-2/+3
* gh-112026: Add again <unistd.h> include in Python.h (#112046)Victor Stinner2023-11-151-18/+0
* gh-111262: Add PyDict_Pop() function (#112028)Victor Stinner2023-11-141-0/+6
* GH-72904: Add `glob.translate()` function (#106703)Barney Gale2023-11-131-0/+7
* gh-111138: Add PyList_Extend() and PyList_Clear() functions (#111862)Victor Stinner2023-11-131-0/+4
* gh-111835: Add seekable method to mmap.mmap (gh-111852)Donghee Na2023-11-091-0/+8
* gh-111246: Remove listening Unix socket on close (#111483)Pierre Ossman (ThinLinc team)2023-11-081-0/+7
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-071-9/+0
* gh-81137: deprecate assignment of code object to a function of a mismatched t...Irit Katriel2023-11-071-0/+6
* gh-106672: C API: Report indiscriminately ignored errors (GH-106674)Serhiy Storchaka2023-11-071-0/+9
* gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...Irit Katriel2023-11-071-0/+4
* gh-109466: Add ipv6_mapped property to IPv4Address (#109467)Charles Machalow2023-11-051-0/+6
* gh-106168: Revert the "size before item" setting (#111683)scoder2023-11-031-2/+0
* gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...Irit Katriel2023-11-031-1/+2
* gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...Irit Katriel2023-11-021-0/+8
* gh-106168: Update PyList_SET_ITEM() What's New doc (#111618)Victor Stinner2023-11-011-1/+2
* gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...Yilei Yang2023-11-011-0/+5
* gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)Serhiy Storchaka2023-10-311-0/+4
* gh-108765: Python.h no longer includes <stddef.h> on Windows (#111563)Victor Stinner2023-10-311-0/+8
* gh-111301: Move importlib.resources changes to the Removed section (#111509)Karolina Surma2023-10-311-14/+18
* gh-111301: Move `importlib.resources.files` change to What's new in Python 3....Karolina Surma2023-10-312-1/+3
* gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)Victor Stinner2023-10-271-1/+2
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-271-0/+8
* gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...Hugo van Kemenade2023-10-253-6/+19
* gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)Serhiy Storchaka2023-10-241-1/+9
* gh-101100: Fix Sphinx warnings for `fileno` (#111118)Hugo van Kemenade2023-10-231-1/+1
* Fix typo in 3.13's whatsnew (#111215)Pablo Martí Gamboa2023-10-231-1/+1
* gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)Hugo van Kemenade2023-10-221-66/+107
* gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)Hugo van Kemenade2023-10-221-113/+127
* gh-111123: symtable should visit exception handlers before the else block (#1...Irit Katriel2023-10-211-0/+4
* gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)Victor Stinner2023-10-201-0/+3
* gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)Victor Stinner2023-10-201-0/+6
* gh-85283: Build posixshmem extension with Limited C API (#111087)Victor Stinner2023-10-191-2/+3
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-193-28/+28
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-193-8/+8
* gh-109975: What's new in 3.13: longer full support (#110997)Hugo van Kemenade2023-10-181-0/+5
* gh-85283: Build _uuid extension with limited C API (#111010)Victor Stinner2023-10-171-2/+2
* gh-85283: Build _scproxy extension with limited C API (#111008)Victor Stinner2023-10-171-2/+2
* gh-85283: Build resource extension with limited C API (#110989)Victor Stinner2023-10-171-3/+3