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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon
2023-11-09
6
-5/+34
*
gh-111569: Implement Python critical section API (gh-111571)
Sam Gross
2023-11-08
2
-0/+110
*
GH-111848: Tidy up tier 2 handling of FOR_ITER specialization by using DEOPT_...
Mark Shannon
2023-11-08
4
-113/+33
*
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner
2023-11-07
4
-8/+27
*
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw
2023-11-07
1
-0/+98
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
1
-0/+3
*
GH-111485: Allow arbitrary annotations on instructions and micro-ops. (GH-111...
Mark Shannon
2023-11-07
3
-35/+18
*
GH-111485: Make BEFORE_WITH a uop (GH-111812)
Brandt Bucher
2023-11-07
4
-7/+55
*
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow
2023-11-06
2
-175/+123
*
GH-111772: Specialize slot loads and stores for `_Py_T_OBJECT` (GH-111773)
Mark Shannon
2023-11-06
1
-3/+3
*
GH-111646: Simplify optimizer, by compacting uops when making executor. (GH-1...
Mark Shannon
2023-11-06
2
-117/+119
*
GH-110829: Ensure Thread.join() joins the OS thread (#110848)
Antoine Pitrou
2023-11-04
3
-22/+116
*
gh-111684: Avoid a Compiler Warning (gh-111706)
Eric Snow
2023-11-03
1
-0/+4
*
gh-103615: Use local events for opcode tracing (GH-109472)
Tian Gao
2023-11-03
3
-6/+65
*
gh-111354: Simplify _PyGen_yf by moving some of its work to the compiler and ...
Irit Katriel
2023-11-03
4
-7/+15
*
gh-108082: Remove _PyErr_WriteUnraisableMsg() (GH-111643)
Serhiy Storchaka
2023-11-03
1
-11/+0
*
gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (#111655)
AN Long
2023-11-03
3
-6/+3
*
gh-76785: Minor Fixes in crossinterp.c (gh-111671)
Eric Snow
2023-11-03
1
-126/+267
*
gh-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom
2023-11-02
1
-0/+2
*
gh-110892: Return NULL for `PyTrace_RETURN` events caused by an exception (GH...
Tian Gao
2023-11-02
1
-11/+31
*
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 ...
Irit Katriel
2023-11-02
6
-15/+23
*
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka
2023-11-02
6
-39/+35
*
Remove unnecessary includes (GH-111633)
Serhiy Storchaka
2023-11-02
2
-2/+0
*
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...
Anthony Shaw
2023-11-02
1
-0/+25
*
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow
2023-11-01
4
-76/+1117
*
gh-111089: Use PyUnicode_AsUTF8() in getargs.c (#111620)
Victor Stinner
2023-11-01
1
-6/+2
*
High level docs for the VM state (#111621)
Guido van Rossum
2023-11-01
1
-0/+90
*
GH-111485: Silence warnings in Python/executor_cases.c.h (#111619)
Guido van Rossum
2023-11-01
3
-0/+6
*
gh-111374: Add a new PYTHON_FROZEN_MODULES env var, equivalent of `-X frozen_...
Yilei Yang
2023-11-01
1
-1/+17
*
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum
2023-11-01
8
-465/+462
*
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner
2023-11-01
3
-21/+6
*
GH-111537: Avoid using `this_instr` in asserts. (GH-111600)
Mark Shannon
2023-11-01
2
-36/+24
*
GH-111485: Use micro-ops to split specialization code from base action (GH-11...
Mark Shannon
2023-11-01
4
-486/+587
*
gh-108082: Add PyErr_FormatUnraisable() function (GH-111086)
Serhiy Storchaka
2023-10-31
1
-8/+40
*
gh-109181: Speed up Traceback object creation by lazily compute the line numb...
Pablo Galindo Salgado
2023-10-31
1
-6/+29
*
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Anthony Shaw
2023-10-31
1
-0/+28
*
GH-111485: Remove some special cases from the code generator and bytecodes.c ...
Mark Shannon
2023-10-31
4
-10/+89
*
GH-111485: Increment `next_instr` consistently at the start of the instructio...
Mark Shannon
2023-10-31
5
-493/+969
*
gh-109329: Count tier2 opcode misses (#110561)
Michael Droettboom
2023-10-31
2
-1/+5
*
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow
2023-10-30
2
-591/+631
*
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross
2023-10-30
3
-12/+5
*
GH-111339: Fix initialization and finalization of static optimizer types (GH-...
Savannah Ostrowski
2023-10-29
1
-14/+10
*
gh-111386: Fix `uint32_t` cast in `generated_cases.c.h` (#111387)
Nikita Sobolev
2023-10-27
2
-2/+2
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
2
-7/+84
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
5
-7/+8
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
11
-120/+184
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
1
-1/+1
*
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-11...
Mark Shannon
2023-10-26
1
-13/+13
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
1
-19/+61
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
1
-1/+0
[next]