summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* gh-106996: Add a how-to section to the turtle documentation (#107153)Daniele Procida2023-07-251-0/+114
* gh-86493: Modernize modules initialization code (GH-106858)Serhiy Storchaka2023-07-254-17/+6
* Docs: Add missing markup to Argument Clinic docs (#106876)Erlend E. Aasland2023-07-241-126/+143
* Fix PyVectorcall_Function doc versionadded (#107140)da-woods2023-07-241-1/+1
* Docs: Remove duplicate word in Argument Clinic howto heading (#107169)Hakan Celik2023-07-241-2/+2
* gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (#107...TommyUnreal2023-07-241-20/+20
* gh-105291: Add link to migration guide for distutils (#107130)cLupus2023-07-231-1/+3
* gh-106948: Docs: Disable links for C standard library functions, OS utility f...Erlend E. Aasland2023-07-2311-40/+57
* Remove superflous whitespaces in `layout.html`. (GH-107067)Ezio Melotti2023-07-231-4/+4
* gh-107122: Update what's news for dbm.*dbm.clear() method (gh-107135)Dong-hee Na2023-07-231-0/+7
* gh-107122: Add clear method to dbm.ndbm module (gh-107126)Dong-hee Na2023-07-231-0/+6
* gh-107122: Add clear method to dbm.gdbm.module (gh-107127)Dong-hee Na2023-07-231-0/+7
* gh-107017: Analolgy to Pascal and C replaced. (#107025)TommyUnreal2023-07-231-2/+2
* gh-107091: Fix the use of some C domain roles (#107092)Serhiy Storchaka2023-07-239-17/+17
* gh-106996: Add the basics of a turtle graphics tutorial (#107072)Daniele Procida2023-07-232-26/+134
* gh-106976: alphabetise bullets by module name task2-3 (#107005)littlebutt's workshop2023-07-231-237/+237
* gh-101100: Fix some broken sphinx references (#107095)wulmer2023-07-2312-34/+27
* gh-54738: Add argparse i18n howto (#104562)Tomas R2023-07-232-0/+54
* gh-71261: Add paragraph on shadowing submodules with star imports (#107004)wulmer2023-07-231-0/+16
* gh-107017: removed mention that C does it the same way (#107020)Jakub Červinka2023-07-231-8/+15
* gh-102111: Add link to string escape sequences in re module (#106995)wulmer2023-07-232-2/+6
* gh-107028: tiny textual changes in logging docs and docstrings (GH-107029)Jochem Boersma2023-07-221-4/+5
* gh-106948: Add standard external names to nitpick_ignore (GH-106949)Serhiy Storchaka2023-07-2217-48/+93
* gh-107008: Document the curses module variables LINES and COLS (GH-107011)Serhiy Storchaka2023-07-222-3/+21
* gh-83006: Document behavior of `shutil.disk_usage` for non-mounted filesystem...Matthieu Caneill2023-07-221-0/+6
* Fix Sphinx warnings in `re` module docs (#107044)wulmer2023-07-222-6/+18
* gh-106967: remove Release and Date fields from whatsnew for 3.12 and 3.13 (#1...Oliver Rew2023-07-222-4/+2
* gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (#105404)Jocelyn Castellano2023-07-221-1/+1
* gh-106320: Document private C API removal in What's New 3.13 (#107027)Victor Stinner2023-07-221-0/+7
* Reformat code block to make it easier to read (#106965)Joe Kaufeld2023-07-221-5/+14
* gh-106969: Indicate no modules were added in 3.10 & 3.12 (#106988)Sebastiaan Zeeff2023-07-222-2/+2
* gh-106996: Amend the introduction to the turtle graphics documentation (#106997)Daniele Procida2023-07-221-3/+21
* gh-106976:alphabetise bullets by module name task1 (#106982)littlebutt's workshop2023-07-221-25/+28
* gh-106973: Change non-integral to non-integer in "3.12 What's New" (#106984)Sebastiaan Zeeff2023-07-221-1/+1
* gh-101100: Docs: Check Sphinx warnings and fail if improved (#106460)Hugo van Kemenade2023-07-224-99/+151
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-213-2/+35
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (#106854)qqwqqw6892023-07-211-21/+25
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-2142-192/+192
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-2137-107/+107
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-2139-276/+294
* Docs: Argument Clinic: Add Background and Tutorial top-level sections (#106904)Erlend E. Aasland2023-07-211-9/+27
* gh-106669: Revert "gh-102988: Detect email address parsing errors ... (#10512...Gregory P. Smith2023-07-212-33/+1
* Fix typo in tkinter docs (#106936)Makonede2023-07-201-1/+1
* gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106...Jack Nelson2023-07-191-0/+3
* GH-100502: Add `pathlib.PurePath.pathmod` attribute (GH-106533)Barney Gale2023-07-191-0/+7
* Docs: Argument Clinic: Group guides about default values (#106872)Erlend E. Aasland2023-07-181-20/+20
* gh-105481: Generate the opcode lists in dis from data extracted from bytecode...Irit Katriel2023-07-181-7/+21
* gh-106535: Document soft deprecations in What's New In Python 3.13 (#106859)Victor Stinner2023-07-181-0/+12
* Docs: Normalise Argument Clinic advanced topics headings (#106842)Erlend E. Aasland2023-07-181-49/+46
* bpo-42327: C API: Add PyModule_Add() function (GH-23443)Serhiy Storchaka2023-07-183-34/+37