summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-113117: Support posix_spawn in subprocess.Popen with close_fds=True (#113118)Jakub Kulík2023-12-171-0/+26
* gh-113119 fix environment handling in subprocess.Popen when posix_spawn is us...Jakub Kulík2023-12-171-0/+4
* gh-67790: Support basic formatting for Fraction (#111320)Mark Dickinson2023-12-161-0/+8
* [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (...Victor Stinner2023-12-151-0/+13
* gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (#112373)Hugo van Kemenade2023-12-141-138/+138
* gh-112730: Update docs for colour env vars (#112837)Hugo van Kemenade2023-12-141-1/+2
* gh-59616: Support os.chmod(follow_symlinks=True) and os.lchmod() on Windows (...Serhiy Storchaka2023-12-141-0/+6
* Docs: Fix external link to devguide.python.org (GH-112899)Miro Hrončok2023-12-131-1/+1
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-131-5/+6
* gh-101100: Fix Sphinx warning in references with asterisks (#113029)Hugo van Kemenade2023-12-135-6/+6
* GH-83162: Rename re.error for better clarity. (#101677)achhina2023-12-111-0/+5
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-116-14/+18
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-092-3/+4
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-082-4/+5
* gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are reference...Alex Waygood2023-12-071-3/+3
* gh-112826: Add a "What's New" Entry About _thread._is_main_interpreter (gh-11...Eric Snow2023-12-072-0/+19
* gh-112730: Use color to highlight error locations (gh-112732)Pablo Galindo Salgado2023-12-061-0/+6
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-065-9/+13
* gh-111545: Add Py_HashPointer() function (#112096)Victor Stinner2023-12-061-0/+3
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-055-9/+11
* gh-103363: Add follow_symlinks argument to `pathlib.Path.owner()` and `group(...Kamil Turek2023-12-041-3/+5
* gh-65210: Add const qualifiers in PyArg_VaParseTupleAndKeywords() (GH-105958)Serhiy Storchaka2023-12-041-0/+10
* bpo-34392: Add sys. _is_interned() (GH-8755)Serhiy Storchaka2023-12-041-0/+7
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-032-3/+5
* gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#1...Irit Katriel2023-12-031-4/+3
* 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