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-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
Mark Shannon
2023-11-14
1
-55/+87
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
1
-1/+5
*
gh-107149: make new opcode util functions private rather than public and unst...
Irit Katriel
2023-11-14
1
-0/+14
*
Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957)
Serhiy Storchaka
2023-11-10
1
-0/+4
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
1
-224/+233
*
gh-111354: remove comparisons with enum values, variable reuse, unused import...
Irit Katriel
2023-11-09
1
-0/+1
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
2
-3/+259
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
1
-18/+21
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
1
-1/+9
*
GH-111485: Make BEFORE_WITH a uop (GH-111812)
Brandt Bucher
2023-11-07
1
-0/+1
*
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow
2023-11-06
2
-24/+11
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
1
-0/+42
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
3
-1/+4
*
gh-111652: Fix --enable-pystats build (GH-111653)
Michael Droettboom
2023-11-03
1
-0/+2
*
gh-106168: Revert the "size before item" setting (#111683)
scoder
2023-11-03
1
-1/+1
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
2
-5/+8
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-5/+0
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
2
-3/+5
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
5
-4/+161
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
1
-78/+253
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
1
-17/+19
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
1
-5/+6
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-31
1
-2/+2
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
4
-32/+141
*
gh-90815: Fix mimalloc atomic.h on Windows arm64 (#111527)
Victor Stinner
2023-10-30
1
-1/+1
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
3
-13/+92
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
8
-2/+3091
*
GH-111339: Fix initialization and finalization of static optimizer types (GH-...
Savannah Ostrowski
2023-10-29
1
-0/+5
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
1
-0/+2
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
1
-0/+6
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
4
-26/+16
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-0/+3
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
2
-49/+0
*
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
Brandt Bucher
2023-10-24
1
-2/+2
*
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...
Radislav Chugunov
2023-10-23
1
-0/+1
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
1
-0/+1
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
1
-0/+6
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
1
-0/+15
*
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na
2023-10-17
3
-557/+4
*
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner
2023-10-17
4
-18/+0
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
1
-0/+92
*
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na
2023-10-16
1
-2/+1
*
gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)
Donghee Na
2023-10-13
1
-4/+3
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
2
-1/+12
*
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
Donghee Na
2023-10-13
1
-2/+2
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
1
-3/+2
*
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
Irit Katriel
2023-10-12
1
-2/+2
*
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...
Mark Shannon
2023-10-12
1
-4/+4
*
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
Donghee Na
2023-10-10
1
-4/+3
*
gh-109693: Use pyatomic.h for signal module (gh-110480)
Donghee Na
2023-10-09
1
-9/+7
[next]