index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-121671: Increase test coverage of `ast.get_docstring` (GH-121674)
Tomas R
2024-07-13
1
-0/+9
*
gh-96765: Update ConfigParser.read() docs with multi-file read example (#121664)
Timon Viola
2024-07-13
1
-14/+44
*
gh-121499: Fix multi-line history rendering in the REPL (#121531)
Pablo Galindo Salgado
2024-07-13
5
-0/+62
*
gh-121609: Fix pasting of characters containing unicode character joiner (#12...
Marta Gómez Macías
2024-07-13
3
-1/+7
*
gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154)
Serhiy Storchaka
2024-07-13
2
-15/+57
*
gh-99242 Ignore error when running regression tests under certain conditions....
Bas Bloemsaat
2024-07-13
2
-1/+7
*
gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...
Pablo Galindo Salgado
2024-07-13
2
-2/+4
*
gh-95144: Improve error message of `... in None` (GH-119888)
Zachary Ware
2024-07-12
4
-5/+18
*
Update retroactive comments from GH-117741 (segfault in `FutureIter_dealloc`)...
Savannah Ostrowski
2024-07-12
2
-13/+10
*
gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293)
Sam Gross
2024-07-11
13
-40/+77
*
gh-117482: Fix Builtin Types Slot Wrappers (gh-121602)
Eric Snow
2024-07-11
4
-10/+69
*
gh-121332: Make AST node constructor check _attributes instead of hardcoding ...
Jelle Zijlstra
2024-07-11
4
-37/+67
*
gh-121592: Make select.poll() and related objects thread-safe (#121594)
Sam Gross
2024-07-11
2
-22/+96
*
gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...
sobolevn
2024-07-11
1
-8/+15
*
gh-121450: Make inline breakpoints use the most recent pdb instance (#121451)
Tian Gao
2024-07-11
5
-1/+70
*
gh-121554: remove unnecessary internal functions in compile.c (#121555)
Irit Katriel
2024-07-10
7
-105/+12
*
gh-119786: fix broken links in docs and comment (#121601)
Irit Katriel
2024-07-10
2
-3/+3
*
gh-121596: Fix Sharing Interpreter Channels (gh-121597)
Eric Snow
2024-07-10
2
-2/+20
*
gh-117657: Remove TSAN suppressions for _abc.c (#121508)
Sam Gross
2024-07-10
1
-2/+0
*
gh-117657: Fix TSan race in _PyDict_CheckConsistency (#121551)
Sam Gross
2024-07-10
2
-17/+15
*
gh-120198: Stop the world when setting __class__ on free-threaded build (GH-1...
Ken Jin
2024-07-10
5
-58/+65
*
gh-121460: Skip freeing unallocated arenas (gh-121491)
Stefano Rivera
2024-07-10
1
-0/+8
*
gh-121404: remove some accesses to compiler internals from codegen functions ...
Irit Katriel
2024-07-10
1
-101/+120
*
gh-107851: Fix spurious failures in fcntl eintr tests (#121556)
Sam Gross
2024-07-10
1
-17/+20
*
gh-89364: Export PySignal_SetWakeupFd() function (#121537)
Victor Stinner
2024-07-10
2
-1/+4
*
gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)
sobolevn
2024-07-10
1
-3/+5
*
gh-121547: deduplicate the code of const_cache update functions (#121548)
Irit Katriel
2024-07-10
1
-25/+22
*
gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#12...
sobolevn
2024-07-10
2
-2/+2
*
Improve zipimport tests (GH-121535)
Serhiy Storchaka
2024-07-10
1
-158/+138
*
GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list to be ...
satori1995
2024-07-10
2
-1/+2
*
GH-121521: Detect when wasmtime is not installed in `Tools/wasm/wasi.py` (GH-...
Brett Cannon
2024-07-09
1
-6/+18
*
GH-120372: Switch to wasmtime 22 (GH-121523)
Brett Cannon
2024-07-09
2
-8/+10
*
gh-117657: Skip test when running under TSan (GH-121549)
Sam Gross
2024-07-09
2
-0/+4
*
gh-117657: Fix TSAN races in setobject.c (#121511)
Sam Gross
2024-07-09
2
-11/+10
*
gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)
sobolevn
2024-07-09
1
-3/+6
*
Docs: fix typo and duplicate word in configure.rst (#121410)
Rafael Fontenelle
2024-07-09
1
-2/+2
*
GH-118926: Better distinguish between pointer and arrays in interpreter gener...
Mark Shannon
2024-07-09
7
-19/+73
*
gh-121333: Clarify what is the default executor for asyncio.run_in_executor (...
AN Long
2024-07-09
1
-0/+3
*
gh-121110: Fix Extension Module Tests Under Py_TRACE_REFS Builds (gh-121503)
Eric Snow
2024-07-08
2
-26/+43
*
gh-121018: Fix typo in NEWS entry (#121510)
Sam Gross
2024-07-08
1
-1/+1
*
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Hugo van Kemenade
2024-07-08
39
-106/+110
*
gh-121404: remove direct accesses to u_private from codegen functions (#121500)
Irit Katriel
2024-07-08
1
-27/+42
*
gh-121368: Fix seq lock memory ordering in _PyType_Lookup (#121388)
Sam Gross
2024-07-08
9
-16/+50
*
gh-121487: Fix deprecation warning for ATOMIC_VAR_INIT in mimalloc (gh-121488)
Marc Mueller
2024-07-08
2
-2/+7
*
GH-119169: Simplify `os.walk()` exception handling (#121435)
Barney Gale
2024-07-08
2
-50/+35
*
gh-121374: Correct docstrings in `_interpchannels` (gh-121418)
Max Muoto
2024-07-08
1
-2/+2
*
GH-121012: Set index to -1 when list iterators become exhausted in tier 2 (GH...
Mark Shannon
2024-07-08
4
-3/+20
*
gh-121338: Remove #pragma optimize (#121340)
Michael Droettboom
2024-07-08
1
-10/+0
*
gh-108297: Update crashers README for test_crashers removal (#121475)
Alyssa Coghlan
2024-07-08
1
-4/+0
*
gh-121461: Fix os.path.normpath documentation indentation (#121466)
CBerJun
2024-07-08
1
-1/+1
[next]