summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-091-0/+4
* gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)Victor Stinner2025-01-061-0/+6
* gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)Rian Hunter2025-01-031-0/+8
* gh-128317: Highlight today in colour in calendar CLI output (#128318)Hugo van Kemenade2025-01-031-0/+13
* gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)Erlend E. Aasland2025-01-031-0/+3
* gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...Serhiy Storchaka2025-01-021-0/+4
* gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `C...abkmystery2025-01-021-2/+2
* gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...Kirill Podoprigora2025-01-011-0/+5
* Docs: correctly markup sys.monitoring "What's New" entry (#128346)Erlend E. Aasland2024-12-301-2/+2
* gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...Bénédikt Tran2024-12-291-0/+8
* gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...Calvin Bui2024-12-281-0/+8
* gh-127949: add docs for asyncio policy deprecation (#128269)Kumar Aditya2024-12-261-4/+30
* gh-128035: Add ssl.HAS_PHA to detect libssl PHA support (GH-128036)Will Childs-Klein2024-12-241-0/+8
* gh-126180: Remove getopt and optparse deprecation notices (GH-126227)Alyssa Coghlan2024-12-231-8/+16
* gh-112328: Make EnumDict usable on its own and document it (GH-123669)Petr Viktorin2024-12-201-2/+4
* gh-112328: Document EnumDict in docs and release notes (GH-121720)Md Rokibul Islam2024-12-191-0/+5
* GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...Mark Shannon2024-12-192-1/+15
* gh-127688: Add `SCHED_DEADLINE` and `SCHED_NORMAL` constants to `os` module (...RUANG (James Roy)2024-12-191-0/+4
* gh-127174: add docs for asyncio.get_event_loop replacements (#127640)Thomas Grainger2024-12-181-0/+90
* gh-127896: Add missing documentation of `PySequence_In` (GH-127979)Yuki Kobayashi2024-12-161-0/+4
* gh-127691: add type checks when using `PyUnicodeError` objects (GH-127694)Bénédikt Tran2024-12-131-0/+6
* gh-102471, PEP 757: Add PyLong import and export API (#121339)Victor Stinner2024-12-131-0/+11
* gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (#127662)Yuki Kobayashi2024-12-101-56/+56
* gh-126925: Modify how iOS test results are gathered (#127592)Russell Keith-Magee2024-12-091-0/+7
* GH-125413: Revert addition of `pathlib.Path.scandir()` method (#127377)Barney Gale2024-12-051-6/+0
* gh-127221: Add colour to unittest output (#127223)Hugo van Kemenade2024-12-052-9/+7
* gh-127413: allow to show specialized bytecode via `dis` CLI (#127414)Bénédikt Tran2024-12-051-0/+6
* gh-127255: Make `CopyComPointer` public and add to `ctypes` doc. (GH-127275)Jun Komoda2024-12-031-1/+4
* gh-126585: Add EHWPOISON error code (#126586)RUANG (James Roy)2024-12-031-0/+5
* gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream...Giovanni Siragusa2024-12-021-0/+9
* gh-126899: Add `**kw` to `tkinter.Misc.after` and `tkinter.Misc.after_idle` (...Zhikang Yan2024-12-011-0/+8
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-0/+4
* gh-107954: Document PEP 741 in What's New 3.14 (#127056)Victor Stinner2024-11-251-0/+36
* gh-101100: Fix sphinx warnings of removed opcodes (#127222)Yuki Kobayashi2024-11-246-16/+16
* GH-127133: Remove ability to nest argument groups & mutually exclusive groups...Savannah Ostrowski2024-11-241-0/+8
* gh-97514: Authenticate the forkserver control socket. (GH-99309)Gregory P. Smith2024-11-201-0/+5
* gh-126615: `ctypes`: Make `COMError` public (GH-126686)Jun Komoda2024-11-201-0/+3
* GH-84850: Improve whatsnew entry for `[Fancy]URLopener` removal (#127032)Barney Gale2024-11-201-0/+7
* gh-123299: Copyedit "What's New in Python 3.14" (#127028)Hugo van Kemenade2024-11-201-17/+17
* GH-84850: Remove `urllib.request.URLopener` and `FancyURLopener` (#125739)Barney Gale2024-11-191-0/+4
* gh-85957: Add missing MIME types for images with RFCs (#126966)Hugo van Kemenade2024-11-181-0/+11
* gh-123803: Support arbitrary code page encodings on Windows (GH-123804)Serhiy Storchaka2024-11-181-0/+3
* Add PEP 761 to What's New (#126550)Seth Michael Larson2024-11-151-0/+10
* gh-122549: Add platform.invalidate_caches() (#122547)Bénédikt Tran2024-11-151-0/+8
* Doc: Recommend shlex.quote alongside pipes removal (#126570)Colin Watson2024-11-141-0/+2
* gh-126390: Support for preserving order of options and nonoption arguments in...Serhiy Storchaka2024-11-131-0/+3
* gh-123619: Add an unstable C API function for enabling deferred reference cou...Peter Bierma2024-11-131-0/+3
* gh-116897: Deprecate generic false values in urllib.parse.parse_qsl() (GH-116...Serhiy Storchaka2024-11-121-0/+7
* gh-89083: add support for UUID version 8 (RFC 9562) (#123224)Bénédikt Tran2024-11-121-0/+8
* gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)RUANG (James Roy)2024-11-121-0/+5