summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* GH-89455: Add missing attributes (added in 3.11) to traceback module docs (#1...Jakub Kuczys2023-05-291-1/+18
* GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)Barney Gale2023-05-292-2/+24
* gh-97908: CAPI docs: Remove repeated struct names from member docs (GH-100054)Petr Viktorin2023-05-292-8/+23
* gh-104803: Implement ntpath.isdevdrive for checking whether a path is on a Wi...Steve Dower2023-05-291-0/+18
* Document PEP 698 and other new typing features in What's New (#104957)Jelle Zijlstra2023-05-281-6/+37
* gh-104992: [What's New in 3.12] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-281-1/+2
* gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)Hugo van Kemenade2023-05-271-0/+5
* gh-75552: Remove deprecated tkinter.tix module (GH-104902)Zachary Ware2023-05-279-603/+9
* gh-104992: [What's New in 3.11] Document unittest.TestProgram.usageExit's dep...Hugo van Kemenade2023-05-271-0/+4
* GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)Raymond Hettinger2023-05-261-0/+6
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-2610-252/+1169
* gh-104984: remove kwargs and starargs from Call & ClassDef (#104986)Shaygan Hooshyari2023-05-261-6/+3
* gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)Hugo van Kemenade2023-05-263-26/+32
* gh-104773: PEP 594: Remove the imghdr module (#104777)Victor Stinner2023-05-267-91/+13
* gh-104799: Move location of type_params AST fields (#104828)Jelle Zijlstra2023-05-261-6/+6
* gh-104479: Update outdated tutorial floating-point reference (#104681)Mark Dickinson2023-05-261-10/+13
* gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)Hugo van Kemenade2023-05-261-0/+7
* gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)Hugo van Kemenade2023-05-263-28/+7
* gh-104786: Remove kwargs-based TypedDict creation (#104891)Tomas R2023-05-252-16/+11
* gh-104372: Drop the GIL around the vfork() call. (#104782)Gregory P. Smith2023-05-251-5/+8
* gh-104773: PEP 594: Remove the chunk module (#104868)Victor Stinner2023-05-257-147/+6
* gh-104773: PEP 594: Remove the audioop module (#104937)Victor Stinner2023-05-2510-326/+12
* gh-104773: PEP 594: Remove the aifc module (#104933)Victor Stinner2023-05-2510-259/+13
* gh-104773: PEP 594: Remove the uu module (#104932)Victor Stinner2023-05-258-82/+9
* gh-104773: PEP 594: Remove the crypt module (#104908)Victor Stinner2023-05-2512-196/+26
* Fix indentation in `json.AttrDict` REPL example (#104930)Alex Waygood2023-05-251-8/+8
* Misc improvements to the itertools docs (GH-104916)Raymond Hettinger2023-05-251-7/+24
* Misc updates to Whatsnew 3.12 (#104912)Raymond Hettinger2023-05-252-3/+36
* gh-104773: Remove the msilib package (GH-104911)Zachary Ware2023-05-259-572/+8
* gh-104874: Document NewType.__supertype__ (#104875)Jelle Zijlstra2023-05-241-0/+12
* gh-104773: PEP 594: Remove the xdrlib module (#104900)Victor Stinner2023-05-248-292/+6
* gh-104773: PEP 594: Remove the nis module (#104897)Victor Stinner2023-05-246-78/+8
* gh-104835: Remove unittest's deprecated getTestCaseNames, makeSuite, findTest...Hugo van Kemenade2023-05-241-0/+14
* gh-104773: PEP 594: Remove the nntplib module (#104894)Victor Stinner2023-05-2415-609/+23
* gh-104773: PEP 594: Remove the spwd module (#104871)Victor Stinner2023-05-249-97/+10
* gh-104773: PEP 594: Remove the mailcap module (#104867)Victor Stinner2023-05-245-97/+6
* RtD docs previews: Cancel building PRs if no changes in Doc dir (#104100)Hugo van Kemenade2023-05-241-1/+1
* gh-104773: PEP 594: Remove the sunau module (#104863)Victor Stinner2023-05-248-284/+11
* gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...Lysandros Nikolaou2023-05-241-17/+35
* gh-104773: PEP 594: Remove the ossaudiodev module (#104862)Victor Stinner2023-05-248-459/+8
* gh-104773: PEP 594: Remove the pipes module (#104848)Victor Stinner2023-05-246-107/+7
* gh-102856: Add missing quote to fix doctest (#104852)Hugo van Kemenade2023-05-241-1/+1
* gh-102856: Add changes related to PEP 701 in 3.12 What's New docs (#104824)Marta Gómez Macías2023-05-241-16/+135
* gh-104773: PEP 594: Remove the sndhdr module (#104774)Victor Stinner2023-05-245-107/+8
* gh-104773: PEP 594: Remove cgi and cgitb modules (#104775)Victor Stinner2023-05-2415-675/+49
* GH-83863: Drop support for using `pathlib.Path` objects as context managers (...Barney Gale2023-05-231-0/+3
* gh-104770: Let generator.close() return value (#104771)Nicolas Tessore2023-05-231-6/+13
* gh-102120: [TarFile] Add an iter function that doesn't cache (GH-102128)Robert O'Shea2023-05-231-1/+6
* gh-104780: Remove 2to3 program and lib2to3 module (#104781)Victor Stinner2023-05-239-507/+9
* gh-92871: Remove typing.{io,re} namespaces (#92873)Sebastian Rittau2023-05-232-11/+3