summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] Change links on the index page (GH-117230) (#117269)Miss Islington (bot)2024-03-261-2/+2
| | | | Co-authored-by: Adorilson Bezerra <adorilson@gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) ↵Miss Islington (bot)2024-03-191-1/+0
| | | | | | (#117038) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.11] Update titles and subtitles on landing page template (GH-116914) ↵Miss Islington (bot)2024-03-191-31/+31
| | | | | | | | | | | | | | | | (#117019) Update titles and subtitles on landing page template (GH-116914) * Update titles and subtitles on landing page template * address review from gvanrossum * Edits from hugovk review * Change word order back. Down the road we should split license and history (cherry picked from commit c514a975abe35fa4604cd3541e2286168ef67d10) Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (GH-112357) ↵Miss Islington (bot)2024-02-261-1/+0
| | | | | | | | (#115933) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115925)Carol Willing2024-02-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | * clean up fcntl module doc * simplify * a few changes, based on suggestion by CAM-Gerlach * nitpick ignore for a couple other C functions mentioned in the fcntl module doc * more changes, especially related to LOCK_* constants * :data: back to :const: * Apply suggestions from code review --------- (cherry picked from commit 84a275c4a2c8a22d198c6f227d538e6b27bbb029) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.0.rst` (GH-112351) ↵Hugo van Kemenade2024-02-251-1/+0
| | | | | | (#115903) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.2.rst` (GH-115580) ↵Miss Islington (bot)2024-02-171-1/+0
| | | | | | | (#115590) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/3.1.rst` (GH-115575) ↵Miss Islington (bot)2024-02-171-1/+0
| | | | | | (#115588) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* [3.11] gh-101100: Fix sphinx warnings in `c-api/gcsupport.rst` (GH-114786) ↵Hugo van Kemenade2024-02-141-1/+0
| | | | | | (#115430) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.11] gh-115317: Rewrite changelog filter to use vanilla JavaScript ↵Miss Islington (bot)2024-02-131-48/+54
| | | | | | | | | (GH-115324) (#115373) gh-115317: Rewrite changelog filter to use vanilla JavaScript (GH-115324) (cherry picked from commit 341d7874f063dcb141672b09f62c19ffedd0a557) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Tomas R <tomas.roun8@gmail.com>
* [3.11] gh-101100: Clean up Doc/c-api/exceptions.rst and Doc/c-api/sys.rst ↵Skip Montanaro2024-02-121-2/+0
| | | | | | (GH-114825) (GH-115311) (cherry picked from commit e1552fd19de17e7a6daa3c2a6d1ca207bb8eaf8e)
* [3.11] gh-101100: Fix dangling refs in bdb.rst (GH-114983) (#115284)Miss Islington (bot)2024-02-111-1/+0
| | | | | | | gh-101100: Fix dangling refs in bdb.rst (GH-114983) (cherry picked from commit 1b895914742d20ccebd1b56b1b0936b7e00eb95e) Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com> Co-authored-by: AN Long <aisk@users.noreply.github.com>
* [3.11] gh-101100: Fix sphinx warnings in `library/enum.rst` (GH-114696) ↵Nikita Sobolev2024-02-091-1/+0
| | | | (GH-115209)
* [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>