summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)Hugo van Kemenade2023-05-272-1/+3
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-271-0/+1
* gh-105017: Fix including additional NL token when using CRLF (#105022)Marta Gómez Macías2023-05-271-0/+1
* gh-104976: Ensure trailing dedent tokens are emitted as the previous tokenize...Pablo Galindo Salgado2023-05-261-0/+3
* GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)Raymond Hettinger2023-05-261-0/+1
* GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...Barney Gale2023-05-261-0/+2
* GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...Barney Gale2023-05-261-0/+2
* gh-104972: Ensure that line attributes in tokens in the tokenize module are c...Pablo Galindo Salgado2023-05-261-0/+2
* gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)Hugo van Kemenade2023-05-262-2/+4
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-261-0/+2
* gh-104799: Move location of type_params AST fields (#104828)Jelle Zijlstra2023-05-261-0/+4
* gh-104955: Fix __release_buffer__ signature (#104956)Jelle Zijlstra2023-05-261-0/+2
* 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