summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
Commit message (Expand)AuthorAgeFilesLines
* gh-93973: Add all_errors to asyncio.create_connection (#93974)Pamela Fox2022-09-051-0/+1
* gh-95778: Correctly pre-check for int-to-str conversion (#96537)Mark Dickinson2022-09-041-1/+1
* no-issue: Fix typo in 3.11.0a7.rst (gh-96547)Ikko Ashimine2022-09-041-1/+1
* gh-68163: Correct conversion of Rational instances to float (GH-25619)Sergey B Kirpichev2022-09-041-0/+1
* gh-93884: Improve test coverage of `PyNumber_ToBase` (GH-93932)Charlie Zhao2022-09-041-0/+1
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+14
* Allow whitespace around a slash in fraction string inputs (GH-96496)Raymond Hettinger2022-09-021-0/+2
* gh-93554: Conditional jump opcodes only jump forward (GH-96318)Irit Katriel2022-09-011-0/+16
* GH-96079 Fix missing field name for _AnnotatedAlias (#96080)Anh71me2022-08-311-0/+1
* gh-89258: Add a getChildren() method to logging.Logger. (GH-96444)Vinay Sajip2022-08-311-0/+2
* gh-95865: Speed up urllib.parse.quote_from_bytes() (GH-95872)Dennis Sweeney2022-08-311-0/+1
* gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...Alexandru Mărășteanu2022-08-301-0/+2
* gh-95987: Fix `repr` of `Any` type subclasses (#96412)Nikita Sobolev2022-08-301-0/+1
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-0/+7
* gh-96349: fix minor performance regression initializing threading.Event (gh-9...Daniel Giger2022-08-301-0/+1
* gh-96385: Correctly raise error on `[*T, *V]` substitution (GH-96386)Nikita Sobolev2022-08-301-0/+3
* gh-95853: Improve WASM build script (GH-96389)Christian Heimes2022-08-301-0/+2
* gh-96320: WASI socket fixes (#96388)Christian Heimes2022-08-301-0/+2
* GH-74116: Allow multiple drain waiters for asyncio.StreamWriter (GH-94705)Kumar Aditya2022-08-291-0/+1
* gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)Christian Heimes2022-08-291-0/+1
* gh-90814: Correct NEWS wording re. optional C11 features (GH-96309)Petr Viktorin2022-08-291-1/+2
* gh-69142: add %:z strftime format code (gh-95983)TW2022-08-281-0/+1
* gh-90467: StreamReaderProtocol - add strong reference to created task (#96323)Kirill2022-08-271-0/+2
* gh-95973: Add a new --with-dsymutil option to link debug information in macOS...Pablo Galindo Salgado2022-08-271-0/+2
* GH-96172 fix unicodedata.east_asian_width being wrong on unassigned code poin...Carl Friedrich Bolz-Tereick2022-08-261-0/+3
* gh-96269: Fix build dependency on AIX (GH-96304)Christian Heimes2022-08-261-0/+3
* gh-92445 Improve interaction between nargs="*" and choices() (GH-92565)Harry2022-08-251-0/+3
* gh-76728: Coerce DictReader and DictWriter fieldnames argument to a list (GH-...Sam Ezeh2022-08-251-0/+1
* GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)Mark Shannon2022-08-251-0/+5
* gh-95243: Mitigate the race condition in testSockName (#96173)Ross Burton2022-08-251-0/+3
* GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...Pablo Galindo Salgado2022-08-241-0/+7
* gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler op...Irit Katriel2022-08-241-0/+1
* GH-96145: Add AttrDict to JSON module for use with object_hook (#96146)Raymond Hettinger2022-08-231-0/+1
* gh-96175: add missing self._localName assignment in `xml.dom.minidom.Attr` (#...Kevin Kirsche2022-08-231-0/+1
* GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...Pablo Galindo Salgado2022-08-231-0/+2
* gh-96159: Fix significant performance degradation in logging.TimedRotat… (G...Duncan Grisby2022-08-231-0/+1
* gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)Christian Heimes2022-08-221-0/+4
* gh-96098: Clearly link concurrent.futures from threading & multiprocessing do...Nick Coghlan2022-08-211-0/+3
* GH-96071: fix deadlock in PyGILState_Ensure (GH-96124)Kumar Aditya2022-08-191-0/+1
* gh-96125: Fix sys.thread_info.name on pthread platforms (GH-96126)Christian Heimes2022-08-191-0/+2
* GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)Brandt Bucher2022-08-191-0/+3
* gh-96019: Fix caching of decompositions in makeunicodedata (GH-96020)Carl Friedrich Bolz-Tereick2022-08-191-0/+3
* gh-95463: Remove backwards incompatible change regarding the _MASK_UTF_FILENA...Pablo Galindo Salgado2022-08-181-0/+2
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-181-0/+2
* GH-95861: Add support for Spearman's rank correlation coefficient (GH-95863)Raymond Hettinger2022-08-181-0/+2
* Correct news entry. (GH-96043)Mark Shannon2022-08-171-1/+1
* GH-95589: Dont crash when subclassing extension classes with multiple inherit...Mark Shannon2022-08-171-0/+4
* GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)Ken Jin2022-08-171-0/+1
* GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761)Guido van Rossum2022-08-171-0/+2
* gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)Christian Heimes2022-08-161-0/+4