summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
Commit message (Expand)AuthorAgeFilesLines
* gh-116608: importlib.resources: Un-deprecate functional API & add subdirector...Petr Viktorin2024-04-051-15/+24
* GH-117337: Deprecate `glob.glob0()` and `glob.glob1()`. (#117371)Barney Gale2024-04-011-0/+5
* gh-77714: Provide an async iterator version of as_completed (GH-22491)Justin Turner Arthur2024-04-011-0/+7
* GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)Barney Gale2024-03-311-0/+4
* gh-66449: configparser: Add support for unnamed sections (#117273)Pedro Lacerda2024-03-291-0/+6
* gh-89739: gh-77140: Support zip64 in zipimport (GH-94146)Tim Hatch2024-03-281-0/+6
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-251-0/+3
* gh-117194: Properly format 'base64' header in What's New (#117198)Terry Jan Reedy2024-03-241-1/+1
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-0/+4
* GH-113171: Fix "private" (non-global) IP address ranges (GH-113179)Jakub Stasiak2024-03-221-0/+2
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-211-1/+1
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+5
* GH-108362: Incremental Cycle GC (GH-116206)Mark Shannon2024-03-201-0/+30
* gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)Bogdan Romanyuk2024-03-191-0/+4
* gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)Pierre Ossman (ThinLinc team)2024-03-181-0/+5
* gh-63207: Use GetSystemTimePreciseAsFileTime() in time.time() (#116822)Victor Stinner2024-03-181-0/+6
* gh-85283: Build _statistics extension with the limited C API (#116927)Victor Stinner2024-03-171-1/+2
* gh-85283: Build termios extension with the limited C API (#116928)Victor Stinner2024-03-171-1/+2
* gh-73468: Add math.fma() function (#116667)Victor Stinner2024-03-171-0/+10
* gh-85283: Build pwd extension with the limited C API (#116841)Victor Stinner2024-03-151-1/+1
* gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)Victor Stinner2024-03-141-0/+6
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-141-0/+4
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-141-0/+6
* gh-88494: Use QueryPerformanceCounter() for time.monotonic() (#116781)Victor Stinner2024-03-141-0/+9
* gh-85283: Build fcntl extension with the limited C API (#116791)Victor Stinner2024-03-141-2/+2
* gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)Nikita Sobolev2024-03-121-0/+4
* gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#11443...Guido van Rossum2024-03-121-5/+0
* gh-113538: Add asycio.Server.{close,abort}_clients (#114432)Pierre Ossman (ThinLinc team)2024-03-111-0/+5
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-081-0/+9
* gh-107361: strengthen default SSL context flags (#112389)William Woodruff2024-03-061-1/+15
* gh-115957: Close coroutine if TaskGroup.create_task() raises an error (#116009)Jason Zhang2024-03-061-0/+6
* gh-115256: Remove refcycles from tarfile writing (GH-115257)pan3242024-03-041-0/+3
* gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115...Sebastian Pipping2024-02-291-0/+11
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-294-4/+4
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-281-0/+15
* gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)Hugo van Kemenade2024-02-261-37/+37
* gh-115532: Add kernel density estimation to the statistics module (gh-115863)Raymond Hettinger2024-02-251-0/+8
* bpo-31116: Add Z85 variant to base64 (GH-30598)Matan Perelman2024-02-251-0/+8
* gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (#112351)Hugo van Kemenade2024-02-251-52/+53
* gh-113202: Add whatsnew entry for the batched() strict option. (gh-115889)Raymond Hettinger2024-02-241-0/+8
* gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (#115580)Hugo van Kemenade2024-02-171-42/+43
* gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (#115575)Hugo van Kemenade2024-02-171-9/+13
* gh-113812: Allow DatagramTransport.sendto to send empty data (#115199)Jamie Phan2024-02-171-0/+6
* gh-100734: What's New in 3.x: Add missing detail from 3.x branch (#114689)Hugo van Kemenade2024-02-158-0/+327
* gh-114570: Add PythonFinalizationError exception (#115352)Victor Stinner2024-02-141-0/+15
* gh-100414: Make dbm.sqlite3 the preferred dbm backend (#115447)Erlend E. Aasland2024-02-141-1/+1
* gh-100414: Add SQLite backend to dbm (#114481)Erlend E. Aasland2024-02-141-0/+10
* gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...Steve Dower2024-02-121-1/+6
* gh-110850: Add PyTime_t C API (GH-115215)Petr Viktorin2024-02-121-0/+10
* gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)Hugo van Kemenade2024-02-124-91/+95