summaryrefslogtreecommitdiffstats
path: root/Doc/library
Commit message (Expand)AuthorAgeFilesLines
* [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
* [3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232)Miss Islington (bot)2023-08-211-1/+1
* [3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-10814...Miss Islington (bot)2023-08-211-0/+8
* [3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175)Erlend E. Aasland2023-08-201-18/+20
* [3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166)Miss Islington (bot)2023-08-202-114/+153
* [3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and ...Miss Islington (bot)2023-08-201-7/+7
* [3.11] gh-107619: Extend functools LRU cache docs with generators and async f...Miss Islington (bot)2023-08-201-2/+3
* [3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153)Miss Islington (bot)2023-08-201-3/+3
* [3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158)Miss Islington (bot)2023-08-201-5/+5
* [3.11] Docs: Remove links to external C functions and macros in os.rst (GH-10...Miss Islington (bot)2023-08-191-25/+27
* [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137)Erlend E. Aasland2023-08-191-6/+11
* [3.11] Docs: format sys.float_info properly (GH-108107) (#108131)Miss Islington (bot)2023-08-191-52/+73
* [3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehoo...Miss Islington (bot)2023-08-181-17/+21
* [3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100)Miss Islington (bot)2023-08-171-4/+14
* [3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094)Miss Islington (bot)2023-08-171-35/+36
* [3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087)Miss Islington (bot)2023-08-171-2/+27
* [3.11] gh-102215: importlib documentation cleanups (#108056)Adam Turner2023-08-172-10/+10
* [3.11] gh-107877: Update logging levels reference table with usage criteria. ...Miss Islington (bot)2023-08-131-15/+33
* [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753)Eric Snow2023-08-071-0/+3
* [3.11] gh-107442: Document all valid types for ctypes `_as_parameter_` (GH-10...Tomas R2023-08-071-3/+4
* [3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699)Miss Islington (bot)2023-08-061-12/+13
* [3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107...Miss Islington (bot)2023-08-051-2/+2
* [3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549)Miss Islington (bot)2023-08-011-10/+21
* [3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...Miss Islington (bot)2023-07-311-0/+15
* [3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#1074...Alex Waygood2023-07-291-3/+0
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-2940-88/+104
* [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385)Miss Islington (bot)2023-07-288-19/+19
* [3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336)Miss Islington (bot)2023-07-271-54/+38
* [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313)Miss Islington (bot)2023-07-261-6/+6
* [3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (...Miss Islington (bot)2023-07-261-1/+1
* [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246)Wei-Hsiang (Matt) Wang2023-07-261-1/+1
* [3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270)Miss Islington (bot)2023-07-251-7/+37
* [3.11] gh-106996: Add a how-to section to the turtle documentation (GH-107153...Miss Islington (bot)2023-07-251-0/+114
* [3.11] gh-106948: Docs: Disable links for C standard library functions, OS ut...Erlend E. Aasland2023-07-234-29/+29
* [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120)wulmer2023-07-233-9/+10
* [3.11] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#...Daniele Procida2023-07-231-13/+140
* [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (...Serhiy Storchaka2023-07-235-13/+13
* [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101)Miss Islington (bot)2023-07-231-0/+1
* [3.11] gh-107028: tiny textual changes in logging docs and docstrings (GH-107...Miss Islington (bot)2023-07-221-4/+5
* [3.11] gh-83006: Document behavior of `shutil.disk_usage` for non-mounted fil...Miss Islington (bot)2023-07-221-0/+6
* [3.11] gh-107008: Document the curses module variables LINES and COLS (GH-107...Miss Islington (bot)2023-07-221-1/+19
* [3.11] Fix Sphinx warnings in `re` module docs (GH-107044). (#107055)wulmer2023-07-221-5/+18
* gh-106847: Add -X warn_default_encoding in sys.flags Doc (GH-106854)Miss Islington (bot)2023-07-221-21/+25
* [3.11] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107038)Miss Islington (bot)2023-07-221-1/+1
* [3.11] Change non-integral to non-integer in random docs (GH-106975) (#106985)Sebastiaan Zeeff2023-07-221-1/+1