summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312)Miss Islington (bot)2023-07-261-6/+6
* [3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269)Miss Islington (bot)2023-07-251-7/+37
* [3.12] gh-106996: Add a how-to section to the turtle documentation (GH-107153...Miss Islington (bot)2023-07-251-0/+114
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-234-29/+29
* [3.12] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#...Daniele Procida2023-07-231-13/+140
* [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103)Miss Islington (bot)2023-07-233-9/+10
* [3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102)Miss Islington (bot)2023-07-231-0/+1
* [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-235-14/+14
* [3.12] gh-102111: Add link to string escape sequences in re module (GH-106995...Miss Islington (bot)2023-07-231-2/+2
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)Miss Islington (bot)2023-07-221-21/+25
* [3.12] gh-107028: tiny textual changes in logging docs and docstrings (GH-107...Miss Islington (bot)2023-07-221-4/+5
* [3.12] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted fil...Miss Islington (bot)2023-07-221-0/+6
* [3.12] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-1/+19
* [3.12] Fix Sphinx warnings in `re` module docs (GH-107044) (#107046)Miss Islington (bot)2023-07-221-5/+18
* [3.12] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107040)Miss Islington (bot)2023-07-221-1/+1
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-2124-48/+48
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-2126-125/+125
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-212-9/+9
* [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...Gregory P. Smith2023-07-211-25/+1
* [3.12] Fix typo in tkinter docs (GH-106936) (#106937)Miss Islington (bot)2023-07-201-1/+1
* [3.12] gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11...Miss Islington (bot)2023-07-191-0/+3
* [3.12] Add more recipe tests. Make the factor recipe a bit faster and clearer...Miss Islington (bot)2023-07-171-3/+8
* Doc: fix section levels of devmode doc (GH-106801)Inada Naoki2023-07-161-3/+3
* Doc: devmode: add -Xdev option to example (GH-106253)Miss Islington (bot)2023-07-161-1/+1
* [3.12] Add more examples to the recipe docs (GH-106782) (GH-106783)Miss Islington (bot)2023-07-151-0/+2
* [3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...Alex Waygood2023-07-151-26/+45
* [3.12] gh-106446: Fix failed doctest in stdtypes (GH-106447) (#106741)Miss Islington (bot)2023-07-141-17/+20
* [3.12] gh-105626: Change the default return value of `HTTPConnection.get_prox...Miss Islington (bot)2023-07-141-1/+1
* [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecatio...Yonatan Bitton2023-07-121-0/+1
* [3.12] gh-96165: Clarify passing ":memory:" in sqlite3.connect() (GH-106451) ...Miss Islington (bot)2023-07-111-2/+3
* [3.12] gh-96165: Clarify omitting the FROM clause in SQLite queries (GH-10651...Miss Islington (bot)2023-07-111-0/+7
* [3.12] gh-102988: Detect email address parsing errors and return empty tuple ...Miss Islington (bot)2023-07-101-1/+25
* [3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)Miss Islington (bot)2023-07-091-55/+75
* [3.12] gh-101880: add link to object.__hash__() in hash() builtin documentati...Miss Islington (bot)2023-07-081-1/+1
* [3.12] Clarify state of CancelledError in doc (GH-106453) (#106454)Miss Islington (bot)2023-07-061-1/+1
* [3.12] Doc: Add missing ref labels to exception groups/notes sections (GH-106...Miss Islington (bot)2023-07-061-0/+2
* [3.12] shlex docs: remove outdated note (GH-106463) (#106466)Miss Islington (bot)2023-07-051-6/+0
* [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759)Miss Islington (bot)2023-07-051-3/+3
* [3.12] Small speed-up for the convolve() recipe. (GH-106371) (GH-106375)Miss Islington (bot)2023-07-031-2/+2
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-011-9/+9
* [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278)...Miss Islington (bot)2023-06-303-19/+19
* [3.12] gh-101100: Fix reference to `parse_args` in `optparse.rst` (GH-105265)...Miss Islington (bot)2023-06-281-24/+27
* [3.12] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...Miss Islington (bot)2023-06-281-0/+3
* [3.12] gh-101100: Fix reference to asynchronous methods (GH-106172) (#106191)Miss Islington (bot)2023-06-281-1/+1
* [3.12] Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-...Miss Islington (bot)2023-06-281-4/+4
* [3.12] gh-92788: Add docs for `ast.Module`, `ast.Expression`, and others (GH-...Miss Islington (bot)2023-06-271-0/+101
* [3.12] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106128)Miss Islington (bot)2023-06-271-6/+37
* [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook...Miss Islington (bot)2023-06-261-43/+0
* [3.12] gh-106107: document correct error that's raised when a mutable default...Miss Islington (bot)2023-06-261-1/+1
* [3.12] gh-106111: Remove zipapp documentation on creating a Windows executabl...Miss Islington (bot)2023-06-261-106/+9