summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-87281: Improve documentation for locale.setlocale() and ↵Miss Islington (bot)2025-08-131-10/+74
| | | | | | | | locale.getlocale() (GH-137313) (GH-137723) Add a section explaining the locale name formats. (cherry picked from commit 15ab45775cb01e4baab6af6016347a6f95124e23) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.13] gh-137668: Document that ord() supports also bytes and bytearray ↵Serhiy Storchaka2025-08-131-3/+9
| | | | | (GH-137669) (GH-137704) (cherry picked from commit 35759fe2faf1443455dfcb15ef7c435e34b492c7)
* [3.13] gh-136672: Docs: Move Enum functions and add examples (GH-136791) ↵Miss Islington (bot)2025-08-122-21/+36
| | | | | | | (#137689) Co-authored-by: RafaelWO <38643099+RafaelWO@users.noreply.github.com> Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
* [3.13] gh-131885: Use positional-only markers for ``max()`` and ``min()`` ↵Miss Islington (bot)2025-08-111-6/+6
| | | | | | (GH-131868) (#137657) Co-authored-by: Evan Kohilas <ekohilas@users.noreply.github.com>
* [3.13] gh-125897: Mark range function parameters as positional only ↵Miss Islington (bot)2025-08-111-2/+2
| | | | | | (GH-125945) (#137653) Co-authored-by: Konstantin Baikov <konstantin.baikov@gmail.com>
* [3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643)Miss Islington (bot)2025-08-111-1/+1
| | | | | | | | Fix documentation of hash in PyHash_FuncDef (GH-137595) Because of a small typo, it wasn't showing up in the generated docs. (cherry picked from commit 70218b40082396d68c277667fc9bb7f87d095e3c) Co-authored-by: da-woods <dw-git@d-woods.co.uk>
* [3.13] gh-137499: Fixed dead link to NIST website (GH-137500) (#137501)Miss Islington (bot)2025-08-091-1/+1
| | | | | Co-authored-by: tobiasjcat <70606111+tobiasjcat@users.noreply.github.com> Co-authored-by: Senthil Kumaran <senthil@python.org>
* [3.13] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137582)Miss Islington (bot)2025-08-095-0/+617
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gh-137026: Add an explainer guide for asyncio (GH-137215) * - Add an explainer guide (aka HOWTO, not how-to) for asyncio. * Fix linter errors. * - Enforce max line length of roughly 79 chars. - Start sentences on new lines to minimize disruption of diffs. * Add reference to subinterpreters. * - Significantly reduce article size. Remove both example sections & "Which concurrency do I want" section. * Align section-header lengths with section names. * - Remove reference to deleted section. * - Fix a variety of rote style guide items like title-alignment, use of ie and $, and so forth. - Add links to other parts of the docs for keywords and objects like await, coro, task, future, etc. * - One last title alignment. * - Style nit. * - Rework a variety of I statements. * Lint fix. * - Firm up commentary on yield from in corotuines. * Update language comparing await and yield from. * - Remove await-ing Tasks and futures section * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * - Address comments related to style & writing flow. * per-thread event loop note. * Add section describing coroutines roots in generators. * Phrasing tweak. * Use asyncio.create_task instead of asyncio.Task * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * small phrasing. * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * phrasing nit. * style nits * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * phrasing nit * Fix misnaming of async generator. * phrasing nits. * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * consistent spacing * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * phrasing nits * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * add conclusion * nits * - Variety of style & grammar improvements thanks to ZeroIntensity's comments. * - Make all directives start with a 3 space indent. Then 4 thereafter. * - Use :linenos: instead of manually writing the line numbers. * - Fix label typo for article. * fix label link. * Apply suggestions from code review * - introduce async-sleep name * Phrasing * nit * ungendered octopus * teammates * jobs * rework fella to penguin * - remove byline; add seealso * Change ref from asyncio to use seealso block. * Remove typehints. Fix indentation in one code example. * Slight rephrase for clarity. * Make references point to asyncio. Wrap some long lines. * - Variety of style/phrasing improvements based on PR feedback. * phrasing. * phrasing nit. * Apply suggestions from code review * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * nit * Apply suggestions from code review * fix backticks. * nits * nit * add section on asyncio.run * title change under the hood. * modify task coro example. * howtos article link. * prefer await without backticks. * phrasing tweak. * Rework phrasing around how await tasks pauses and returns control in the await section. * move code block to beforfe explanation in coroutine under the hood. * phrasing. * link to yield from. * style nits * nit * - Modify language re: event-loop cycling endlessly. - Discuss why await was designed to not yield for coros. * - Add a note about debug=True on asyncio.run to await coro section. * clarity nit * - Add two other references in seealso block. * nit * Language simplification * Apply suggestions from code review * nit * grammar fix. * fix * worker bees * rework event loop paragraph to significantly deemphasize queues * remove all references to queue besides the initial analogy. * add note about garbage collection of tasks * add practical note re: garbage collection * phrasing nits * re arrange note on task gc. * line wrap nit * Update Doc/howto/a-conceptual-overview-of-asyncio.rst * link to debug mode docs. * readd part2 prefix. * simplify title. * fix titles. tihnk I messed this up earlier. * avoid idiom in title. * fix titles once agian. * Apply suggestions from code review * rework task gc example. * phrasing tweak. * tewak. * nit * nit * nit * nit --------- (cherry picked from commit 3964f974894eff1653913dda437971e0bbfa8ccc) Co-authored-by: Alexander Nordin <alexander.f.nordin@gmail.com> Co-authored-by: Peter Bierma <zintensitydev@gmail.com> Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua> Co-authored-by: Carol Willing <carolcode@willingconsulting.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* [3.13] Fix typo in Doc/extending/extending.rst (GH-136890) (#137561)Hugo van Kemenade2025-08-081-1/+1
| | | | Co-authored-by: Cornelius Roemer <cornelius.roemer@gmail.com>
* [3.13] gh-136155: Docs: check for EPUB fatal errors in CI (GH-134074) (#137538)Miss Islington (bot)2025-08-082-0/+31
| | | | | | Co-authored-by: Maciej Olko <maciej.olko@affirm.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Replace "ordered arguments" with "positional arguments" in ↵Miss Islington (bot)2025-08-081-1/+1
| | | | | | | | `unittest.mock` documentation (GH-137552) (GH-137554) Replace "ordered arguments" with "positional arguments" in `unittest.mock` documentation (GH-137552) (cherry picked from commit 64ee1babfb971ddbc00fd8711cccebfbddf6e4ee) Co-authored-by: Tom Forbes <tom@tomforb.es>
* [3.13] [Doc] Remove unnecessary quotes from typing module (GH-137207) (#137540)Miss Islington (bot)2025-08-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Doc] Remove unnecessary quotes from typing module (GH-137207) * gh-106320: Remove private _PyInterpreterState functions (GH-106335) Remove private _PyThreadState and _PyInterpreterState C API functions: move them to the internal C API (pycore_pystate.h and pycore_interp.h). Don't export most of these functions anymore, but still export functions used by tests. Remove _PyThreadState_Prealloc() and _PyThreadState_Init() from the C API, but keep it in the stable API. * Doc: minor change * Revert "Doc: minor change" This reverts commit ebfa0937c2caf0110ab1540f14956d56fe925092. * [Doc] Remove unnecessary quotes from typing (See Also section) * [Doc] Remove unnecessary quotes from typing --------- (cherry picked from commit f06fcb7f4b430993ece308e4e11cba939a676c69) Co-authored-by: Adorilson Bezerra <adorilson@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org>
* [3.13] gh-130102: drop "require numeric arguments" from pow() docs ↵Miss Islington (bot)2025-08-081-1/+1
| | | | | | | | | (GH-137456) (#137537) gh-130102: drop "require numeric arguments" from pow() docs (GH-137456) (cherry picked from commit 37b5a0d671685645db8f1d5ecfa1260587f1fc28) Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Senthil Kumaran <senthil@python.org>
* [3.13] gh-137526: Fix broken link to drdobbs journal in difflib.rst ↵Miss Islington (bot)2025-08-071-2/+2
| | | | | | | | (GH-137527) (#137532) gh-137526: Fix broken link to drdobbs journal in difflib.rst (GH-137527) (cherry picked from commit 244c7b8c4c579972e7db54132bdd74de3d3b3c0a) Co-authored-by: Sebastien Williams-Wynn <s.williamswynn.mail@gmail.com>
* [3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)Miss Islington (bot)2025-08-061-1/+1
| | | | | Co-authored-by: Greg Stein <gstein@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) ↵Miss Islington (bot)2025-08-061-1/+1
| | | | | | (#137493) Co-authored-by: Mendel Feygelson <mfeygelson@gmail.com>
* [3.13] Docs: add dunder and walrus to the glossary (GH-137430) (#137435)Miss Islington (bot)2025-08-051-0/+10
| | | | Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
* [3.13] gh-136823: Update documentation on excluded headers in Python.h ↵Miss Islington (bot)2025-08-051-6/+31
| | | | | | | (GH-136824) (#137438) Co-authored-by: Sina Zel taat <111974143+SZeltaat@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432)Miss Islington (bot)2025-08-052-12/+9
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-123441: Correct the supported languages of the iso-8859-4 codec ↵Miss Islington (bot)2025-08-051-1/+1
| | | | | | | (GH-137034) (GH-137418) (cherry picked from commit 525784aa65d35a5609aba53c873a9a3a578f992b) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* [3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` ↵Sergey B Kirpichev2025-08-052-6/+7
| | | | | | | (#136800) (#137367) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* [3.13] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137350)Miss Islington (bot)2025-08-031-1/+1
| | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)Serhiy Storchaka2025-08-031-1/+1
| | | (cherry picked from commit 1612dcbafe763014deefd679fe75ac5831a14a43)
* Doc: remove unused images (GH-137323)Miss Islington (bot)2025-08-032-0/+0
| | | | | (cherry picked from commit f195c2803002d4a4827c61171d8c327e230842b6) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
* [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects ↵Petr Viktorin2025-08-023-34/+110
| | | | | | | | | | | | (GH-135980) (GH-136371) * Turn the __future__ table to list-table. This'll make it easier to add entries that need longer markup * Semantic markup for __future__ feature descriptions. * Document CO_* C macros. (cherry picked from commit 2468aafe984fdf923811ef0c6969e3d6c1b92a82) Co-authored-by: Petr Viktorin <encukou@gmail.com>
* [3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) ↵Neil Schemenauer2025-07-301-8080/+8145
| | | | | | | | | | | | | | | | | | | | | | | | | | (gh-136480) The free threading build uses QSBR to delay the freeing of dictionary keys and list arrays when the objects are accessed by multiple threads in order to allow concurrent reads to proceed with holding the object lock. The requests are processed in batches to reduce execution overhead, but for large memory blocks this can lead to excess memory usage. Take into account the size of the memory block when deciding when to process QSBR requests. Also track the amount of memory being held by QSBR for mimalloc pages. Advance the write sequence if this memory exceeds a limit. Advancing the sequence will allow it to be freed more quickly. Process the held QSBR items from the "eval breaker", rather than from `_PyMem_FreeDelayed()`. This gives a higher chance that the global read sequence has advanced enough so that items can be freed. (cherry picked from commit 113de8545ffe74a4a1dddb9351fa1cbd3562b621) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com> Co-authored-by: Sam Gross <colesbury@gmail.com>
* [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)Miss Islington (bot)2025-07-301-0/+10
| | | | | | | * GH-116738: document thread-safety of bisect (GH-136555) (cherry picked from commit 5236b0281b91a874b14cf15f3fdef9b7beffb22f) Co-authored-by: Neil Schemenauer <nas-github@arctrix.com> Co-authored-by: Kumar Aditya <kumaraditya@python.org>
* [3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 ↵Miss Islington (bot)2025-07-291-1/+4
| | | | | | | (GH-137184) (GH-137209) (cherry picked from commit 0b4e13c2658c5a267fc50ee045ffb7b6408b2e3b) Co-authored-by: Akuli <akuviljanen17@gmail.com>
* [3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio ↵Miss Islington (bot)2025-07-281-0/+6
| | | | | | | | when `local_addr` is `None` (GH-136913) (#137163) gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (GH-136913) (cherry picked from commit 1481384141342479b3ba4b89f653b4e5bef0d272) Co-authored-by: AN Long <aisk@users.noreply.github.com>
* [3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod ↵Brian Schubert2025-07-281-0/+9
| | | | | | | | | | changes (GH-128173) (#137156) [3.13] gh-84559: improve What's New entry for `multiprocessing` start method changes (GH-128173) (cherry picked from commit b8c313a41c411331c603bbda28048b2a3f4a2ab4) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* [3.13] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis ↵Miss Islington (bot)2025-07-271-3/+6
| | | | | | | | | | | | | | | | | | | | (GH-137040) (#137141) gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH-137040) The "SameSite" attribute defined in RFC 6265bis [1] allows the "Strict", "Lax" and "None" enforcement modes. We already documented "Strict" and "Lax" as being valid values but "None" was missing from the list. While the RFC has not been formally approved, modern browsers support the "None" value [2, 3] thereby making sense to document it. [1]: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis [2]: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure [3]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Set-Cookie#none --------- (cherry picked from commit ae8b7d710020dfd336edd399fa35525dfe8fc049) Co-authored-by: Iqra Khan <iqraakhan2519@gmail.com> Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
* [3.13] gh-132898: Add a note in `multiprocessing.Process` docs about ↵Miss Islington (bot)2025-07-272-8/+53
| | | | | | | | | | | | | | | creating a process in a REPL (GH-137118) (#137155) gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) * Reword, expand, and clarify the limitation, highlighting the REPL case. * Mention in the high level Process description. * added a pointer to the GH issue from the doc note --------- (cherry picked from commit 4e40f2bea7edfa5ba7e2e0e6159d9da9dfe4aa97) Co-authored-by: Duprat <yduprat@gmail.com> Co-authored-by: Gregory P. Smith <greg@krypto.org>
* [3.13] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() ↵Miss Islington (bot)2025-07-271-0/+30
| | | | | | | | | | (GH-136314) (#137150) gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) Closes GH-136278 (cherry picked from commit 6784ef7da7cbf1a944fd0685630ced54e4a0066c) Co-authored-by: Toshaksha <147024929+Toshaksha@users.noreply.github.com>
* [3.13] Link to plaintext for "show source" links (GH-137131) (#137133)Miss Islington (bot)2025-07-271-1/+1
| | | | Co-authored-by: ryan-duve <ryan-duve@users.noreply.github.com>
* [3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) ↵Miss Islington (bot)2025-07-252-6/+8
| | | | (gh-137102)
* [3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)Miss Islington (bot)2025-07-242-25/+54
|
* [3.13] gh-136516: Mention installation artifacts as de-facto resources ↵Miss Islington (bot)2025-07-241-5/+6
| | | | | | | | | | (GH-136419) (GH-137039) Files like NUL on windows are, from `importlib.resources` point of view, an artifact caused by installing to a filesystem directory. Mention these. (cherry picked from commit fac4964fdb2ae12969b485de496dd6d064fdbe99) Co-authored-by: Petr Viktorin <encukou@gmail.com>
* [3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in ↵Miss Islington (bot)2025-07-231-0/+2
| | | | | | | | free-threading docs (GH-137042) (#137046) gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (cherry picked from commit 38b936cc9912fc6847265917f94af53f0bf228e9) Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
* [3.13] gh-136437: Convert more ``os.path`` functions to positional-only in ↵Miss Islington (bot)2025-07-221-9/+9
| | | | | | the docs (GH-136970) (#137001) Co-authored-by: sobolevn <mail@sobolevn.me>
* [3.13] gh-136859: Improve `StrEnum` docs (GH-136864) (#136937)Miss Islington (bot)2025-07-221-4/+19
| | | | | | Co-authored-by: Nacho Caballero <nachocab@gmail.com> Co-authored-by: Nacho Caballero <nacho.caballero@astrazeneca.com> Co-authored-by: Antonio Spadaro <ilovelinux@users.noreply.github.com>
* [3.13] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter ↵Miss Islington (bot)2025-07-221-4/+7
| | | | | | | descriptions (GH-136797) (#136826) Co-authored-by: Valerio Gianella <49408327+valeriogianella@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
* [3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only ↵Miss Islington (bot)2025-07-211-1/+1
| | | | | | | | (GH-136946) (#136948) gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (cherry picked from commit 322442945084ea9055f86a17fa5096b11ba5b344) Co-authored-by: sobolevn <mail@sobolevn.me>
* [3.13] gh-136437: Document some `os.path` functions as requiring pos-only ↵Miss Islington (bot)2025-07-211-8/+8
| | | | | | | | (GH-136812) (#136945) gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (cherry picked from commit b5428bb0e786f5b67c6077472c0068cadd0b5ea9) Co-authored-by: sobolevn <mail@sobolevn.me>
* [3.13] Pedantic rewording of why relative importing doesn't work in main ↵Miss Islington (bot)2025-07-211-2/+2
| | | | | | | | | | modules (GH-136846) (#136941) Pedantic rewording of why relative importing doesn't work in main modules (GH-136846) Pedantically reword the section about relative imports and main modules. (cherry picked from commit 4b68289ca6954b8d135e2ee2344e67fae38239fd) Co-authored-by: Josh Cannon <joshdcannon@gmail.com>
* [3.13] gh-136882: Update stale link in the basic logging tutorial. ↵Miss Islington (bot)2025-07-211-4/+4
| | | | | | | (GH-136885) (#136906) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
* [3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)Miss Islington (bot)2025-07-201-12/+28
| | | | | | | | | gh-86608: Improve and restructure tarfile examples (GH-121771) Add an example on how to write a tarfile to stdout; general improvements. (cherry picked from commit cc81b4e501138b5793d419c81c3a2859a17207a7) Co-authored-by: Dominic H <dom@dominic.sk> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-136854: Exit on error in `make venv` (GH-136856) (#136861)Miss Islington (bot)2025-07-201-0/+1
| | | | | Co-authored-by: Nacho Caballero <nachocab@gmail.com> Co-authored-by: Nacho Caballero <nacho.caballero@astrazeneca.com>
* [3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan ↵Miss Islington (bot)2025-07-202-0/+7
| | | | | | | | | | | information (GH-136790) (#136799) Extends the documentation for disabling pymalloc with the `--without-pymalloc` flag regarding why it is worth to use it when enabling AddressSanitizer for Python build (which is done, e.g., in CPython's CI builds). (cherry picked from commit d19bb4471331ca2cb87b86e4c904bc9a2bafb044) Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com> Co-authored-by: Petr Viktorin <encukou@gmail.com>
* [3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` ↵Miss Islington (bot)2025-07-191-1/+11
| | | | | | | | | | (GH-136794) (#136828) gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (cherry picked from commit 6293d8a1a648a498b7ac899631b74fa25c71c1ac) Co-authored-by: Matthieu Lienart <50069805+mlnrt@users.noreply.github.com> Co-authored-by: Matthieu Lienart <matthieu.lienart@axians.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* [3.13] gh-54732: Make argparse error caused by empty rows in option files ↵Miss Islington (bot)2025-07-191-1/+7
| | | | | | | | | explicit (GH-136795) (#136819) gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (cherry picked from commit 8ffc3ef01e83ffe629c6107082677de4d23974d5) Co-authored-by: jdunter <2ve@mailbox.org> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>