Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.6
tag
89f78413c85a7b42f9b636dd6defccd0ed03ee39
tagger
Thomas Wouters <thomas@python.org>
Wed Aug 06 13:35:40 2025
object
4e665351082c50018fb31d80db25b4693057393e
Python 3.13.6
4e66535
Python 3.13.6
by Thomas Wouters
· 11 days ago
v3.13.6
5c5574b
[3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)
by Serhiy Storchaka
· 11 days ago
1024f1a
[3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137455)
by Hugo van Kemenade
· 11 days ago
f2d6931
[3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)
by Miss Islington (bot)
· 11 days ago
9cfa4df
[3.13] gh-137450: macOS installer shell path management improvements (GH-137451) (#137452)
by Miss Islington (bot)
· 11 days ago
3a61ddf
[3.13] gh-81325: Support path-like objects with streaming TarFile (GH-137188) (#137366)
by Miss Islington (bot)
· 12 days ago
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
c489934
[3.13] gh-135244: generate UUID random Node ID with a CSPRNG as per RFC 9562, §6.10.3 (GH-135226) (#137408)
by Bénédikt Tran
· 12 days ago
25c221f
[3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-137398) (#137407)
by Miss Islington (bot)
· 12 days ago
3c37483
[3.13] gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (GH-132901) (#134704)
by Bénédikt Tran
· 12 days ago
932221b
[3.13] gh-132124: improve safety nets for creating AF_UNIX socket files (GH-134085) (#134448)
by Miss Islington (bot)
· 13 days ago
235d380
[3.13] gh-130077: Properly match full soft keywords in the parser (GH-135317) (#135399)
by Pablo Galindo Salgado
· 13 days ago
55f8fe5
[3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195) (GH-137275)
by Miss Islington (bot)
· 13 days ago
17392a7
[3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (GH-135937) (GH-135943)
by sobolevn
· 13 days ago
d0c6b09
[3.13] Remove Alex Waygood as a codeowner for pre-commit config (#137372) (#137374)
by Alex Waygood
· 13 days ago
a2c749d
[3.13] Fix typo in `Lib/test/test_ast/test_ast.py` (GH-136767) (#137356)
by Brian Schubert
· 13 days ago
1ba09b2
[3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362)
by Miss Islington (bot)
· 14 days ago
d29a9c5
[3.13] Doc: fix duplicated words (GH-136086) (#137357)
by Brian Schubert
· 14 days ago
fc190c3
[3.13] GH-136155: Use ``sphinxext-opengraph`` v0.11.0 (GH-137348) (#137350)
by Miss Islington (bot)
· 14 days ago
1c96723
[3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)
by Serhiy Storchaka
· 14 days ago
23a3e89
[3.13] gh-137314: Fix incorrect treatment of format specs in raw fstrings (GH-137328) (#137345)
by Miss Islington (bot)
· 14 days ago
7adea43
Doc: remove unused images (GH-137323)
by Miss Islington (bot)
· 2 weeks ago
1b0dfbf
[3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246)
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
a32bd11
[3.13] gh-137273: Fix debug assertion failure in locale.setlocale() on Windows (GH-137300) (GH-137306)
by Miss Islington (bot)
· 2 weeks ago
6a217ce
[3.13] GH-111758: Merge TSan and UBSan reusable GHA workflows (#136820) (GH-137029)
by 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко)
· 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
cdae923
[3.13] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137170)
by Miss Islington (bot)
· 3 weeks ago
3f57d9b
[3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166)
by Kumar Aditya
· 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
4a37dd6
[3.13] gh-134698: Hold a lock when the thread state is detached in ssl (GH-134724) (#137126)
by Gregory P. Smith
· 3 weeks ago
89f256e
[3.13] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137123)
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
a995a11
[3.13] gh-131038: Use text=True in subprocesses in test_perf_profiler (GH-137117) (#137125)
by Miss Islington (bot)
· 3 weeks ago
8f41211
[3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106)
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
74503ac
[3.13] gh-136759: rename `lock.h` to `pylock.h` (GH-137041) (#137075)
by AN Long
· 3 weeks ago
2880798
[3.13] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (GH-137039)
by Miss Islington (bot)
· 3 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
8de88e0
[3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136985)
by Miss Islington (bot)
· 4 weeks ago
4999cdb
[3.13] gh-131531: Android test fixes (GH-136845) (#136963)
by Miss Islington (bot)
· 4 weeks ago
853b5c4
[3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136918)
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
c1085a0
[3.13] gh-135148: Correctly handle f/t strings with comments and debug expressions (#135198) (#136899)
by Lysandros Nikolaou
· 4 weeks ago
f2f30c4
[3.13] gh-134411: assert `PyLong_FromLong(x) != NULL` when `x` is known to be small (GH-134415) (#136911)
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
cc8b9d6
[3.13] gh-130655: gettext: Add fallback testcase (GH-136857) (#136863)
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
f7be0ee
[3.13] gh-136764: improve comment in enum.verify.__call__ (GH-136774) (GH-136842)
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
0936a53
[3.13] parser_generator.py typo - keywods -> keywords (GH-135014) (#136773)
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
fddb58a
[3.13] gh-136710: Fix bad indentation in `os.chdir` docstring (GH-136721)
by Zachary Ware
· 5 weeks ago
3e718d9
[3.13] Add `.gram` file to the `.editorconfig` (GH-136680) (#136715)
by sobolevn
· 5 weeks ago
3e0ead0
[3.13] Fix the doctest.testmod() docstring (GH-136675) (GH-136691)
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
2a6617d
[3.13] gh-130664: support '_' (just as ',') in Decimal's formatting (GH-132155) (#136649)
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
2383c60
[3.13] gh-127971: fix off-by-one read beyond the end of a string during search (#132574) (#136648)
by Duane Griffin
· 5 weeks ago
823bf76
[3.13] gh-109700: fix memory error handling in `PyDict_SetDefault` (#136338) (#136642)
by Kumar Aditya
· 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
c438649
[3.13] gh-136523: Fix wave.Wave_write emitting an unraisable when open raises (GH-136529) (GH-136607)
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
d733a1e
[3.13] gh-136549: Fix signature of threading.excepthook() (GH-136559) (GH-136590)
by Miss Islington (bot)
· 5 weeks ago
360540f
[3.13] gh-91153: prevent a crash in `bytearray.__setitem__(ind, ...)` when `ind.__index__` has side-effects (GH-132379) (#136582)
by Bénédikt Tran
· 5 weeks ago
6176101
[3.13] gh-134759: fix `UnboundLocalError` in `email.message.Message.get_payload` (GH-136071) (#136580)
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
cba2974
[3.13] gh-136541: Fix several problems of perf trampolines in x86_64 and aarch64 (GH-136500) (#136545)
by Pablo Galindo Salgado
· 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
Next »