summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674)Tomas R2024-07-131-0/+9
* gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)Timon Viola2024-07-131-14/+44
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-135-0/+62
* gh-121609: Fix pasting of characters containing unicode character joiner (#12...Marta Gómez Macías2024-07-133-1/+7
* gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)Serhiy Storchaka2024-07-132-15/+57
* gh-99242 Ignore error when running regression tests under certain conditions....Bas Bloemsaat2024-07-132-1/+7
* gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...Pablo Galindo Salgado2024-07-132-2/+4
* gh-95144: Improve error message of `... in None` (GH-119888)Zachary Ware2024-07-124-5/+18
* Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`)...Savannah Ostrowski2024-07-122-13/+10
* gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)Sam Gross2024-07-1113-40/+77
* gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)Eric Snow2024-07-114-10/+69
* gh-121332: Make AST node constructor check _attributes instead of hardcoding ...Jelle Zijlstra2024-07-114-37/+67
* gh-121592: Make select.poll() and related objects thread-safe (#121594)Sam Gross2024-07-112-22/+96
* gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...sobolevn2024-07-111-8/+15
* gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)Tian Gao2024-07-115-1/+70
* gh-121554: remove unnecessary internal functions in compile.c (#121555)Irit Katriel2024-07-107-105/+12
* gh-119786: fix broken links in docs and comment (#121601)Irit Katriel2024-07-102-3/+3
* gh-121596: Fix Sharing Interpreter Channels (gh-121597)Eric Snow2024-07-102-2/+20
* gh-117657: Remove TSAN suppressions for _abc.c (#121508)Sam Gross2024-07-101-2/+0
* gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)Sam Gross2024-07-102-17/+15
* gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...Ken Jin2024-07-105-58/+65
* gh-121460: Skip freeing unallocated arenas (gh-121491)Stefano Rivera2024-07-101-0/+8
* gh-121404: remove some accesses to compiler internals from codegen functions ...Irit Katriel2024-07-101-101/+120
* gh-107851: Fix spurious failures in fcntl eintr tests (#121556)Sam Gross2024-07-101-17/+20
* gh-89364: Export PySignal_SetWakeupFd() function (#121537)Victor Stinner2024-07-102-1/+4
* gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)sobolevn2024-07-101-3/+5
* gh-121547: deduplicate the code of const_cache update functions (#121548)Irit Katriel2024-07-101-25/+22
* gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#12...sobolevn2024-07-102-2/+2
* Improve zipimport tests (GH-121535)Serhiy Storchaka2024-07-101-158/+138
* GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be ...satori19952024-07-102-1/+2
* GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-...Brett Cannon2024-07-091-6/+18
* GH-120372: Switch to wasmtime 22 (GH-121523)Brett Cannon2024-07-092-8/+10
* gh-117657: Skip test when running under TSan (GH-121549)Sam Gross2024-07-092-0/+4
* gh-117657: Fix TSAN races in setobject.c (#121511)Sam Gross2024-07-092-11/+10
* gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)sobolevn2024-07-091-3/+6
* Docs: fix typo and duplicate word in configure.rst (#121410)Rafael Fontenelle2024-07-091-2/+2
* GH-118926: Better distinguish between pointer and arrays in interpreter gener...Mark Shannon2024-07-097-19/+73
* gh-121333: Clarify what is the default executor for asyncio.run_in_executor (...AN Long2024-07-091-0/+3
* gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)Eric Snow2024-07-082-26/+43
* gh-121018: Fix typo in NEWS entry (#121510)Sam Gross2024-07-081-1/+1
* NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)Hugo van Kemenade2024-07-0839-106/+110
* gh-121404: remove direct accesses to u_private from codegen functions (#121500)Irit Katriel2024-07-081-27/+42
* gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)Sam Gross2024-07-089-16/+50
* gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)Marc Mueller2024-07-082-2/+7
* GH-119169: Simplify `os.walk()` exception handling (#121435)Barney Gale2024-07-082-50/+35
* gh-121374: Correct docstrings in `_interpchannels` (gh-121418)Max Muoto2024-07-081-2/+2
* GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH...Mark Shannon2024-07-084-3/+20
* gh-121338: Remove #pragma optimize (#121340)Michael Droettboom2024-07-081-10/+0
* gh-108297: Update crashers README for test_crashers removal (#121475)Alyssa Coghlan2024-07-081-4/+0
* gh-121461: Fix os.path.normpath documentation indentation (#121466)CBerJun2024-07-081-1/+1