summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-104773: PEP 594: Remove the telnetlib module (#104778)Victor Stinner2023-05-238-268/+8
* Fix whatsnew for 3.13. (GH-104756)Ned Deily2023-05-222-0/+1
* GH-104668: Don't call PyOS_* hooks in subinterpreters (GH-104674)Brandt Bucher2023-05-222-0/+17
* Merge branch 'main' of https://github.com/python/cpython into mainThomas Wouters2023-05-221-7/+0
|\
| * howto/urllib2: remove link to an outdated french translation (GH-104193)Mathieu Dupuy2023-05-221-7/+0
* | Python 3.13.0a0Thomas Wouters2023-05-222-5/+137
* | Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-221-1/+1
|/
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+7
* gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479)Serhiy Storchaka2023-05-221-0/+11
* gh-104656: Rename typeparams AST node to type_params (#104657)Jelle Zijlstra2023-05-221-3/+3
* gh-98836: Extend PyUnicode_FromFormat() (GH-98838)Serhiy Storchaka2023-05-212-85/+149
* gh-103857: Document utcnow and utcfromtimestamp deprecations in What's New (#...Hugo van Kemenade2023-05-211-0/+10
* GH-101291: Add low level, unstable API for pylong (GH-101685)Mark Shannon2023-05-211-0/+24
* typing docs: Move some classes out of the "Generics" section (#104707)Jelle Zijlstra2023-05-211-146/+146
* gh-103295: expose API for writing perf map files (#103546)gsallam2023-05-213-3/+52
* Corrected identifier (#104713)William Sawyer2023-05-211-1/+1
* gh-102856: Python tokenizer implementation for PEP 701 (#104323)Marta Gómez Macías2023-05-212-0/+6
* gh-103606: raise RuntimeError if config file is invalid or empty (#104701)Prince Roshan2023-05-201-2/+2
* gh-49174: document that the effect of calling gc.collect() during a collectio...Irit Katriel2023-05-201-0/+3
* gh-104679 Fixed syntax highlighting in turtle docs (#104682)han-solo2023-05-201-83/+83
* Replace "OS X" with "macOS" (#104653)partev2023-05-201-2/+2
* docs: fix wrong indentation causing rendering error in dis page (#104661)Nyakku Shigure2023-05-191-2/+2
* gh-94906: Support multiple steps in math.nextafter (#103881)Matthias Görgens2023-05-191-3/+6
* gh-85984: New additions and improvements to the tty library. (#101832)Soumendra Ganguly2023-05-191-2/+20
* gh-104659: Consolidate python examples in enum documentation (#104665)Thomas Hisch2023-05-191-6/+6