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-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
4
-91/+101
*
gh-99955: undef ERROR and SUCCESS before redefining (fixes sanitizer warning)...
Irit Katriel
2022-12-13
1
-0/+2
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
1
-1/+0
*
GH-100143: Improve collecting pystats for parts of runs (GH-100144)
Michael Droettboom
2022-12-12
2
-6/+16
*
gh-99955: standardize return values of functions in compiler's code-gen (#100...
Irit Katriel
2022-12-12
1
-760/+694
*
gh-96715 Remove redundant NULL check in `profile_trampoline` function (#96716)
chgnrdv
2022-12-12
1
-4/+0
*
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Eric Snow
2022-12-09
1
-1/+2
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
2
-0/+2
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
4
-12/+62
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
4
-48/+24
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
1
-30/+14
*
GH-98831: Generate things in the input order (#100123)
Guido van Rossum
2022-12-08
1
-237/+237
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
1
-0/+5
*
GH-98831: Typed stack effects, and more instructions converted (#99764)
Guido van Rossum
2022-12-08
2
-469/+366
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
2
-14/+8
*
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher
2022-12-06
4
-11/+15
*
gh-99741: Implement Multi-Phase Init for the _xxsubinterpreters Module (gh-99...
Eric Snow
2022-12-05
1
-56/+128
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
2
-5/+5
*
GH-98831: Support cache effects in super- and macro instructions (#99601)
Guido van Rossum
2022-12-03
1
-2/+2
*
gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)
Eric Snow
2022-12-02
1
-9/+11
*
gh-99955: standardize return values of functions in assembler and optimizer. ...
Irit Katriel
2022-12-02
1
-42/+54
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-23/+84
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
1
-0/+5
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
2
-6/+8
*
GH-99877)
Irit Katriel
2022-11-30
1
-23/+41
*
gh-87092: move all localsplus preparation into separate function called from ...
Irit Katriel
2022-11-30
1
-30/+41
*
GH-81057: remove static state from suggestions.c (#99411)
Kumar Aditya
2022-11-30
1
-8/+19
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
1
-1/+19
*
gh-99708: fix bug where compiler crashes on if expression with an empty body ...
Irit Katriel
2022-11-24
1
-3/+17
*
gh-99537: Use Py_SETREF(var, NULL) in C code (#99687)
Victor Stinner
2022-11-23
3
-18/+9
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
2
-62/+73
*
gh-88226: Emit TARGET labels in Python/ceval.c when debugging, even if comput...
Skip Montanaro
2022-11-22
1
-4/+21
*
gh-99537: Use Py_SETREF() function in C code (#99657)
Victor Stinner
2022-11-22
8
-25/+11
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
1
-0/+5
*
gh-99578: Fix refleak in _imp.create_builtin() (#99642)
Victor Stinner
2022-11-21
1
-1/+2
*
gh-99337: Fix compile errors with gcc 12 on macOS (#99470)
Ronald Oussoren
2022-11-21
1
-3/+4
*
GH-98831: Refactor and fix cases generator (#99526)
Guido van Rossum
2022-11-18
2
-67/+61
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
3
-54/+33
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
4
-115/+72
*
Add a macro for "inlining" new frames (GH-99490)
Brandt Bucher
2022-11-17
3
-86/+28
*
gh-99377: Revert audit events for thread state creation and free, because the...
Steve Dower
2022-11-17
1
-18/+1
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
1
-1/+1
*
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99530)
Victor Stinner
2022-11-16
10
-39/+23
*
gh-99377: Add audit events for thread creation and clear (GH-99378)
Steve Dower
2022-11-16
1
-6/+25
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
2
-78/+46
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
8
-23/+20
*
GH-98831: Implement basic cache effects (#99313)
Guido van Rossum
2022-11-16
2
-56/+48
*
gh-99460 Emscripten trampolines on optimized METH_O and METH_NOARGS code path...
Hood Chatham
2022-11-15
2
-6/+6
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
4
-30/+35
*
gh-99300: Use Py_NewRef() in Python/Python-ast.c (#99499)
Victor Stinner
2022-11-15
1
-140/+73
[next]