Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.6
/
Doc
tag
89f78413c85a7b42f9b636dd6defccd0ed03ee39
tagger
Thomas Wouters <thomas@python.org>
Wed Aug 06 13:35:40 2025
object
4e665351082c50018fb31d80db25b4693057393e
Python 3.13.6
29ebe04
[3.13] Docs: add dunder and walrus to the glossary (GH-137430) (#137435)
by Miss Islington (bot)
· 12 days ago
1bb2ae5
[3.13] gh-136823: Update documentation on excluded headers in Python.h (GH-136824) (#137438)
by Miss Islington (bot)
· 12 days ago
c4c554d
[3.13] GH-136155: Use ``sphinxext-opengraph`` v0.12.0 (GH-137393) (#137432)
by Miss Islington (bot)
· 12 days ago
db4df35
[3.13] gh-123441: Correct the supported languages of the iso-8859-4 codec (GH-137034) (GH-137418)
by Miss Islington (bot)
· 12 days ago
dc980b0
[3.13] gh-122450: Expand documentation for ``Rational`` and ``Fraction`` (#136800) (#137367)
by Sergey B Kirpichev
· 12 days ago
fc190c3
[3.13] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137350)
by Miss Islington (bot)
· 2 weeks ago
1c96723
[3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
by Serhiy Storchaka
· 2 weeks ago
7adea43
Doc: remove unused images (GH-137323)
by Miss Islington (bot)
· 2 weeks ago
3b28cb0
[3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136371)
by Petr Viktorin
· 2 weeks ago
5c16f69
[3.13] GH-133136: Revise QSBR to reduce excess memory held (gh-135473) (gh-136480)
by Neil Schemenauer
· 3 weeks ago
d3b5f83
[3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)
by Miss Islington (bot)
· 3 weeks ago
d61f8b8
[3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184) (GH-137209)
by Miss Islington (bot)
· 3 weeks ago
505e2a4
[3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (GH-136913) (#137163)
by Miss Islington (bot)
· 3 weeks ago
c2b8a89d
[3.13] gh-84559: improve What's New entry for `multiprocessing` startmethod changes (GH-128173) (#137156)
by Brian Schubert
· 3 weeks ago
97f5fdf
[3.13] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH-137040) (#137141)
by Miss Islington (bot)
· 3 weeks ago
f867711
[3.13] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) (#137155)
by Miss Islington (bot)
· 3 weeks ago
81079d7
[3.13] gh-136278: Document codecs.escape_encode() and codecs.escape_decode() (GH-136314) (#137150)
by Miss Islington (bot)
· 3 weeks ago
2b84dfd
[3.13] Link to plaintext for "show source" links (GH-137131) (#137133)
by Miss Islington (bot)
· 3 weeks ago
eda6134
[3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (gh-137102)
by Miss Islington (bot)
· 3 weeks ago
d9feec4
[3.13] Fix docs for Queue.shutdown (gh-137028) (gh-137081)
by Miss Islington (bot)
· 3 weeks ago
2880798
[3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (GH-137039)
by Miss Islington (bot)
· 4 weeks ago
6ffeef1
[3.13] gh-137043: mention `PyList_GET_ITEM` as unsafe borrowed API in free-threading docs (GH-137042) (#137046)
by Miss Islington (bot)
· 4 weeks ago
9ab885e
[3.13] gh-136437: Convert more ``os.path`` functions to positional-only in the docs (GH-136970) (#137001)
by Miss Islington (bot)
· 4 weeks ago
8239706
[3.13] gh-136859: Improve `StrEnum` docs (GH-136864) (#136937)
by Miss Islington (bot)
· 4 weeks ago
f4b991a
[3.13] gh-135468: Improve ``BaseHandler.http_error_default()`` parameter descriptions (GH-136797) (#136826)
by Miss Islington (bot)
· 4 weeks ago
2d0fac4
[3.13] gh-136437: Document `os.path.dirname` as accepting only pos-only (GH-136946) (#136948)
by Miss Islington (bot)
· 4 weeks ago
133c233
[3.13] gh-136437: Document some `os.path` functions as requiring pos-only (GH-136812) (#136945)
by Miss Islington (bot)
· 4 weeks ago
de1c5e4
[3.13] Pedantic rewording of why relative importing doesn't work in main modules (GH-136846) (#136941)
by Miss Islington (bot)
· 4 weeks ago
3ee46cc
[3.13] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) (#136906)
by Miss Islington (bot)
· 4 weeks ago
74607b1
[3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867)
by Miss Islington (bot)
· 4 weeks ago
1172f4c
[3.13] gh-136854: Exit on error in `make venv` (GH-136856) (#136861)
by Miss Islington (bot)
· 4 weeks ago
c99fad7
[3.13] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan information (GH-136790) (#136799)
by Miss Islington (bot)
· 4 weeks ago
53aeb82
[3.13] gh-136752: Clarify documentation for ``IPv{N}Address.is_reserved`` (GH-136794) (#136828)
by Miss Islington (bot)
· 4 weeks ago
2d0f169
[3.13] gh-54732: Make argparse error caused by empty rows in option files explicit (GH-136795) (#136819)
by Miss Islington (bot)
· 4 weeks ago
ff8de16
[3.13] gh-135730: Clarify multiprocessing.Queue close() documentation (GH-136803) (GH-136807)
by Miss Islington (bot)
· 4 weeks ago
f32e095
[3.13] gh-136769: Include fixed-width integers in the fundamental data types table (GH-136784) (#136786)
by Miss Islington (bot)
· 4 weeks ago
96fac51
[3.13] Docs: Improve example for ``itertools.batched()`` (GH-136775) (#136779)
by Miss Islington (bot)
· 4 weeks ago
a45d3fd
[3.13] gh-136697: Use the standard audit event format for sys.monitor… (#136750)
by Tian Gao
· 4 weeks ago
46fe8e3
[3.13] Improved venv docs to indicate that isolation is the default. (GH-136698) (GH-136725)
by Facundo Batista
· 4 weeks ago
8832239
[3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136724)
by Miss Islington (bot)
· 5 weeks ago
894d30c
[3.13] Fix index entry and anchor for module.__test__ (GH-136674) (GH-136689)
by Miss Islington (bot)
· 5 weeks ago
9c11745
[3.13] gh-136682: Remove incorrect statement that `os.path.samestat` accepts file-like objects (GH-136683) (#136685)
by Miss Islington (bot)
· 5 weeks ago
8517a89
[3.13] gh-72570: mention the incompatibility of XOFs with HMAC (GH-136676) (#136679)
by Miss Islington (bot)
· 5 weeks ago
592a313
[3.13] gh-136663: fix signatures of PyFloat_Pack/Unpack in docs (GH-136664) (#136667)
by Miss Islington (bot)
· 5 weeks ago
2115e71
[3.13] Partially revert "gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475)" (GH-136629) (#136647)
by Miss Islington (bot)
· 5 weeks ago
ce21b1a2
[3.13] gh-42237: Link to complete list of codec aliases (GH-136625) (#136627)
by Miss Islington (bot)
· 5 weeks ago
fac28e4
[3.13] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136614)
by Miss Islington (bot)
· 5 weeks ago
bec9bdf
[3.13] gh-134833: improve docs for `del s[i:j]` in `Mutable Sequence Types` (GH-134834) (#136609)
by Miss Islington (bot)
· 5 weeks ago
39f36a1
[3.13] gh-101100: Fix sphinx warnings in Doc/library/platform.rst (GH-136562) (GH-136598)
by Miss Islington (bot)
· 5 weeks ago
01710af
[3.13] gh-101100: Fix sphinx warnings in Doc/library/functools.rst (GH-136424) (GH-136554)
by Serhiy Storchaka
· 5 weeks ago
f7f1448
[3.13] gh-130160: use `.. program::` directive for documenting `venv` CLI (GH-130699) (#136551)
by Miss Islington (bot)
· 5 weeks ago
175ada2
[3.13] gh-76637: Note that `undefined` Codec is for testing (GH-136531) (#136537)
by Miss Islington (bot)
· 5 weeks ago
aa4bb1c
[3.13] gh-101100: Fix sphinx warnings in `library/email.parser.rst` (GH-136475) (#136533)
by Miss Islington (bot)
· 5 weeks ago
81d1986
[3.13] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136512)
by Miss Islington (bot)
· 5 weeks ago
15e9c3b
[3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136503)
by Miss Islington (bot)
· 5 weeks ago
d223739
[3.13] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) (#136489)
by Miss Islington (bot)
· 6 weeks ago
2c2dd75
[3.13] gh-136145: Define 'standard library' and 'stdlib' in the glossary (GH-136486)
by Miss Islington (bot)
· 6 weeks ago
6c81051
[3.13] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136473)
by Miss Islington (bot)
· 6 weeks ago
2176385
[3.13] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136468)
by Miss Islington (bot)
· 6 weeks ago
7a548e2
[3.13] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) (#136466)
by Miss Islington (bot)
· 6 weeks ago
a66af8b
[3.13] gh-136162: Clean up `encodings` package documentation (#136456)
by Stan Ulbrych
· 6 weeks ago
21bcecf
[3.13] gh-136162: Document `encodings` package functions (GH-136164) (#136453)
by Miss Islington (bot)
· 6 weeks ago
faee362
[3.13] gh-53243: Document `codecs.readbuffer_encode()` (GH-136284) (#136451)
by Miss Islington (bot)
· 6 weeks ago
301c89c
[3.13] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136450)
by Miss Islington (bot)
· 6 weeks ago
c44070b
[3.13] gh-101100: Fix sphinx warnings in `Doc/library/exceptions.rst` (GH-136309) (#136415)
by Miss Islington (bot)
· 6 weeks ago
f17be28
[3.13] gh-136155: Docs: only add custom OpenGraph protocol meta tags for HTML builds (GH-136187) (#136383)
by Miss Islington (bot)
· 6 weeks ago
dcfc3d3
[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136404)
by Miss Islington (bot)
· 6 weeks ago
095715c
[3.13] gh-136032: Fix `argparse.BooleanOptionalAction` doc (GH-136133) (#136330)
by Miss Islington (bot)
· 6 weeks ago
f39103b
[3.13] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136390)
by Miss Islington (bot)
· 6 weeks ago
843e805
[3.13] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) (#136376)
by Miss Islington (bot)
· 6 weeks ago
d7bb308
[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.9` (GH-136163) (#136373)
by Miss Islington (bot)
· 6 weeks ago
0467b1f
[3.13] gh-94503: Update logging cookbook with an example of uniformly handling newlines in output. (GH-136217) (GH-136358)
by Miss Islington (bot)
· 6 weeks ago
8f5630d
[3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360)
by Miss Islington (bot)
· 6 weeks ago
bc3390c
[3.13] Docs: Move "or" outside monospace syntax in tarfile.rst (GH-136263) (GH-136348)
by Rafael Fontenelle
· 6 weeks ago
52180bf
[3.13] gh-109070: Document that get_context in multiprocessing have side effect (GH-136341) (GH-136344)
by Miss Islington (bot)
· 6 weeks ago
e7a2d2a
[3.13] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136317)
by Miss Islington (bot)
· 6 weeks ago
8cbece1
[3.13] gh-115119: Recommend upstream libmpdec in build requirements (#136205) (#136245)
by Victor Stinner
· 6 weeks ago
004f464
[3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)
by Miss Islington (bot)
· 7 weeks ago
c99354c
[3.13] Replace `capi-sig` mailing list with `discuss.python.org` (GH-136211) (#136214)
by Miss Islington (bot)
· 7 weeks ago
1e6db47
[3.13] gh-115119: Defer removal of bundled libmpdec to 3.16 (GH-133997) (#136201)
by Sergey B Kirpichev
· 7 weeks ago
0c439de
[3.13] gh-136169: Update parameter name in fractions.from_float method (GH-136172) (#136175)
by Miss Islington (bot)
· 7 weeks ago
b415d1c
[3.13] gh-63207: Update `time.time` documentation after GH-116822 (GH-136068) (#136139)
by Miss Islington (bot)
· 7 weeks ago
38c7b0e
[3.13] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136132)
by Miss Islington (bot)
· 7 weeks ago
ef4a70b
[3.13] gh-48181: Document `codecs.charmap_build` (GH-135997) (#136124)
by Miss Islington (bot)
· 7 weeks ago
ad5f88e
[3.13] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136121)
by Miss Islington (bot)
· 7 weeks ago
008c8ca
[3.13] gh-132813: Fix the csv documentation for quoting and escaping (GH-133209) (#136114)
by Miss Islington (bot)
· 7 weeks ago
a2f1d22
[3.13] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136075)
by Miss Islington (bot)
· 7 weeks ago
07a7636
[3.13] gh-135966: Modify iOS testbed to make app_packages a site directory (GH-135967) (#136013)
by Russell Keith-Magee
· 7 weeks ago
cee66dd
[3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008)
by Brian Schubert
· 7 weeks ago
3be3c49
[3.13] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135989)
by Miss Islington (bot)
· 7 weeks ago
a724632
[3.13] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135986)
by Miss Islington (bot)
· 7 weeks ago
3789d8d
[3.13] gh-135965: Delete duplicate word in isolating-extensions howto (GH-135964) (#135978)
by Miss Islington (bot)
· 7 weeks ago
335d7da
[3.13] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (GH-135949)
by Miss Islington (bot)
· 8 weeks ago
86c050a
[3.13] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) (GH-135941)
by Miss Islington (bot)
· 8 weeks ago
c344aad
[3.13] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-135762) (GH-135917)
by Miss Islington (bot)
· 8 weeks ago
980d6cc
[3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135867)
by Miss Islington (bot)
· 8 weeks ago
6e0ad71
[3.13] gh-135815: skip `netrc` security checks if `os.getuid` is missing (GH-135816) (#135826)
by Miss Islington (bot)
· 8 weeks ago
4eab9da
[3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135777)
by Miss Islington (bot)
· 8 weeks ago
c6e26ef
[3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135758)
by Miss Islington (bot)
· 8 weeks ago
a8c3af0
[3.13] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135715)
by Miss Islington (bot)
· 8 weeks ago
Next »