Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.13.0b4
567c38b
Python 3.13.0b4
by Thomas Wouters
· 12 months ago
v3.13.0b4
afa5321
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943)
by Miss Islington (bot)
· 12 months ago
a12c105
[3.13] Add note about PYTHON_JIT environment variable to JIT README (GH-121942)
by Miss Islington (bot)
· 12 months ago
f7b2b2a
[3.13] gh-121528: Fix _PyObject_Init() assertion for stable ABI (GH-121725) (#121936)
by Miss Islington (bot)
· 12 months ago
449529a
[3.13] gh-121925: Fix uninitialized variables in `main.c` (GH-121926) (#121931)
by Miss Islington (bot)
· 12 months ago
91e098f4
[3.13] gh-120678: Guard against stdin.fileno() being unavailable (GH-121924) (#121929)
by Miss Islington (bot)
· 12 months ago
ea36420
[3.13] Move misplaced blurb entries (#121919)
by T. Wouters
· 12 months ago
3d9692d
[3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) (#121916)
by Miss Islington (bot)
· 12 months ago
5a8e137
[3.13] gh-78889: Stop IDLE Shell freezes from sys.stdout.shell.xyz (GH-121876) (#121911)
by Miss Islington (bot)
· 12 months ago
c6ef5ac
[3.13] gh-119698: fix a special case in `symtable.Class.get_methods` (GH-121802) (#121909)
by Miss Islington (bot)
· 12 months ago
4395d68
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing in other API (GH-121364) (GH-121854)
by Petr Viktorin
· 12 months ago
72cd53e
[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903) (GH-121904)
by Miss Islington (bot)
· 12 months ago
09ff4ec
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) (GH-121900)
by Serhiy Storchaka
· 12 months ago
d358f74
[3.13] Remove duplicate "it" in whatsnew 3.13 (GH-121580) (gh-121899)
by Miss Islington (bot)
· 12 months ago
bcf1c70
[3.13] gh-121834: Improve `complex` C-API docs (GH-121835) (#121895)
by Miss Islington (bot)
· 12 months ago
96c524c
[3.13] gh-121842: Improve coverage of `PyBytes_FromStringAndSize` (GH-121843) (#121893)
by Miss Islington (bot)
· 12 months ago
659725c
[3.13] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121890)
by Miss Islington (bot)
· 12 months ago
7e5f6be
[3.13] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH-121872) (#121888)
by Miss Islington (bot)
· 12 months ago
f888636
[3.13] GH-121583: Remove dependency from pystats.h to internal header file (GH-121880)
by Miss Islington (bot)
· 12 months ago
2e34591
[3.13] GH-120371: Add WASI SDK 22 support (GH-121870) (GH-121873)
by Miss Islington (bot)
· 12 months ago
b11a776
[3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878)
by Miss Islington (bot)
· 12 months ago
6613029
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121867)
by Miss Islington (bot)
· 12 months ago
d24ec8a
[3.13] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#121868)
by Pablo Galindo Salgado
· 12 months ago
06d76c4
[3.13] gh-121621: Move asyncio running loop to thread state (GH-121695) (GH-121864)
by Miss Islington (bot)
· 12 months ago
54db42f
[3.13] gh-121814: Only check f_trace_opcodes if Python frame exists (GH-121818) (#121861)
by Miss Islington (bot)
· 12 months ago
c11d789
[3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#121852)
by Miss Islington (bot)
· 12 months ago
7c9861f
[3.13] gh-121160: Add some tests for readline.set_history_length (GH-121326) (GH-121856)
by Miss Islington (bot)
· 12 months ago
e64a9db
[3.13] gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626) (gh-121827)
by Miss Islington (bot)
· 12 months ago
c3dfde7
[3.13] CI: Fix using `check_source` flags as bool (GH-121848) (#121853)
by Miss Islington (bot)
· 12 months ago
281ffb6
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmortal (GH-121358) (GH-121851)
by Miss Islington (bot)
· 12 months ago
f0e4b02
[3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure option to patch out problematic code" (GH-121844) (#121845)
by Miss Islington (bot)
· 12 months ago
e45c61f
[3.13] gh-120317: Lock around global state in the tokenize module (GH-120318) (#121841)
by Miss Islington (bot)
· 12 months ago
93ee63a
[3.13] gh-121791: Check for `NULL` in `MethodDescriptor2_new` in `_testcapi` (GH-121792) (#121839)
by Miss Islington (bot)
· 12 months ago
d02adec
[3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)
by Miss Islington (bot)
· 12 months ago
4a62fdf
[3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121815) (GH-121826)
by Miss Islington (bot)
· 12 months ago
73f77e6
[3.13] gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757) (GH-121825)
by Miss Islington (bot)
· 12 months ago
a1505af
[3.13] gh-120831: Increase the default minimum supported iOS version to 13.0 (GH-121250) (#121833)
by Miss Islington (bot)
· 12 months ago
0201b98
[3.13] gh-121605: Fix test hang when pyrepl is not available (GH-121820) (GH-121823)
by Miss Islington (bot)
· 12 months ago
5b718e7
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)
by Miss Islington (bot)
· 12 months ago
0794220
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799) (#121821)
by Miss Islington (bot)
· 12 months ago
6396c77
[3.13] gh-117657: Skip tests that fork with threads under TSan (GH-121599) (#121819)
by Miss Islington (bot)
· 12 months ago
0a634e3
[3.13] gh-121546: Disable contextvar caching on free-threading build (GH-121740) (#121808)
by Miss Islington (bot)
· 12 months ago
b506de4
[3.13] gh-121245: Refactor site.register_readline() (GH-121659) (GH-121816)
by Miss Islington (bot)
· 12 months ago
2ee2bfe
[3.13] gh-121359: make clean environment (no PYTHON* vars) for test_pyrepl.TestMain (GH-121672) (GH-121810)
by Miss Islington (bot)
· 12 months ago
835f4ad
[3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121811)
by Miss Islington (bot)
· 12 months ago
c4daec4
[3.13] gh-121657: Display correct error message for yield from outsid… (GH-121768)
by Kirill Podoprigora
· 12 months ago
f19ccfd
[3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-121807)
by Miss Islington (bot)
· 12 months ago
ff65d1e
[3.13] gh-118297: Make Sure All Pending Calls Run in _Py_FinishPendingCalls() (gh-121806)
by Miss Islington (bot)
· 12 months ago
308857b
[3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)
by Miss Islington (bot)
· 12 months ago
a2a4f5e
[3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622) (#121774)
by Sam Gross
· 12 months ago
55ff124
[3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777)
by Miss Islington (bot)
· 12 months ago
da58e93
[3.13] Generalize reusable Windows CI jobs (GH-121766) (#121775)
by Miss Islington (bot)
· 12 months ago
767f714
[3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)
by Miss Islington (bot)
· 12 months ago
97b06d5
[3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (GH-121661) (#121761)
by Miss Islington (bot)
· 12 months ago
295b791
[3.13] Fix cache restoration for Hypothesis CI job (GH-121756) (#121759)
by Miss Islington (bot)
· 12 months ago
8f3ffb4
[3.13] gh-121700 Emscripten trampolines not quite right since GH-106219 (GH-121701) (GH-121744)
by Miss Islington (bot)
· 12 months ago
f672ee2
[3.13] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121752)
by Miss Islington (bot)
· 12 months ago
dfedbdb
[3.13] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120469)
by Miss Islington (bot)
· 12 months ago
f17057d
[3.13] gh-121698 Emscripten: Use updated WebAssembly type reflection proposal (GH-121699) (GH-121745)
by Miss Islington (bot)
· 12 months ago
35d425e
[3.13] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121742)
by Miss Islington (bot)
· 12 months ago
e28f863
[3.13] gh-121609: Fix pasting of characters containing unicode character joiner (GH-121667) (#121733)
by Miss Islington (bot)
· 12 months ago
e8594aa
[3.13] gh-121708: Improve test coverage for `unittest.util` (GH-121713) (GH-121738)
by Miss Islington (bot)
· 12 months ago
48a96d2
[3.13] gh-120642: Move _PyCode_CODE() to the internal C API (GH-121644) (#121729)
by Miss Islington (bot)
· 12 months ago
e0643d9
[3.13] gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686) (#121727)
by Miss Islington (bot)
· 12 months ago
f78e1aa
[3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721)
by Miss Islington (bot)
· 12 months ago
f0c29a2
[3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (GH-121718)
by Miss Islington (bot)
· 12 months ago
14c5bff
[3.13] gh-121605: Increase timeout in test_pyrepl.run_repl (GH-121606) (#121702)
by Miss Islington (bot)
· 12 months ago
4af9c05
[3.13] gh-120452: improve documentation about private name mangling (GH-120451) (#121715)
by Miss Islington (bot)
· 12 months ago
b9cfb81
[3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707)
by Miss Islington (bot)
· 12 months ago
62572f1
[3.13] gh-121497: Make Pyrepl respect correctly the history with input hook set (GH-121498) (#121703)
by Miss Islington (bot)
· 12 months ago
de51ee0
[3.13] gh-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679)
by Miss Islington (bot)
· 12 months ago
5e8bb98
[3.13] gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674) (GH-121691)
by Miss Islington (bot)
· 12 months ago
da30c6b
[3.13] gh-96765: Update ConfigParser.read() docs with multi-file read example (GH-121664) (GH-121687)
by Miss Islington (bot)
· 12 months ago
fcc4a53
[3.13] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121513)
by Hugo van Kemenade
· 12 months ago
cd74ed0
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded build (#121591)
by Ken Jin
· 12 months ago
15c875a
[3.13] Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`) (GH-121638) (GH-121642)
by Miss Islington (bot)
· 12 months ago
35f7155
[3.13] gh-121103: Put free-threaded libraries in `lib/python3.14t` (GH-121293) (#121631)
by Miss Islington (bot)
· 12 months ago
c6dbfbb
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
by Miss Islington (bot)
· 12 months ago
38c4028
[3.13] gh-121332: Make AST node constructor check _attributes instead of hardcoding attributes (GH-121334) (#121625)
by Jelle Zijlstra
· 12 months ago
3b5f8d2
[3.13] gh-121592: Make select.poll() and related objects thread-safe (GH-121594) (#121623)
by Miss Islington (bot)
· 12 months ago
261c8e9d
[3.13] gh-121615: Improve `module.rst` C-API docs with better error descriptions (GH-121616) (#121618)
by Miss Islington (bot)
· 12 months ago
c08a302
[3.13] gh-117398: Use the correct module loader for iOS in datetime CAPI test (GH-120477) (#121561)
by neonene
· 12 months ago
5bb1175
[3.13] gh-121596: Fix Sharing Interpreter Channels (gh-121600)
by Miss Islington (bot)
· 12 months ago
85e9018
[3.13] gh-117657: Remove TSAN suppressions for _abc.c (GH-121508) (#121598)
by Miss Islington (bot)
· 12 months ago
927f882
[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121590)
by Miss Islington (bot)
· 12 months ago
867cf40
[3.13] gh-121460: Skip freeing unallocated arenas (gh-121589)
by Miss Islington (bot)
· 12 months ago
0113c56
[3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#121585)
by Miss Islington (bot)
· 12 months ago
0504f45
[3.13] gh-89364: Export PySignal_SetWakeupFd() function (GH-121537) (#121582)
by Miss Islington (bot)
· 12 months ago
8c4728f
[3.13] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121568) (#121578)
by Miss Islington (bot)
· 12 months ago
ced3fe8
[3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (GH-121572) (#121574)
by Miss Islington (bot)
· 12 months ago
35c9399
[3.13] Improve zipimport tests (GH-121535) (GH-121570)
by Serhiy Storchaka
· 12 months ago
a1fc8d3
[3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be reused (gh-121428) (gh-121565)
by Miss Islington (bot)
· 12 months ago
3824dc9
[3.13] GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-121522) (GH-121558)
by Miss Islington (bot)
· 12 months ago
20a6341
[3.13] GH-120372: Switch to wasmtime 22 (GH-121523) (GH-121557)
by Miss Islington (bot)
· 12 months ago
eae8fa1
[3.13] gh-117657: Skip test when running under TSan (GH-121549) (GH-121553)
by Miss Islington (bot)
· 12 months ago
2f15383
[3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545)
by Miss Islington (bot)
· 12 months ago
f0d16f7
[3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541)
by Miss Islington (bot)
· 12 months ago
8d473d8
[3.13] gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (GH-121534) (#121539)
by Miss Islington (bot)
· 12 months ago
3efe02e
[3.13] Docs: fix typo and duplicate word in configure.rst (GH-121410) (#121532)
by Miss Islington (bot)
· 12 months ago
39f4add
[3.13] gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (#121526)
by Miss Islington (bot)
· 12 months ago
Next »