Miss Islington (bot)
05bd6cbe61
[3.13] gh-123345: improve fnmatch docs (GH-123346) ( #128776 )
...
gh-123345: improve `fnmatch` docs (GH-123346)
(cherry picked from commit 29fe8072cf )
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-01-13 10:35:26 +00:00
Tian Gao
33c0ba0ead
[3.13] gh-128409: Document that pdb.post_mortem() accepts exceptions … ( #128767 )
...
* [3.13] gh-128409: Document that pdb.post_mortem() accepts exceptions (GH-128410)
(cherry picked from commit 1b39b502d3 )
Co-authored-by: Adam Johnson <me@adamj.eu>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-01-13 00:12:11 -05:00
Miss Islington (bot)
65da5db28a
[3.13] gh-118915: Document PyUnstable_InterpreterState_GetMainModule (GH-128483) (GH-128677)
...
(cherry picked from commit ea39c8b08d )
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2025-01-10 08:41:14 +01:00
Miss Islington (bot)
c57ef49337
[3.13] gh-124433: fix docs for asyncio.Queue.task_done (GH-128669) ( #128671 )
...
gh-124433: fix docs for `asyncio.Queue.task_done` (GH-128669)
(cherry picked from commit 4322a318ea )
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-01-09 18:00:55 +05:30
Miss Islington (bot)
1d2d62c15e
[3.13] gh-126137: improve docs for loop.add_reader and loop.add_writer (GH-128666) ( #128667 )
...
gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (GH-128666)
(cherry picked from commit b2adf55674 )
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-01-09 10:16:59 +00:00
Miss Islington (bot)
4f01a120f7
[3.13] gh-79149: document reentrant safety of loop.call_soon_threadsafe (GH-128662) ( #128664 )
...
gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (GH-128662)
(cherry picked from commit 4685401845 )
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2025-01-09 09:25:18 +00:00
Miss Islington (bot)
0cd603689a
[3.13] gh-87506: Document that json.load*() can raise UnicodeDecodeError (GH-127355) ( #128607 )
...
(cherry picked from commit 15372d0112 )
(cherry picked from commit cdfb8bc93a )
Co-authored-by: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) <thatiparthysreenivas@gmail.com>
Co-authored-by: Erlend Aasland <erlend@python.org>
2025-01-08 08:48:55 +00:00
Miss Islington (bot)
984cdb788e
[3.13] Docs: mark up json.load() using parameter list (GH-128488) ( #128596 )
...
(cherry picked from commit a21e31ec54 )
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2025-01-07 21:13:25 +00:00
Miss Islington (bot)
8f3e5554ba
[3.13] gh-108202: Document calendar.Calendar.firstweekday (GH-128566) ( #128579 )
...
(cherry picked from commit b3cbd8f1b5 )
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2025-01-07 08:05:09 +00:00
Miss Islington (bot)
d81b99b53b
[3.13] gh-108202: Document calendar.Calendar methods getfirstweekday and setfirstweekday (GH-127579) ( #128564 )
...
(cherry picked from commit 953b49e546 )
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-01-07 00:45:26 +01:00
Miss Islington (bot)
a194fd08c0
[3.13] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) (GH-128542)
...
(cherry picked from commit 657d7b77e5 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
2025-01-06 23:20:26 +02:00
Miss Islington (bot)
3678cf8fb9
[3.13] gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454) (GH-128538)
...
(cherry picked from commit 8d15058d61 )
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-01-06 10:56:14 +00:00
Miss Islington (bot)
aa519e4cae
[3.13] gh-114990: Add missing mixin methods in collections.abc's document (GH-114991) ( #128535 )
...
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
2025-01-06 10:03:05 +00:00
Miss Islington (bot)
838e8a2718
[3.13] Docs: fix MessageDefect references in email.policy docs (GH-128468) ( #128526 )
...
(cherry picked from commit 3b231be8f0 )
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
2025-01-05 22:04:39 +00:00
Miss Islington (bot)
5ed2b7649e
[3.13] gh-127954: Document PyObject_DelItemString (GH-127986) ( #128496 )
...
(cherry picked from commit 8ade15343d )
Co-authored-by: RUANG (James Roy) <rruuaanng@outlook.com>
2025-01-04 20:53:30 +00:00
Miss Islington (bot)
62b4ca0d53
[3.13] Docs: amend json.dump() post gh-128482 (GH-128489) ( #128493 )
...
(cherry picked from commit 87ee76062a )
Co-authored-by: Erlend E. Aasland <erlend@python.org>
2025-01-04 19:03:01 +00:00
Miss Islington (bot)
65fd758098
[3.13] gh-126719: Clarify math.fmod docs (GH-127741) ( #128491 )
...
(cherry picked from commit f28d471fbe )
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-01-04 17:44:36 +00:00
Miss Islington (bot)
ff7ef94e6e
[3.13] Docs: mark up json.dump() using parameter list (GH-128482) ( #128486 )
...
(cherry picked from commit a0088b40bb )
Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-01-04 15:49:57 +00:00
Miss Islington (bot)
f8b24cdbb9
[3.13] gh-125674: Doc: Fix type of newfunc first parameter (GH-125675) ( #128449 )
...
(cherry picked from commit 616468b87b )
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2025-01-03 14:12:24 +00:00
Miss Islington (bot)
e0f0d2d2b8
[3.13] gh-108202: Document calendar.TextCalendar formatting helpers (GH-127608) ( #128440 )
...
Document the following TextCalendar methods:
- formatday()
- formatmonthname()
- formatweekday()
- formatweekheader()
(cherry picked from commit bb73426caf )
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-01-03 10:03:45 +00:00
Miss Islington (bot)
cc5b03f89d
[3.13] Revert "Doc: Show object descriptions in the table of contents (GH-125757)" (GH-128406) ( #128413 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2025-01-02 14:40:19 +00:00
Miss Islington (bot)
48d50fd491
[3.13] gh-128349: Use .. data:: instead of .. class:: for pre-defined decimal Context objects (GH-128379) ( #128401 )
...
gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `Context` objects (GH-128379)
(cherry picked from commit 60c6518469 )
Co-authored-by: abkmystery <36216019+abkmystery@users.noreply.github.com>
2025-01-02 07:28:12 +00:00
Miss Islington (bot)
675b039e46
[3.13] Reword about.rst to not limit Sphinx (GH-128325) ( #128382 )
...
Reword `about.rst` to not limit Sphinx (GH-128325)
(cherry picked from commit c5438fdf47 )
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2024-12-31 21:28:59 +00:00
Miss Islington (bot)
207a81ac19
[3.13] gh-128317: Document calendar.TextCalendar.formatweek (GH-128353) ( #128357 )
...
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-12-30 19:40:29 +02:00
Miss Islington (bot)
bad6b7bfca
[3.13] gh-125887: Update PyObject_HasAttr exception behavior (GH-125907) ( #128283 )
...
gh-125887: Update PyObject_HasAttr exception behavior (GH-125907)
Update PyObject_HasAttr exception behavior
(cherry picked from commit 08a0728d6c )
Co-authored-by: Damien <81557462+Damien-Chen@users.noreply.github.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2024-12-27 02:03:38 +00:00
Miss Islington (bot)
32adae1a10
[3.13] gh-126664: revert: Use else instead of finally in docs explaining "with" (GH-128169) ( #128170 )
...
gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" (GH-128169)
Revert "gh-126664: Use `else` instead of `finally` in "The with statement" documentation. (GH-126665)"
This reverts commit 25257d61cf .
(cherry picked from commit 228f275737 )
Co-authored-by: Gregory P. Smith <greg@krypto.org>
2024-12-24 10:55:57 -08:00
Ethan Furman
875e49fb63
[3.13] gh-112328: Make EnumDict usable on its own and document it (GH-123669) (GH-128142)
...
Co-authored-by: Petr Viktorin <pviktori@redhat.com>
2024-12-24 10:50:23 -08:00
Miss Islington (bot)
a52d663d0c
[3.13] gh-128227: Regenerate Doc/requirements-oldest-sphinx.txt (GH-128228) ( #128229 )
...
gh-128227: Regenerate `Doc/requirements-oldest-sphinx.txt` (GH-128228)
(cherry picked from commit 7985d460c7 )
Co-authored-by: Bogdan Romanyuk <65823030+wrongnull@users.noreply.github.com>
2024-12-24 18:06:12 +00:00
Miss Islington (bot)
6f3c2c8d04
[3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191)
...
* Remove getopt and optparse deprecation notices
* Add new docs sections for command line app helper libraries
* Add guidance on choosing a CLI parsing library to the optparse docs
* Link to the new guidance from the argparse and getopt docs
* Reword intro in docs section for superseded stdlib modules
* Reframe the optparse->argparse guide as a migration guide
rather than as an upgrade guide
---------
(cherry picked from commit 831b6de6d7 )
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2024-12-23 04:40:59 +00:00
Miss Islington (bot)
f8e7b5cc8d
[3.13] gh-122706: fix docs for asyncio ssl sockets (GH-128092) ( #128094 )
...
gh-122706: fix docs for asyncio ssl sockets (GH-128092)
(cherry picked from commit 19c5134d57 )
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2024-12-19 18:26:05 +05:30
Miss Islington (bot)
71a1e79134
[3.13] Minor readability improvements for the itertools recipes (gh-127928) (gh-127999)
2024-12-16 17:33:20 +00:00
Miss Islington (bot)
28e684b330
[3.13] Simplify and speed-up an itertools recipe (gh-127848) (gh-127998)
2024-12-16 11:26:58 -06:00
Miss Islington (bot)
231c93923d
[3.13] Fix typo in itertools docs (gh-127995) (gh-127996)
2024-12-16 11:20:14 -06:00
Miss Islington (bot)
89f4b23f9e
[3.13] Clarify ast docs to use a less confusing example for ast.ParamSpec (GH-127955) ( #127959 )
...
Clarify ast docs to use a less confusing example for `ast.ParamSpec` (GH-127955)
Fix typo in ast docs: ParamSpec defaults
(cherry picked from commit 7900a85019 )
Co-authored-by: Steve C <diceroll123@gmail.com>
2024-12-15 12:35:25 +00:00
Miss Islington (bot)
9c6bd272b4
[3.13] gh-127852: add remark about ',' separator (GH-127854) ( #127941 )
...
Specify that it is valid for floats and ints with 'd' presentation and an error otherwise.
---------
(cherry picked from commit e2325c9db0 )
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2024-12-14 13:34:18 +00:00
Miss Islington (bot)
8384279863
[3.13] link to the correct output method in documentation (GH-127857) ( #127900 )
...
link to the correct output method in documentation (GH-127857)
(cherry picked from commit 11ff3286b7 )
Co-authored-by: Viktor Kálmán <kviktor@users.noreply.github.com>
2024-12-13 15:07:46 +05:30
Miss Islington (bot)
6023b3b01e
[3.13] Document PyObject_SelfIter (GH-127861) ( #127898 )
...
Document PyObject_SelfIter (GH-127861)
(cherry picked from commit 58942a07df )
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
2024-12-13 15:07:28 +05:30
Miss Islington (bot)
d3d478eff1
[3.13] Fix typo in traceback docs (GH-127884) ( #127890 )
...
Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
2024-12-12 21:51:10 +00:00
Miss Islington (bot)
8b24d042b4
[3.13] gh-118915: C API: Document frame locals proxies. (GH-127720) ( #127831 )
...
gh-118915: C API: Document frame locals proxies. (GH-127720)
(cherry picked from commit dd9da738ad )
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2024-12-11 16:34:35 +00:00
Peter Bierma
bcdd10d0c8
[3.13] gh-127791: Fix, document, and test PyUnstable_AtExit (GH-127793) ( #127819 )
...
* Fix merge conflicts.
* [3.13] gh-127791: Fix, document, and test `PyUnstable_AtExit` (GH-127793)
(cherry picked from commit d5d84c3f13 )
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
2024-12-11 13:40:45 +00:00
Miss Islington (bot)
8b28dedc58
[3.13] gh-126821: Add versionadded annotation to use_system_logger feature. (GH-127755) ( #127806 )
...
Add versionadded annotation to use_system_logger feature.
(cherry picked from commit 51216857ca )
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
2024-12-10 21:38:12 +00:00
Miss Islington (bot)
c6c9ff56a5
[3.13] Docs: Fix indents in xmlrpc.client.rst (GH-127782) ( #127799 )
...
Docs: Fix indents in `xmlrpc.client.rst` (GH-127782)
(cherry picked from commit 035f512046 )
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
2024-12-10 17:41:01 +00:00
Miss Islington (bot)
00d60623e9
[3.13] gh-101100: Fix sphinx warnings in whatsnew/3.0.rst (GH-127662) ( #127783 )
...
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-12-10 10:45:30 +00:00
Russell Keith-Magee
075c41d5f5
[3.13] gh-126925: Modify how iOS test results are gathered (GH-127592) ( #127754 )
...
Adds a `use_system_log` config item to enable stdout/stderr redirection for
Apple platforms. This log streaming is then used by a new iOS test runner
script, allowing the display of test suite output at runtime. The iOS test
runner script can be used by any Python project, not just the CPython test
suite.
(cherry picked from commit 2041a95e68 )
2024-12-09 14:39:11 +08:00
Miss Islington (bot)
5d35d279a5
[3.13] gh-101100: amend references starting with !~ in gh-127054 (GH-127684) ( #127692 )
...
gh-101100: amend references starting with `!~` in gh-127054 (GH-127684)
(cherry picked from commit 77a61c0465 )
Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
2024-12-06 14:19:08 +00:00
Miss Islington (bot)
304111e967
[3.13] [Docs] GDB howto: Fix block type of a cast example (GH-127621) ( #127653 )
...
[Docs] GDB howto: Fix block type of a cast example (GH-127621)
(cherry picked from commit 657d0e99aa )
Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
2024-12-05 20:58:36 +00:00
Miss Islington (bot)
a1c52d1265
[3.13] gh-127347: Document traceback.print_list (GH-127348) ( #127569 )
...
Add an documentation entry about `traceback.print_list`
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
2024-12-04 10:28:14 +02:00
Miss Islington (bot)
bb46b74d9d
[3.13] Itertool recipe additions (gh-127483) (gh-127585)
2024-12-03 18:34:42 -06:00
Thomas Wouters
0671451779
Python 3.13.1
2024-12-03 18:59:52 +01:00
Miss Islington (bot)
3479a719b8
[3.13] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH-127557)
...
(cherry picked from commit 35d37d6592 )
Co-authored-by: Petr Viktorin <encukou@gmail.com>
2024-12-03 13:57:42 +01:00