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
path:
root
/
Include
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
4
-12/+17
*
gh-118692: Avoid creating unnecessary StopIteration instances for monitoring ...
Irit Katriel
2024-05-21
1
-2/+2
*
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
Mark Shannon
2024-05-10
1
-6/+8
*
gh-118771: Ensure names defined in optimizer.h start with Py/_Py (GH-118825)
Petr Viktorin
2024-05-10
1
-0/+29
*
gh-118895: Call PyType_Ready() on typing.NoDefault (#118897)
Jelle Zijlstra
2024-05-10
1
-0/+1
*
gh-117657: Fix QSBR race condition (#118843)
Alex Turner
2024-05-10
1
-1/+1
*
gh-118789: Restore hidden `_PyWeakref_ClearRef` (#118797)
Sam Gross
2024-05-10
1
-2/+0
*
Revert "gh-115432: Add critical section variant that handles a NULL object (#...
Sam Gross
2024-05-09
1
-29/+0
*
gh-116984: Make mimalloc header includes relative to the current file (#118808)
Sam Gross
2024-05-09
3
-6/+6
*
gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)
mpage
2024-05-08
2
-12/+44
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-07
3
-3/+73
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-2/+19
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
3
-0/+14
*
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland
2024-05-06
1
-1/+1
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
2
-0/+4
*
gh-118465: Add __firstlineno__ attribute to class (GH-118475)
Serhiy Storchaka
2024-05-06
4
-0/+6
*
gh-117549: Don't use designated initializers in headers (#118580)
Guido van Rossum
2024-05-05
1
-2/+7
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
1
-26/+2
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
2
-0/+3
*
gh-117953: Track Extra Details in Global Extensions Cache (gh-118532)
Eric Snow
2024-05-04
1
-1/+11
*
gh-117139: Fix missing semicolon (GH-118573)
Ken Jin
2024-05-04
1
-1/+1
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-8/+5
*
GH-118095: Use broader specializations of CALL in tier 1, for better tier 2 s...
Mark Shannon
2024-05-04
4
-137/+186
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
1
-32/+0
*
GH-113464: Remove the extra jump via `_SIDE_EXIT` in `_EXIT_TRACE` (GH-118545)
Mark Shannon
2024-05-04
2
-24/+19
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
1
-0/+7
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+3
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
4
-9/+17
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
2
-4/+33
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
1
-0/+4
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
3
-1/+12
*
GH-117442: Check eval-breaker at start (rather than end) of tier 2 loops (GH-...
Mark Shannon
2024-05-02
3
-111/+106
*
gh-117953: Work Relative to Specific Extension Kinds in the Import Machinery ...
Eric Snow
2024-05-01
1
-1/+31
*
GH-118095: Make sure that progress is made if there are pending calls being h...
Mark Shannon
2024-05-01
1
-1/+1
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
2
-3/+3
*
gh-117139: Add header for tagged pointers (GH-118330)
Ken Jin
2024-04-30
1
-0/+195
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
1
-0/+3
*
[gh-117657] Fix some issues with TSAN in typeobject (#118249)
Dino Viehland
2024-04-30
1
-0/+8
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
1
-2/+4
*
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland
2024-04-30
1
-2/+9
*
gh-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel
2024-04-30
1
-0/+3
*
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon
2024-04-30
3
-0/+6
*
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...
Eric Snow
2024-04-29
1
-0/+3
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+17
*
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow
2024-04-29
2
-6/+10
*
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon
2024-04-29
2
-102/+112
*
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow
2024-04-27
1
-2/+4
*
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...
Mark Shannon
2024-04-26
3
-104/+114
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
3
-10/+56
*
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Dino Viehland
2024-04-25
1
-1/+1
[next]