summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* gh-105745: Fix open method of webbrowser.Konqueror (#105746)Nikita Sobolev2023-06-141-0/+1
* gh-105687: Remove deprecated objects from `re` module (#105688)Nikita Sobolev2023-06-141-0/+2
* gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (#105638)Eddie Elizondo2023-06-141-0/+3
* gh-105387: Limited C API implements Py_INCREF() as func (#105388)Victor Stinner2023-06-141-0/+3
* GH-104554: Add RTSPS support to `urllib/parse.py` (#104605)zentarim2023-06-131-0/+1
* gh-104812: Run Pending Calls in any Thread (gh-104813)Eric Snow2023-06-131-0/+9
* gh-105733: Deprecate ctypes SetPointerType() and ARRAY() (#105734)Victor Stinner2023-06-131-0/+2
* gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620)Eric Snow2023-06-131-0/+5
* GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE ...Mark Shannon2023-06-131-0/+4
* gh-105375: Improve error handling in _Unpickler_SetInputStream() (#105667)Erlend E. Aasland2023-06-131-0/+2
* GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...Kumar Aditya2023-06-131-0/+3
* gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)Jay2023-06-121-0/+2
* gh-105436: The environment block should end with two null wchar_t values (GH-...Dora2032023-06-121-0/+2
* gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)Petr Viktorin2023-06-121-0/+2
* gh-105375: Harden pyexpat initialisation (#105606)Erlend E. Aasland2023-06-111-0/+3
* gh-105375: Improve error handling in the sys extension module (#105611)Erlend E. Aasland2023-06-111-0/+2
* gh-105375: Improve error handling in _ctypes (#105593)Erlend E. Aasland2023-06-111-0/+1
* gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (#105491)Erlend E. Aasland2023-06-111-0/+2
* gh-105375: Improve PyErr_WarnExplicit() error handling (#105610)Erlend E. Aasland2023-06-111-0/+2
* bpo-44185: Added close() to mock_open __exit__ (#26902)Samet YASLAN2023-06-111-0/+3
* gh-102676: Add more convenience properties to `dis.Instruction` (#103969)Tomas R2023-06-111-0/+3
* gh-105375: Improve error handling in the builtins extension module (#105585)Erlend E. Aasland2023-06-111-0/+2
* gh-105375: Improve _decimal error handling (#105605)Erlend E. Aasland2023-06-111-0/+1
* gh-105375: Harden _datetime initialisation (#105604)Erlend E. Aasland2023-06-111-0/+2
* gh-105375: Improve array.array exception handling (#105594)Erlend E. Aasland2023-06-111-0/+2
* gh-105375: Harden _ssl initialisation (#105599)Erlend E. Aasland2023-06-111-0/+2
* gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)Hugo van Kemenade2023-06-111-0/+2
* gh-105375: Improve error handling in `zoneinfo` module (#105586)Nikita Sobolev2023-06-091-0/+1
* Docs: fix formatting in 2023-06-09-12-59-18 NEWS item (#105607)Erlend E. Aasland2023-06-091-2/+2
* gh-105549: Tokenize separately NUMBER and NAME tokens and allow 0-prefixed li...Pablo Galindo Salgado2023-06-091-0/+2
* gh-105375: Improve error handling in _elementtree (#105591)Erlend E. Aasland2023-06-091-0/+1
* gh-105375: Improve posix error handling (#105592)Erlend E. Aasland2023-06-091-0/+2
* gh-105375: Improve errnomodule error handling (#105590)Erlend E. Aasland2023-06-091-0/+1
* gh-105375: Improve _pickle error handling (#105475)Erlend E. Aasland2023-06-091-0/+1
* gh-105375: Improve error handling in compiler_enter_scope() (#105494)Erlend E. Aasland2023-06-091-0/+1
* gh-105564: Don't include artificial newlines in the line attribute of tokens ...Pablo Galindo Salgado2023-06-091-0/+2
* gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542)Ethan Furman2023-06-091-0/+1
* gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...Thomas Grainger2023-06-091-0/+1
* gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)Nikita Sobolev2023-06-091-0/+1
* gh-105396: Deprecate PyImport_ImportModuleNoBlock() function (#105397)Victor Stinner2023-06-091-0/+3
* gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)Nikita Sobolev2023-06-081-0/+1
* gh-104310: Rename the New Function in importlib.util (gh-105255)Eric Snow2023-06-081-0/+7
* GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)Mark Shannon2023-06-081-0/+3
* gh-104635: Eliminate redundant STORE_FAST instructions in the compiler (gh-10...Dong-hee Na2023-06-071-0/+2
* GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)Barney Gale2023-06-071-0/+2
* gh-105435: Fix spurious NEWLINE token if file ends with comment without a new...Pablo Galindo Salgado2023-06-071-0/+2
* gh-105375: Improve error handling in sqlite3 collation callback (#105412)Erlend E. Aasland2023-06-071-0/+2
* gh-105390: Correctly raise TokenError instead of SyntaxError for tokenize err...Pablo Galindo Salgado2023-06-071-0/+3
* gh-104692: Include commoninstall as a prerequisite for bininstall (#104693)Jeffery To2023-06-071-0/+6
* GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)Barney Gale2023-06-061-0/+4