summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...Miss Islington (bot)2023-10-022-17/+166
* [3.12] gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (GH-1...Miss Islington (bot)2023-10-021-3/+3
* [3.12] gh-101100: Fix sphinx warnings in `library/site.rst` (GH-110144) (#110...Hugo van Kemenade2023-10-022-11/+25
* [3.12] GH-101100: Fix reference warnings for ``gettext`` (GH-110115) (#110140)Miss Islington (bot)2023-10-021-29/+26
* [3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)Miss Islington (bot)2023-09-291-1/+1
* [3.12] gh-101100: Fix sphinx warnings in `library/difflib.rst` (GH-110074) (#...Miss Islington (bot)2023-09-291-9/+9
* [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070)Miss Islington (bot)2023-09-291-1/+11
* [3.12] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#...Miss Islington (bot)2023-09-271-2/+3
* [3.12] gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (GH-109881...Hugo van Kemenade2023-09-261-10/+9
* [3.12] gh-101100: Fix sphinx warnings in `Doc/library/xml.etree.elementtree.r...Miss Islington (bot)2023-09-241-1/+6
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-2410-24/+28
* [3.12] gh-100228: Document the os.fork threads DeprecationWarning. (GH-109767...Miss Islington (bot)2023-09-243-4/+46
* [3.12] Misc itertool recipe improvements, mostly docstrings and comments (gh-...Miss Islington (bot)2023-09-221-37/+44
* [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530)Miss Islington (bot)2023-09-181-12/+12
* [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109...Miss Islington (bot)2023-09-171-1/+1
* [3.12] gh-109414: Add some basic information about venvs in the introduction....Miss Islington (bot)2023-09-171-0/+19
* [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)Miss Islington (bot)2023-09-151-0/+1
* [3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416)Miss Islington (bot)2023-09-141-4/+4
* [3.12] Fix variable name in dis documentation example (GH-109343) (#109364)Miss Islington (bot)2023-09-131-1/+1
* [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#...Miss Islington (bot)2023-09-132-12/+154
* [3.12] gh-109184: update traceback module doc w.r.t notes (message is no long...Irit Katriel2023-09-131-19/+21
* [3.12] Fix iter_index() to work with lists which do not support stop=None. (g...Miss Islington (bot)2023-09-121-0/+11
* [3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info director...Miss Islington (bot)2023-09-121-6/+1
* [3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203)Miss Islington (bot)2023-09-121-4/+7
* [3.12] Add version directives to ast docs (GH-108788) (#109106)Miss Islington (bot)2023-09-081-4/+42
* [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109...Miss Islington (bot)2023-09-081-19/+20
* [3.12] gh-102823: Document return type of floor division on floats (GH-102824...Miss Islington (bot)2023-09-081-3/+5
* [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073)Miss Islington (bot)2023-09-081-2/+2
* [3.12] gh-71770: Add more details on behavior of configparser's default_secti...Miss Islington (bot)2023-09-081-2/+4
* [3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-...Miss Islington (bot)2023-09-081-1/+1
* [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090)...Miss Islington (bot)2023-09-081-0/+24
* [3.12] gh-107755: Document the correct default value of slice step (GH-107756...Miss Islington (bot)2023-09-081-1/+1
* [3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734)...Hugo van Kemenade2023-09-081-5/+8
* [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) ...Miss Islington (bot)2023-09-081-0/+143
* [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-1088...Miss Islington (bot)2023-09-061-1/+1
* [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107...Miss Islington (bot)2023-09-053-0/+308
* [3.12] gh-107208: Fix iter_index() recipe to not swallow exceptions (gh-10883...Miss Islington (bot)2023-09-041-12/+23
* [3.12] gh-101100: Fix sphinx warnings in `unittest.mock-examples.rst` (GH-108...Nikita Sobolev2023-09-021-6/+7
* [3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108807)Miss Islington (bot)2023-09-021-21/+30
* [3.12] gh-105563: reference DateType in datetime's documentation (GH-105946) ...Miss Islington (bot)2023-09-021-0/+4
* [3.12] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108737)Miss Islington (bot)2023-09-011-2/+2
* [3.12] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108707)Miss Islington (bot)2023-08-311-8/+8
* [3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)Miss Islington (bot)2023-08-301-1/+1
* [3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDuratio...Miss Islington (bot)2023-08-301-1/+1
* [3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)Miss Islington (bot)2023-08-301-1/+2
* [3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...Erlend E. Aasland2023-08-291-12/+14
* [3.12] Fix misc doc typos (GH-108592) (#108594)Miss Islington (bot)2023-08-295-5/+5
* [3.12] GH-108202: Combine documentation of ``calendar`` constants (GH-108492)...Adam Turner2023-08-281-60/+49
* [3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)Miss Islington (bot)2023-08-281-1/+1
* [3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)Erlend E. Aasland2023-08-271-1/+9