Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.2
tag
88cec06dd0bd4bb41d5be96afef7f28de6e2bee3
tagger
Thomas Wouters <thomas@python.org>
Tue Feb 04 14:51:12 2025
object
4f8bb3947cfbc20f970ff9d9531e1132a9e95396
Python 3.13.2
4f8bb39
Python 3.13.2
by Thomas Wouters
· 6 months ago
v3.13.2
4cf3e80
[3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649)
by Serhiy Storchaka
· 6 months ago
08b045c
[3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485)
by donBarbos
· 6 months ago
506c76f
[3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)
by Miss Islington (bot)
· 7 months ago
646bd79
[3.13] gh-128696: Add arm64 to the get_platform return val description (GH-128701) (#128774)
by Miss Islington (bot)
· 7 months ago
de27372
[3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)
by Miss Islington (bot)
· 7 months ago
9120330
[3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128789)
by Miss Islington (bot)
· 7 months ago
186165e
[3.13] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (#129612)
by Miss Islington (bot)
· 7 months ago
85e1620
[3.13] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (GH-129410) (#129610)
by Miss Islington (bot)
· 7 months ago
9862800
[3.13] gh-126609: Allow translating the ``availability`` directive (GH-129549) (#129584)
by Miss Islington (bot)
· 7 months ago
b13b76f
[3.13] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-127980) (#129600)
by Miss Islington (bot)
· 7 months ago
d75e9a0
[3.13] gh-105875: amend sqlite3 docstring wrt. SQLite requirement (GH-129599) (#129602)
by Miss Islington (bot)
· 7 months ago
6aa09a5
[3.13] gh-127096: Do not recreate unnamed section on every read in ConfigParser (GH-127228) (#129593)
by Jason R. Coombs
· 7 months ago
65f3432
[3.13] gh-129539: Include sysexits.h before checking EX_OK (#129590)
by Collin Funk
· 7 months ago
63cae73
[3.13] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#129586)
by Adam Turner
· 7 months ago
e9febe5
[3.13] gh-115514: Fix incomplete writes after close while using ssl in asyncio(GH-128037) (#129581)
by Miss Islington (bot)
· 7 months ago
90e526a
[3.13] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (GH-129526)
by Miss Islington (bot)
· 7 months ago
1459d08
[3.13] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129564)
by Miss Islington (bot)
· 7 months ago
2d60dcf
[3.13] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst (GH-129535) (#129551)
by Miss Islington (bot)
· 7 months ago
0468ea1
[3.13] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnicode` (GH-126118) (#129520)
by Miss Islington (bot)
· 7 months ago
9a59a51
[3.13] gh-111495: Add PyFile tests (#129449) (#129477)
by Victor Stinner
· 7 months ago
a853e2f
[3.13] gh-128799: Add frame of except* to traceback when wrapping a naked exception (#128971) (#129299)
by Irit Katriel
· 7 months ago
fcb2656
[3.13] gh-129438: Update ``--enable-experimental-jit`` section with install requirements (GH-129450) (#129472)
by Miss Islington (bot)
· 7 months ago
ad4a141
[3.13] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threading.Barrier` (GH-129419) (#129468)
by Miss Islington (bot)
· 7 months ago
25a3f3a
[3.13] remove type annotations from multiprocessing. (GH-129381) (#129470)
by Miss Islington (bot)
· 7 months ago
8b4a0d6
[3.13] gh-125522: Fix bare except in `test_uuid` (GH-129018) (#129455)
by Miss Islington (bot)
· 7 months ago
f502c8f
[3.13] gh-118761: Improve import time of `subprocess` (GH-129427) (#129447)
by Miss Islington (bot)
· 7 months ago
1883667
[3.13] CI: Change job name to 'build arm64' on Windows (GH-129434) (#129439)
by Miss Islington (bot)
· 7 months ago
48b87d1
[3.13] gh-129409: Fix Integer overflow - SEGV while writing data more than 2GB in CSV file (GH-129413) (#129436)
by Miss Islington (bot)
· 7 months ago
8597be4
[3.13] gh-129408: http: Fix typo 'RFF' to RFC' in docstring (GH-129411) (#129414)
by Miss Islington (bot)
· 7 months ago
bf6c256
[3.13] gh-112064: Fix incorrect handling of negative read sizes in `HTTPResponse.read()` (GH-128270) (#129395)
by Miss Islington (bot)
· 7 months ago
332426b
[3.13] gh-85046: Document errno constants (GH-126420) (#129383)
by Miss Islington (bot)
· 7 months ago
87d587f
[3.13] GH-124398: Pin LLVM to 18.1.0 for Windows JIT CI (GH-124399) (#129380)
by Miss Islington (bot)
· 7 months ago
5829f7b
[3.13] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (GH-129355)
by Miss Islington (bot)
· 7 months ago
247c3b2
[3.13] gh-129346: Handle allocation errors for SQLite aggregate context (GH-129347) (#129372)
by Miss Islington (bot)
· 7 months ago
d7d4edf
[3.13] gh-109975: Add list of 3.13 removed library replacements (GH-127816) (#129242)
by Miss Islington (bot)
· 7 months ago
c7f9e74
[3.13] gh-129061: Fix `FORCE_COLOR` and `NO_COLOR` when empty strings (GH-129140) (#129360)
by Miss Islington (bot)
· 7 months ago
98c25b8
[3.13] gh-129156: Fix variable quoting in `android-env.sh` script (GH-129321) (#129332)
by Russell Keith-Magee
· 7 months ago
6e88741
[3.13] gh-123987: Fix NotADirectoryError in NamespaceReader when sentinel present (GH-124018) (#129319)
by Miss Islington (bot)
· 7 months ago
53b7b0f
[3.13] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-129308) (#129317)
by Miss Islington (bot)
· 7 months ago
1499f66
[3.13] gh-71339: Use new assertion methods in test_idle (#129314)
by Terry Jan Reedy
· 7 months ago
bcececd
[3.13] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) (#129309)
by Miss Islington (bot)
· 7 months ago
b2ae234
[3.13] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129290)
by Hugo van Kemenade
· 7 months ago
e1900db
[3.13] Replace `strict_concatenate = True` with `extra_checks = True` (GH-126391) (#129286)
by Miss Islington (bot)
· 7 months ago
aa1beed
[3.13] gh-129248: Filter out the iOS log prefix from testbed runner output. (GH-129252) (#129283)
by Miss Islington (bot)
· 7 months ago
104bcff
[3.13] GH-125722: Remove Sphinx patches (GH-129277) (#129278)
by Miss Islington (bot)
· 7 months ago
e07a6fe
[3.13] Improve tests for _colorize.can_colorize() (GH-129234) (GH-129265)
by Miss Islington (bot)
· 7 months ago
1ee321b
[3.13] gh-128679: Clear the ref tracer in _PyTraceMalloc_Stop() (#129258)
by Victor Stinner
· 7 months ago
eed7865
[3.13] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) (#128654)
by Miss Islington (bot)
· 7 months ago
6a261a0
[3.13] gh-126172: Fix a misleading statement in PYTHON_BASIC_REPL documentation (GH-127203) (#129152)
by Miss Islington (bot)
· 7 months ago
75ec6ca
[3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227)
by Miss Islington (bot)
· 7 months ago
5c102a1
[3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-118939) (#129161)
by Miss Islington (bot)
· 7 months ago
52ccf26
[3.13] gh-128330: Terminal control characters should be restored on repl exit (GH-128331) (#129233)
by Miss Islington (bot)
· 7 months ago
e3b3e01
[3.13] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#129217)
by Victor Stinner
· 7 months ago
d674792
[3.13] Add colour to GitHub Actions output (GH-129196) (#129198)
by Miss Islington (bot)
· 7 months ago
cc3dc8a
[3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (GH-127877) (#129138)
by Hugo van Kemenade
· 7 months ago
f7f8b8b
[3.13] gh-124363: Treat debug expressions in f-string as raw strings (GH-128399) (#129187)
by Miss Islington (bot)
· 7 months ago
0b90dc8
[3.13] gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an invalid value (GH-128653) (#129186)
by Miss Islington (bot)
· 7 months ago
67971cd
[3.13] gh-128770: fix ResourceWarning in test_pyrepl (GH-128906) (#129179)
by Miss Islington (bot)
· 7 months ago
7f6e80a
[3.13] gh-128894: Fix `TracebackException._format_syntax_error` on custom `SyntaxError` metadata (GH-128946) (#129178)
by Miss Islington (bot)
· 7 months ago
a379749
[3.13] gh-129093: Fix f-string debug text sometimes getting cut off when expression contains `!` (GH-129159) (#129163)
by Miss Islington (bot)
· 7 months ago
0ddcb61
[3.13] gh-123024: Correctly prepare/restore around help and show-history commands (GH-124485) (#129155)
by Miss Islington (bot)
· 7 months ago
3048dcd
[3.13] gh-125553: Fix backslash continuation in `untokenize` (GH-126010) (#129153)
by Miss Islington (bot)
· 7 months ago
0c70453
[3.13] gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (GH-126650) (#129154)
by Miss Islington (bot)
· 7 months ago
ffcef2d
[3.13] Move to public Linux arm64 hosted runners (#129146)
by Diego Russo
· 7 months ago
508ace6
[3.13] gh-122845: fix parameter_list_starargs in function definition pseudo-grammar (GH-122847) (#129150)
by Miss Islington (bot)
· 7 months ago
383af39
[3.13] gh-128595: Default to stdout isatty for colour detection instead of stderr (GH-128498) (#129057)
by Hugo van Kemenade
· 7 months ago
972d953
[3.13] gh-118915: C API: Document compiler flag macros (GH-129028) (GH-129086)
by Miss Islington (bot)
· 7 months ago
8ab29d9
[3.13] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129122)
by Miss Islington (bot)
· 7 months ago
f10f2a2
[3.13] GH-121970: Extract ``changes`` into a new extension (GH-129105) (#129109)
by Miss Islington (bot)
· 7 months ago
c5e1131
[3.13] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c` (GH-129084) (#129100)
by Miss Islington (bot)
· 7 months ago
2077082
[3.13] doc: fix venv creating for the local Python using uv (GH-129094) (#129096)
by Miss Islington (bot)
· 7 months ago
03b2ecf
[3.13] GH-128131: Completely support random read access of uncompressed unencrypted files in ZipFile (GH-128143) (#129091)
by Miss Islington (bot)
· 7 months ago
a1c48a7
[3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations (GH-129063) (#129089)
by Miss Islington (bot)
· 7 months ago
22e9faf
[3.13] Docs C API: Clarify what happens when null bytes are passed to `PyUnicode_AsUTF8` (GH-127458) (#129080)
by Miss Islington (bot)
· 7 months ago
2f8eefe
[3.13] gh-129044: Update glossary entry for 'loader' to reflect current import system (GH-129073) (#129077)
by Miss Islington (bot)
· 7 months ago
55d3d81
[3.13] gh-128978: Fix a `NameError` in `sysconfig.expand_makefile_vars` (GH-128979) (#129065)
by Miss Islington (bot)
· 7 months ago
0351ed5
[3.13] Fix a typo in `syslog`'s error message (GH-129029) (#129049)
by Miss Islington (bot)
· 7 months ago
c6a566e
[3.13] gh-71339: Add additional assertion methods in test.support (GH-128707) (GH-128815)
by Serhiy Storchaka
· 7 months ago
59b919b
[3.13] GH-125722: Use long options for Sphinx (GH-129039) (#129041)
by Miss Islington (bot)
· 7 months ago
5fe7650
[3.13] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#129037)
by Miss Islington (bot)
· 7 months ago
080d17e
[3.13] gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (GH-129021) (#129035)
by Miss Islington (bot)
· 7 months ago
2120089
[3.13] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129007)
by Miss Islington (bot)
· 7 months ago
6b47499
[3.13] gh-128679: Fix tracemalloc.stop() race conditions (#128897)
by Victor Stinner
· 7 months ago
ef99618
[3.13] gh-128991: Release the enter frame reference within bdb callba… (#129002)
by Tian Gao
· 7 months ago
03ee311
[3.13] gh-128998: Fix indentation of numbered list and literal block (GH-128999) (#129000)
by Miss Islington (bot)
· 7 months ago
453eaa9
[3.13] Pre-commit: Drop specific language version and bump hooks (GH-128801) (#128994)
by Peter Bierma
· 7 months ago
b7ddcc3
[3.13] gh-121542: Document trailing newline behavior in `set_content()` (GH-121543) (#128995)
by Miss Islington (bot)
· 7 months ago
fdac362
[3.13] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (GH-127717) (#128713)
by Ed Nutting
· 7 months ago
430ccbc
[3.13] gh-111495: Add more tests on PyEval C APIs (#122789) (#128987)
by Victor Stinner
· 7 months ago
fff334e
[3.13] gh-125997: suggest efficient alternatives for `time.sleep(0)` (GH-128752) (#128984)
by Miss Islington (bot)
· 7 months ago
c75894a
[3.13] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-128962) (#128976)
by Miss Islington (bot)
· 7 months ago
d8a4426
[3.13] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933) (#128969)
by Miss Islington (bot)
· 7 months ago
77e29c7
[3.13] Fix definition of a `generator iterator` in `glossary.rst` (GH-128952) (#128967)
by Miss Islington (bot)
· 7 months ago
34ded1a
[3.13] gh-128911: Add tests on the PyImport C API (#128915) (#128960)
by Victor Stinner
· 7 months ago
dc77f19
[3.13] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128947)
by Miss Islington (bot)
· 7 months ago
9974e71
[3.13] gh-128017: Make a note that sys variables are read-only (GH-128887) (#128908)
by Miss Islington (bot)
· 7 months ago
d997ba4
[3.13] gh-58689: Fix os.kill() error handling on Windows (GH-128932) (#128937)
by Miss Islington (bot)
· 7 months ago
c927fd9
[3.13] gh-128816: Fix warnings in test_doctest (GH-128817) (GH-128870)
by Miss Islington (bot)
· 7 months ago
714b851
[3.13] gh-97850: Suggest `TraversableResources` as the alternative for `ResourceLoader` (GH-128601) (GH-128895)
by Miss Islington (bot)
· 7 months ago
Next »