Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.5
tag
4a6ce4b7a462d5da01b8b66f769224a4a0b1de17
tagger
Thomas Wouters <thomas@python.org>
Wed Jun 11 15:36:59 2025
object
6cb20a219a860eaf687b2d968b41c480c7461909
Python 3.13.5
6cb20a2
Python 3.13.5
by Thomas Wouters
· 10 weeks ago
v3.13.5
d24d925
[3.13] gh-133264: Correct documentation of how Py_Main and Py_RunMain handle SystemExit (GH-135337) (#135395)
by Miss Islington (bot)
· 10 weeks ago
6ae5158
[3.13] GH-135171: Roll back all fixes for GH-127682 as they are not suitable for 3.13 (#135390)
by T. Wouters
· 10 weeks ago
5f5b173
[3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-132887) (#135391)
by Miss Islington (bot)
· 10 weeks ago
6901988
[3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134535)
by Miss Islington (bot)
· 10 weeks ago
871adc8
[3.13] gh-135321: Always raise a correct exception for BINSTRING argument > 0x7fffffff in pickle (GH-135322) (GH-135383)
by Miss Islington (bot)
· 10 weeks ago
6519257
[3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (#128606) (#135353)
by stratakis
· 10 weeks ago
ffeaeaf
[3.13] gh-133967: Do not normalize locale name 'C.UTF-8' to 'en_US.UTF-8' (GH-135347) (GH-135350)
by Miss Islington (bot)
· 10 weeks ago
37027ab
[3.13] gh-135326: Restore support of __index__ in random.getrandbits() (#135332)
by Serhiy Storchaka
· 10 weeks ago
dd7ffdb
[3.13] gh-133157: fix UBSan failures in `Parser/pegen.c` (GH-134048) (#135334)
by Bénédikt Tran
· 10 weeks ago
857647f
[3.13] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (GH-134527) (#135300)
by Miss Islington (bot)
· 10 weeks ago
8c28241
[3.13] Use f-strings in csv docs example (GH-135245) (#135286)
by Miss Islington (bot)
· 10 weeks ago
f0d48b2
[3.13] gh-135276: Refresh `zipfile.Path` from zipp 3.23 (GH-135277) (#135279)
by Miss Islington (bot)
· 10 weeks ago
b13720e
[3.13] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135281)
by Miss Islington (bot)
· 10 weeks ago
0a8fbb3
[3.13] Update tutorial for new "Copy" button (GH-135007) (#135271)
by Miss Islington (bot)
· 2 months ago
47a828e
[3.13] gh-134976: document the exception type that can be raised by `s[i]` (GH-134977) (#135259)
by Miss Islington (bot)
· 2 months ago
e5d1771
[3.13] gh-134151 Fix `TypeError` in `email.utils.decode_params` when sorting RFC 2231 continuations (GH-134687) (#135248)
by Miss Islington (bot)
· 2 months ago
7620805
[3.13] gh-134160: Use PyModuleDef.m_free in the example module xxlimited (GH-135174) (GH-135214)
by Miss Islington (bot)
· 2 months ago
58b9581
[3.13] gh-134155: fix AttributeError in email._header_value_parser.get_address (GH-134194) (#135192)
by Miss Islington (bot)
· 2 months ago
b250035
[3.13] Docs: Update `PyExc_*` tables in the c-api documentation (GH-131640) (GH-135221)
by Miss Islington (bot)
· 2 months ago
f9c18ba
[3.13] gh-128605: Revert "Add branch protections for x86_64 in asm_tr…ampoline.S (GH-128606) (GH-135077)" (GH-135175) (GH-135203)
by Miss Islington (bot)
· 2 months ago
705fa8a
[3.13] feat(docs): type fix - apply pep8 by using docstring instead of comment in the doc. (GH-135181) (#135211)
by Miss Islington (bot)
· 2 months ago
d864a91
[3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210)
by Serhiy Storchaka
· 2 months ago
793de28
[3.13] gh-134993: Add os.lstat() to os.supports_dir_fd (GH-135188) (#135206)
by Miss Islington (bot)
· 2 months ago
728a881
[3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer (GH-135180)
by Steve Dower
· 2 months ago
922dc2c
[3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)
by Victor Stinner
· 2 months ago
e2a9a3f
[3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061)
by Serhiy Storchaka
· 2 months ago
5a69d4f
[3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135169)
by Miss Islington (bot)
· 2 months ago
fd39aa3
[3.13] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135164)
by Malcolm Smith
· 2 months ago
68f8eed
[3.13] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135141)
by Miss Islington (bot)
· 2 months ago
95f6296
[3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134)
by Victor Stinner
· 2 months ago
659631f
[3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)
by Victor Stinner
· 2 months ago
ae2e795
[3.13] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135132)
by Miss Islington (bot)
· 2 months ago
70c7aad
[3.13] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135130)
by Miss Islington (bot)
· 2 months ago
9d5543a
[3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128)
by Miss Islington (bot)
· 2 months ago
d446dbc
[3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (GH-134983)
by Miss Islington (bot)
· 2 months ago
3a65f46
[3.13] gh-135101: When choosing the default simulator device, don't use `simctl --set testing` (GH-135102) (#135114)
by Miss Islington (bot)
· 2 months ago
b9512c3
Merge branch '3.13' of https://github.com/python/cpython into 3.13
by Thomas Wouters
· 2 months ago
c7ee596
Post 3.13.4
by Thomas Wouters
· 2 months ago
b679b74
[3.13] Backport PyManager support to PC/layout script (GH-135096)
by Steve Dower
· 2 months ago
b21d15f
[3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)
by Sam Gross
· 2 months ago
8a526ec
Python 3.13.4
by Thomas Wouters
· 3 months ago
v3.13.4
aa9eb5f
[3.13] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135064)
by T. Wouters
· 3 months ago
9f3d999
[3.13] gh-128605: Add branch protections for x86_64 in asm_trampoline.S (GH-128606) (GH-135077) (#135083)
by Miss Islington (bot)
· 3 months ago
b0c9c19
[3.13] gh-134875: Fix mimallc build error for the old compilers (gh-134994) (gh-135054)
by Miss Islington (bot)
· 3 months ago
f67dede
[3.13] gh-133454: Mark test_queue tests with many threads as bigmem (gh-134575) (GH-135047)
by Miss Islington (bot)
· 3 months ago
7e2ebdb
[3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135049)
by Miss Islington (bot)
· 3 months ago
3e1b8d6
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965)
by Serhiy Storchaka
· 3 months ago
a9b8ffd
[3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040)
by Sam Gross
· 3 months ago
7ca17ed
[3.13] gh-130999: Avoid exiting the new REPL when there are non-string candidates for suggestions (gh-131001) (gh-135020)
by Miss Islington (bot)
· 3 months ago
11f7270
[3.13] gh-122153: indicate that Windows does not support `socket.{send,recv}_fds` (GH-134960) (#135017)
by Bénédikt Tran
· 3 months ago
0446628
[3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996)
by Miss Islington (bot)
· 3 months ago
2c325e2
[3.13] gh-134696: align OpenSSL and HACL*-based hash functions constructors AC signatures (GH-134713) (#134962)
by Bénédikt Tran
· 3 months ago
e69ecfe
[3.13] gh-134835: Remove outdated list from `howto/urllib2.rst` (GH-134844) (#134985)
by Miss Islington (bot)
· 3 months ago
379c4a2
[3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) (#134981)
by Miss Islington (bot)
· 3 months ago
366a790
[3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967)
by Miss Islington (bot)
· 3 months ago
19b31d1
[3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914)
by Miss Islington (bot)
· 3 months ago
5fd62be
gh-134923: Use /GENPROFILE and /USEPROFILE for Windows PGO builds (GH-134924)
by Steve Dower
· 3 months ago
7c5a1ea
[3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134941)
by Miss Islington (bot)
· 3 months ago
681856c
[3.13] gh-134718: Fix ast.dump() for empty non-default values (GH-134926) (GH-134936)
by Serhiy Storchaka
· 3 months ago
7fdc829
Doc: remove unnecessary section header (GH-134917)
by Miss Islington (bot)
· 3 months ago
f4b8cd5
[3.13] ast docs: Fix description of ast.Constant (GH-134741) (#134912)
by Miss Islington (bot)
· 3 months ago
a9ba2ec
[3.13] gh-133260: Remove claim that PyUnicode_InternFromString immortalizes (GH-134213) (GH-134884)
by Miss Islington (bot)
· 3 months ago
aebb4ea
[3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858) (GH-134882)
by Miss Islington (bot)
· 3 months ago
029ecea
gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)
by Miss Islington (bot)
· 3 months ago
dcfb229
[3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856)
by Miss Islington (bot)
· 3 months ago
9cd608f
[3.13] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134854)
by Miss Islington (bot)
· 3 months ago
07d4b63
[3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134852)
by Miss Islington (bot)
· 3 months ago
a0287bf
[3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846)
by Miss Islington (bot)
· 3 months ago
5511533
[3.13] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (GH-134839) (#134843)
by Miss Islington (bot)
· 3 months ago
8e60e6c
[3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134824)
by Miss Islington (bot)
· 3 months ago
7410402
[3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798)
by Miss Islington (bot)
· 3 months ago
067df2b
[3.13] gh-134160: Block multiple module initialization (GH-134773) (#134828)
by Miss Islington (bot)
· 3 months ago
956490b
[3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826)
by Miss Islington (bot)
· 3 months ago
73e4328
[3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809)
by Miss Islington (bot)
· 3 months ago
c6af7f4
[3.13] GH-128161: Fix refleak introduced in GH-134788 (GH-134799)
by Mark Shannon
· 3 months ago
d6e4786
[3.13] gh-133678: Document C API third party tools (GH-134526) (#134792)
by Miss Islington (bot)
· 3 months ago
814ac0d
[3.13] gh-128161: Remove redundant GET_ITER from list comprehension code (backport of GH-134778) (GH-134788)
by Mark Shannon
· 3 months ago
3593d0d
[3.13] Add CODEOWNERS and YAML to end-of-file-fixer and trailing-whitespace (GH-134730) (#134787)
by Hugo van Kemenade
· 3 months ago
5fb05ea
[3.13] gh-134210: handle signals in `_curses.window.getch` (GH-134326) (#134784)
by Bénédikt Tran
· 3 months ago
a5f281f
[3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134780)
by Miss Islington (bot)
· 3 months ago
480f02d
[3.13] gh-134160: Use multi-phase init in documentation examples (GH-134296) (#134754)
by Miss Islington (bot)
· 3 months ago
b31d46e
[3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134700)
by Miss Islington (bot)
· 3 months ago
08e1ba8
[3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677)
by Miss Islington (bot)
· 3 months ago
e483dcf
[3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)
by Sergey B Kirpichev
· 3 months ago
f331d03
[3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669)
by Miss Islington (bot)
· 3 months ago
698bf97
[3.13] gh-134595: Update HOWTO to reflect change in CIBW option (GH-134598) (#134623)
by Miss Islington (bot)
· 3 months ago
44d1849
[3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620)
by Miss Islington (bot)
· 3 months ago
2e30341
[3.13] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134611)
by Miss Islington (bot)
· 3 months ago
e4c4ecc
[3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597)
by Miss Islington (bot)
· 3 months ago
0308612
[3.13] gh-134578: Mark more slow tests (GH-134579) (GH-134592)
by Serhiy Storchaka
· 3 months ago
1dbb644
[3.13] gh-106318: Add example for `str.count()` (GH-134519) (#134573)
by Miss Islington (bot)
· 3 months ago
5b203f5
[3.13] gh-106318: Add example for `str.center()` (GH-134518) (#134572)
by Miss Islington (bot)
· 3 months ago
c6497d6
[3.13] Add notes on nogil & reinitialization to the Opt-Out section in Module Isolation HOWTO (GH-134141) (GH-134491)
by Miss Islington (bot)
· 3 months ago
5987ebc
[3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562)
by Miss Islington (bot)
· 3 months ago
1a61d81
[3.13] Docs: fix link in free-threading-python.rst (GH-134548) (#134556)
by Miss Islington (bot)
· 3 months ago
b212653
[3.13] Avoid `__file__` in `hashlib` example (GH-134540) (#134550)
by Miss Islington (bot)
· 3 months ago
79f20f1
[3.13] Docs: Add note to tutorial clarifying scope (GH-134534) (#134545)
by Kattni
· 3 months ago
0671eb6
[3.13] Consistent sentence case in docs template files (GH-134412) (#134496)
by Miss Islington (bot)
· 3 months ago
ba9f533
[3.13] gh-71339: Use new assertion methods in the http tests (GH-129058) (GH-132500)
by Miss Islington (bot)
· 3 months ago
Next »