summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-85283: Add PySys_Audit() to the limited C API (#108571)Victor Stinner2023-10-171-0/+5
* gh-85283: Build winsound extension with limited C API (#110978)Victor Stinner2023-10-171-1/+1
* gh-85283: Build md5 extension with limited C API (#110967)Victor Stinner2023-10-171-2/+3
* gh-85283: Build errno and _ctypes_test with limited C API (#110955)Victor Stinner2023-10-171-2/+2
* gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)Victor Stinner2023-10-171-0/+5
* gh-85283: Build _testimportmultiple with limited C API (#110954)Victor Stinner2023-10-171-2/+2
* gh-110722: Add PYTHON_PRESITE to import a module before site.py is run (#110769)Łukasz Langa2023-10-141-0/+10
* gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...Serhiy Storchaka2023-10-141-0/+4
* gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...Serhiy Storchaka2023-10-141-0/+4
* gh-85283: _stat extension now uses the limited C API (#110711)Victor Stinner2023-10-111-0/+4
* gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)Victor Stinner2023-10-111-0/+5
* gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...Serhiy Storchaka2023-10-111-0/+6
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-111-1/+1
* gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)Ezio Melotti2023-10-117-222/+222
* gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)Donghee Na2023-10-101-0/+6