summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (GH-1...Miss Islington (bot)2023-10-011-3/+3
* [3.11] gh-101100: Fix sphinx warnings in `library/site.rst` (GH-110144) (#110...Miss Islington (bot)2023-10-012-11/+25
* [3.11] GH-101100: Fix reference warnings for ``gettext`` (GH-110115) (#110141)Miss Islington (bot)2023-09-301-29/+26
* [3.11] gh-101100: Fix sphinx warnings in `library/difflib.rst` (GH-110074) (#...Hugo van Kemenade2023-09-291-9/+9
* [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)Serhiy Storchaka2023-09-2910-24/+28
* [3.11] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...Miss Islington (bot)2023-09-271-0/+15
* [3.11] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#...Miss Islington (bot)2023-09-271-2/+3
* [3.11] gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (GH-109881...Miss Islington (bot)2023-09-261-10/+9
* [3.11] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.r...Miss Islington (bot)2023-09-241-1/+6
* [3.11] Fix typos in docs and comments (#109619) (#109622)Alex Waygood2023-09-201-1/+1
* [3.11] gh-108973: Fix asyncio SubprocessProtocol doc (#109431) (#109610)Victor Stinner2023-09-202-6/+23
* [3.11] Fix extraneous backslashes in hashlib docs (GH-109468) (#109531)Miss Islington (bot)2023-09-181-12/+12
* [3.11] gh-109451: Fix wrong format specifier in logging documentation (GH-109...Miss Islington (bot)2023-09-161-1/+1
* [3.11] gh-109414: Add some basic information about venvs in the introduction....Miss Islington (bot)2023-09-161-0/+19
* [3.11] Docs: Superseded modules: list only module names (GH-109439) (#109446)Miss Islington (bot)2023-09-151-0/+1
* [3.11] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109417)Miss Islington (bot)2023-09-141-4/+4
* [3.11] gh-109184: update traceback module doc w.r.t notes (message is no long...Irit Katriel2023-09-121-20/+21
* [3.11] gh-107322: zipapp: Remove the suggestion to remove .dist-info director...Miss Islington (bot)2023-09-121-6/+1
* [3.11] gh-107924: re-order os.sendfile() flag documentation (#107926) (#109178)Hugo van Kemenade2023-09-091-15/+15
* [3.11] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-071-3/+5
* [3.11] gh-71770: Add more details on behavior of configparser's default_secti...Miss Islington (bot)2023-09-071-2/+4
* [3.11] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...Miss Islington (bot)2023-09-071-1/+1
* [3.11] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109074)Miss Islington (bot)2023-09-071-2/+2
* [3.11] bpo-38157: Add example about per file output for mock_open. (GH-16090)...Miss Islington (bot)2023-09-071-0/+24
* [3.11] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-071-1/+1
* [3.11] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...Miss Islington (bot)2023-09-071-0/+143
* [3.11] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-09-061-1/+1
* [3.11] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...Nikita Sobolev2023-09-021-6/+7
* [3.11] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108808)Miss Islington (bot)2023-09-021-21/+30
* [3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-011-0/+4
* [3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958)Gregory P. Smith2023-09-011-5/+8
* [3.11] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108738)Miss Islington (bot)2023-08-311-2/+2
* [3.11] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108708)Miss Islington (bot)2023-08-311-8/+8
* [3.11] Fix typo in multiprocessing docs (GH-108666) (#108676)Miss Islington (bot)2023-08-301-1/+1
* [3.11] Mention Ellipsis pickling in the docs (GH-103660) (#108662)Miss Islington (bot)2023-08-301-1/+2
* [3.11] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-291-12/+14
* [3.11] Fix misc doc typos (GH-108592) (#108613)Alex Waygood2023-08-293-3/+3
* [3.11] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108561)Miss Islington (bot)2023-08-281-1/+1
* [3.11] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108548)Erlend E. Aasland2023-08-271-1/+9
* [3.11] Fix grammatical error in stringprep documentation (GH-108414) (#108538)Miss Islington (bot)2023-08-271-1/+1
* [3.11] gh-105052:update timeit function's description (GH-105060) (#108535)Miss Islington (bot)2023-08-271-2/+4
* [3.11] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSU...Miss Islington (bot)2023-08-271-0/+28
* [3.11] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#1...Miss Islington (bot)2023-08-251-30/+37
* [3.11] GH-108202: Document ``calendar`` exceptions (GH-108398) (#108468)Miss Islington (bot)2023-08-251-0/+23
* [3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (...Miss Islington (bot)2023-08-231-1/+1
* [3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330)Miss Islington (bot)2023-08-221-0/+6
* [3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-10826...Miss Islington (bot)2023-08-221-0/+4
* [3.11] Docs: align the param spec of sqlite3.Connection methods with the impl...Miss Islington (bot)2023-08-221-2/+2
* [3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (G...Miss Islington (bot)2023-08-221-0/+5
* [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...Erlend E. Aasland2023-08-221-0/+16