summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* GH-89091: raise `RuntimeWarning` for unawaited async generator methods (#104611)Kumar Aditya2023-05-261-0/+1
* gh-104943: Remove mentions of old Python versions (#104945)Tomas R2023-05-261-0/+1
* gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)Hugo van Kemenade2023-05-262-1/+4
* gh-102024: Reduced _idle_semaphore.release calls (#102025)Andrii Kuzmin2023-05-261-0/+1
* gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)Hugo van Kemenade2023-05-262-1/+4
* GH-104898: Add __slots__ to os.PathLike (GH-104899)Barney Gale2023-05-251-0/+1
* gh-104786: Remove kwargs-based TypedDict creation (#104891)Tomas R2023-05-251-0/+1
* gh-104372: Drop the GIL around the vfork() call. (#104782)Gregory P. Smith2023-05-251-0/+5
* gh-104935: typing: Fix interactions between `@runtime_checkable` and `Generic...Jelle Zijlstra2023-05-251-0/+3
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-251-0/+2
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-251-0/+2
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-253-2/+4
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-252-1/+3
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-253-2/+4
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-256-11/+12
* gh-104874: Document NewType.__supertype__ (#104875)Jelle Zijlstra2023-05-241-0/+2
* gh-104820: Fixes os.stat on Windows to better handle file systems that do not...Steve Dower2023-05-241-0/+2
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-242-1/+3
* gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...Hugo van Kemenade2023-05-242-3/+16
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-244-6/+8
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-242-1/+4
* gh-99108: Refresh HACL* (#104808)Jonathan Protzenko2023-05-241-0/+2
* gh-104879: Fix TypeAliasType.__module__ in exec() (#104881)Jelle Zijlstra2023-05-241-0/+2
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-242-1/+3
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-243-2/+4
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-241-0/+2
* gh-104825: Remove implicit newline in the line attribute in tokens emitted in...Pablo Galindo Salgado2023-05-241-0/+2
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-241-0/+2
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-242-1/+3
* gh-104719: IDLE - test existence of all tokenize references. (#104767)Terry Jan Reedy2023-05-241-0/+2
* gh-104797: Allow Protocols to inherit from collections.abc.Buffer (#104827)Jelle Zijlstra2023-05-241-0/+2
* gh-85934: Use getattr_static when adding mock spec (#22209)melanie witt2023-05-231-0/+2
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-231-0/+4
* gh-104770: Let generator.close() return value (#104771)Nicolas Tessore2023-05-231-0/+2
* gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)Robert O'Shea2023-05-231-0/+2
* Remove gh-103207 changelog item as it was never part of any release. (GH-104814)Ned Deily2023-05-231-10/+0
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-235-5/+7
* gh-81005: Refactor str tests to reflect that str and unicode are merged in Py...Daniel Fortunov2023-05-231-0/+2
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-231-0/+2
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-232-1/+3
* gh-99108: Release the GIL around hashlib built-in computation (#104675)Gregory P. Smith2023-05-231-0/+3
* GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)Brandt Bucher2023-05-221-0/+5
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-22228-536/+2412
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+4
* gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)Serhiy Storchaka2023-05-221-0/+3
* gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)Ned Deily2023-05-221-0/+1
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-221-1/+1
* gh-104536: Improve `multiprocessing.process._cleanup` logic (#104537)Luccccifer2023-05-221-0/+3