summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-101100: Fix dangling references in pickle.rst (GH-114972) (#114992)Miss Islington (bot)2024-02-041-1/+0
| | | | | | | gh-101100: Fix dangling references in pickle.rst (GH-114972) (cherry picked from commit ec69e1d0ddc9906e0fb755a5234aeabdc96450ab) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) ↵Miss Islington (bot)2024-02-011-1/+0
| | | | | | | | | | (#114872) gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (cherry picked from commit dc01b919c721f43ad024ba444a5d19541370e581) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix references in csv docs (GH-114658) (GH-114773)Skip Montanaro2024-01-311-1/+0
| | | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> (cherry picked from commit 3911b42cc0d404e0eac87fce30b740b08618ff06)
* [3.11] gh-101100: Fix datetime reference warnings (GH-114661) (GH-114718)Serhiy Storchaka2024-01-291-1/+0
| | | | | (cherry picked from commit e8b8f5e9c2da6a436360ce648061c90bdfcba863) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.2.rst` (GH-112366) ↵Miss Islington (bot)2024-01-291-1/+0
| | | | | | | (#114712) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memoryview.rst` ↵Miss Islington (bot)2024-01-291-1/+0
| | | | | | | (GH-114669) (GH-114705) (cherry picked from commit 97fb2480e4807a34b8197243ad57566ed7769e24) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) ↵Nikita Sobolev2024-01-271-1/+0
| | | | (#114654)
* [3.11] gh-101100: Fix sphinx warnings in `library/email.mime.rst` ↵Miss Islington (bot)2024-01-271-1/+0
| | | | | | | (GH-114635) (GH-114641) (cherry picked from commit 6a8944acb61d0a2c210ab8066cdcec8602110e2f) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-101100: Fix sphinx warnings in `c-api/file.rst` (GH-114546) (#114585)Miss Islington (bot)2024-01-261-2/+0
| | | | | Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix sphinx warnings in `concurrent.futures.rst` ↵Hugo van Kemenade2024-01-241-1/+0
| | | | | | (GH-114521) (#114526) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) ↵Miss Islington (bot)2024-01-241-1/+0
| | | | | | | (#114518) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.11] Docs: mark up FTP.retrbinary and FTP.storbinary with param lists ↵Miss Islington (bot)2024-01-231-1/+0
| | | | | | | | (GH-114399) (#114484) (cherry picked from commit 5277d4c7dbd1baee300e494fce2738cee218c243) Co-authored-by: Erlend E. Aasland <erlend@python.org> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* [3.11] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` ↵Miss Islington (bot)2024-01-231-1/+0
| | | | | | | | | | | | (GH-114425) (#114478) gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425) * gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` * Remove `/` from signatures (cherry picked from commit 7d21cae964fc47afda400fc1fbbcf7984fcfe819) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` ↵Miss Islington (bot)2024-01-221-1/+0
| | | | | | (GH-114194) (#114437) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) ↵Miss Islington (bot)2024-01-211-1/+0
| | | | | | | | (#114378) gh-101100: Fix sphinx warnings in `Doc/c-api/memory.rst` (GH-114373) (cherry picked from commit 47133d8d869c94c4d1f340b5481cc3f2cdc7d68b) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] Docs: Align multiprocessing.shared_memory docs with Sphinx ↵Erlend E. Aasland2024-01-161-1/+0
| | | | | | | | | | | recommendations (#114103) (#114114) (cherry picked from commit af852740862169cf3e8789a13b86a7b1d03b91db) - add :class: and :mod: markups where needed - fix incorrect escaping of a star in ShareableList arg spec - mark up parameters with stars: *val* - mark up list of built-in types using list markup - remove unneeded parentheses from :meth: markups
* [3.11] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and ↵Hugo van Kemenade2024-01-141-2/+0
| | | | | `library/http.client.rst` (GH-114060) (#114064) (cherry picked from commit c2808431b32fa7bc0d222d4549389f781f1a7333)
* [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840)Miss Islington (bot)2024-01-092-1/+5
| | | | | | | | Docs: Link tokens in the format string grammars (GH-108184) (cherry picked from commit f3d5d4aa8f0388217aeff69e28d078bdda464b38) Co-authored-by: William Andrea <william.j.andrea@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) ↵Miss Islington (bot)2024-01-051-1/+0
| | | | | | | (#113749) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-113637: Let c_annotations.py to handle the spacing of ↵Ege Akman2024-01-032-10/+11
| | | | Limited/Unstable API & Stable ABI translation strings (#113638) (#113679)
* [3.11] gh-101100: Fix Sphinx warnings in `library/configparser.rst` ↵Hugo van Kemenade2023-12-311-1/+0
| | | | | | | (GH-113598) (#113600) (cherry picked from commit 30a6d79fb8bc1ef96600c290c016720103b74b2d) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) ↵Miss Islington (bot)2023-12-281-1/+0
| | | | | | | (#113552) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113510)Miss Islington (bot)2023-12-271-1/+0
| | | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) ↵Miss Islington (bot)2023-12-271-1/+0
| | | | | | (#113508) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix Sphinx warnings in `library/bisect.rst` (GH-113496) ↵Hugo van Kemenade2023-12-261-1/+0
| | | | (#113505)
* [3.11] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` ↵Miss Islington (bot)2023-12-261-1/+0
| | | | | | (GH-113493) (#113498) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix Sphinx warnings in library/tarfile.rst (GH-113237) ↵Hugo van Kemenade2023-12-181-1/+0
| | | | (#113245)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/numbers.rst` (GH-113162) ↵Miss Islington (bot)2023-12-151-1/+0
| | | | | | (#113181) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` ↵Miss Islington (bot)2023-12-151-1/+0
| | | | | | | | (GH-113125) (#113159) gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125) (cherry picked from commit 7bb00f053e0a86bb8827cc464961a4fad9278e6d) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Cleanup `mailbox` docs (GH-113124) (#113145)Hugo van Kemenade2023-12-141-1/+0
| | | | | (cherry picked from commit 25061f5c98a47691fdb70f550943167bda77f6e0) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) ↵Hugo van Kemenade2023-12-141-1/+0
| | | | (#113143)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` ↵Miss Islington (bot)2023-12-141-1/+0
| | | | | | | | (GH-113116) (#113137) gh-101100: Fix Sphinx nitpicks in `library/collections.abc.rst` (GH-113116) (cherry picked from commit 006355b2a966060541166608ecfec4c957b85f55) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) ↵Miss Islington (bot)2023-12-141-1/+0
| | | | | | | | (#113112) gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) (cherry picked from commit d9e1b5794a8fade21773d18f91a07f80b55c839c) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and ↵Miss Islington (bot)2023-12-141-2/+0
| | | | | | | | `reference/simple_stmts.rst` (GH-113107) (#113110) gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple_stmts.rst` (GH-113107) (cherry picked from commit 4b3cb082da82da744f5db0b7315aa80558c51557) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] GH-101986: Support translation for Limited/Unstable API & Stable ABI ↵Hugo van Kemenade2023-12-102-7/+14
| | | | | | | (GH-107680) (#112941) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
* [3.11] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) ↵Miss Islington (bot)2023-12-101-1/+0
| | | | | | | | (#112930) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Fix Sphinx warning in library/http.cookies.rst (GH-112908)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) ↵Alex Waygood2023-12-091-1/+0
| | | | | | | (#112913) (cherry-picked from commit 54410e6bd9) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix Sphinx nits in `library/contextlib.rst` (#112870) ↵Alex Waygood2023-12-081-1/+0
| | | | | (#112874) (cherry-picked from commit e4c087603397a1314253b861d35f8314fba8ae92)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (GH-112836) ↵Miss Islington (bot)2023-12-081-1/+0
| | | | | | | | (#112869) gh-101100: Fix Sphinx nitpicks in `library/shelve.rst` (GH-112836) (cherry picked from commit 3cdcc2edf81c7be4c88d4f273947ce29f916f49a) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Silence Sphinx warnings when `ntpath` or `posixpath` are ↵Alex Waygood2023-12-071-1/+0
| | | | | referenced (#112833) (#112858) (cherry-picked from commit 2c3906bc4b)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811) ↵Alex Waygood2023-12-061-1/+0
| | | | | (#112815) (cherry-picked from commit 3870d19d15)
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (GH-112703) (#112704)Miss Islington (bot)2023-12-041-1/+0
| | | | | | gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (GH-112703) (cherry picked from commit 9560e0d6d7a316341939b4016e47e03bd5bf17c3) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` ↵Miss Islington (bot)2023-12-041-1/+0
| | | | | | | | (GH-109814) (#112701) gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (GH-109814) (cherry picked from commit f2eaa92b0cc5a37a9e6010c7c6f5ad1a230ea49b) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ↵Miss Islington (bot)2023-12-041-1/+0
| | | | | | | | (#112698) gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) (cherry picked from commit cda737924fd616c4e08027888258f97e81f34447) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) ↵Miss Islington (bot)2023-12-031-1/+0
| | | | | | | | | (#112673) gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (cherry picked from commit 489aeac3a2d3b347ff033334688e2f44eec7944a) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422)Hugo van Kemenade2023-11-261-7/+0
|
* [3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) ↵Hugo van Kemenade2023-11-251-1/+0
| | | | | | (#112404) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111640)Miss Islington (bot)2023-11-021-2/+2
| | | | Co-authored-by: partev <petrosyan@gmail.com>
* [3.11] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` ↵Miss Islington (bot)2023-10-291-1/+0
| | | | | | | | | | | | | | | | | | | | | | (GH-111222) (#111470) gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222) * gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` * Update Doc/library/socket.rst * Update asyncio-eventloop.rst * Update socket.rst --------- (cherry picked from commit 46389c32750f79ab3f398a0132cd002e8a64f809) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111227)Miss Islington (bot)2023-10-231-2/+0
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>