summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
Commit message (Expand)AuthorAgeFilesLines
* [3.10] bpo-46655: allow stringized TypeAlias with get_type_hints (GH-31156). ...Gregory Beauregard2022-02-071-0/+1
* bpo-40479: Fix undefined behavior in Modules/_hashopenssl.c (GH-31153)Miss Islington (bot)2022-02-071-0/+1
* bpo-14916: use specified tokenizer fd for file input (GH-31006)Miss Islington (bot)2022-02-031-0/+1
* bpo-46630: Fix initial focus of IDLE query dialogs (GH-31112)Miss Islington (bot)2022-02-031-0/+1
* bpo-45773: Remove invalid peephole optimizations (GH-31066)Miss Islington (bot)2022-02-031-0/+1
* [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_ge...Gregory P. Smith2022-02-031-0/+3
* bpo-46616: Ensures test_importlib.test_windows cleans up registry keys after ...Miss Islington (bot)2022-02-021-0/+2
* [3.10] bpo-45173: Note configparser deprecations will be removed in 3.12 (GH-...Hugo van Kemenade2022-02-021-0/+1
* bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)Miss Islington (bot)2022-02-021-0/+2
* bpo-46591: Make About IDLE doc link label clickable (GH-30251)Miss Islington (bot)2022-02-021-0/+1
* bpo-46487: Add `get_write_buffer_limits` to Write and _SSLProtocol transports...Miss Islington (bot)2022-02-011-0/+1
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)Ned Deily2022-02-011-0/+1
* bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035)Miss Islington (bot)2022-01-311-0/+2
* bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...Kumar Aditya2022-01-291-0/+1
* bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485)Steve Dower2022-01-281-0/+1
* bpo-46542: test_json uses support.infinite_recursion() (GH-30972)Miss Islington (bot)2022-01-281-0/+2
* bpo-46539: Pass status of special typeforms to forward references (GH-30926)Miss Islington (bot)2022-01-271-0/+1
* [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cac...Petr Viktorin2022-01-271-0/+5
* bpo-44791: Fix substitution of ParamSpec in Concatenate with different parame...Miss Islington (bot)2022-01-271-0/+5
* bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)Miss Islington (bot)2022-01-271-0/+4
* bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)Miss Islington (bot)2022-01-261-0/+2
* [3.10] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (G...Christian Heimes2022-01-261-0/+2
* [3.10] bpo-46091: Correctly calculate indentation levels for whitespace lines...Pablo Galindo Salgado2022-01-251-0/+2
* bpo-46491: Allow Annotated on outside of Final/ClassVar (GH-30864)Miss Islington (bot)2022-01-251-0/+1
* bpo-46503: Prevent an assert from firing when parsing some invalid \N sequenc...Miss Islington (bot)2022-01-251-0/+1
* bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834)Irit Katriel2022-01-231-0/+3
* [3.10] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_meta...Jason R. Coombs2022-01-231-0/+2
* [3.10] bpo-46240: Correct the error for unclosed parentheses when the tokeniz...Pablo Galindo Salgado2022-01-231-0/+3
* bpo-46266: Add calendar day of week constants to __all__ (GH-30412) (GH-30424)Miss Islington (bot)2022-01-231-0/+4
* bpo-43118: Fix bug in inspect.signature around 'base.__text_signature__' (GH-...Miss Islington (bot)2022-01-221-0/+3
* bpo-46417: Fix race condition on setting type __bases__ (GH-30788) (GH-30789)Miss Islington (bot)2022-01-221-0/+5
* [3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...Miss Islington (bot)2022-01-221-0/+1
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Miss Islington (bot)2022-01-211-0/+2
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-211-0/+2
* bpo-21987: Fix TarFile.getmember getting a dir with a trailing slash (GH-30283)Miss Islington (bot)2022-01-211-0/+2
* bpo-46080: fix argparse help generation exception in edge case (GH-30111)Miss Islington (bot)2022-01-201-0/+3
* [3.10] bpo-46339: Fix crash in the parser when computing error text for multi...Miss Islington (bot)2022-01-201-0/+3
* bpo-46383: Fix signature of zoneinfo module_free function (GH-30607) (GH-30610)Miss Islington (bot)2022-01-171-0/+2
* bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)Miss Islington (bot)2022-01-171-0/+3
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2022-01-141-0/+5
|\
| * bpo-46070: _PyGC_Fini() untracks objects (GH-30577)Miss Islington (bot)2022-01-131-0/+5
* | Python 3.10.2v3.10.2Pablo Galindo2022-01-1339-78/+0
|/
* Define Py_BUILD_CORE_MODULEMiss Islington (bot)2022-01-131-0/+2
* bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)Miss Islington (bot)2022-01-111-0/+1
* bpo-46237: Fix the line number of tokenizer errors inside f-strings (GH-30463)Miss Islington (bot)2022-01-111-0/+2
* bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)Miss Islington (bot)2022-01-111-0/+1
* bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)Miss Islington (bot)2022-01-071-0/+2
* [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468)Miss Islington (bot)2022-01-071-0/+4
* bpo-46070: Fix asyncio initialisation guard (GH-30423)Miss Islington (bot)2022-01-071-0/+2
* bpo-46263: FreeBSD 14.0 jemalloc workaround for junk bytes of freed memory (G...Miss Islington (bot)2022-01-061-0/+2