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
*
Use tstate->interp to get the interpreter state in bytecodes.c (GH-107506)
Brandt Bucher
2023-07-31
3
-8/+8
*
GH-104584: Fix incorrect uoperands (GH-107513)
Brandt Bucher
2023-07-31
1
-1/+2
*
GH-104909: Move unused cache entries from uops to macros (#107444)
Guido van Rossum
2023-07-31
3
-21/+7
*
no-issue: Fix typo in import.c (gh-107498)
Georg Brandl
2023-07-31
1
-1/+1
*
gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974)
Eric Snow
2023-07-28
2
-171/+122
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
1
-1/+1
*
gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-1...
Eric Snow
2023-07-27
1
-10/+11
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-0/+7
*
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
Mark Shannon
2023-07-27
2
-3/+23
*
gh-107196: Remove _PyArg_VaParseTupleAndKeywordsFast() function (#107197)
Victor Stinner
2023-07-27
1
-14/+0
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
5
-50/+63
*
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
Mark Shannon
2023-07-27
4
-3/+30
*
gh-106149: fix comment on stackdepth of generators (#107321)
Irit Katriel
2023-07-26
1
-2/+3
*
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado
2023-07-26
1
-3/+0
*
gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (...
Irit Katriel
2023-07-26
2
-36/+72
*
gh-107082: Fix instruction size computation for ENTER_EXECUTOR (#107256)
Guido van Rossum
2023-07-25
1
-0/+7
*
Remove unused internal _PyImport_GetModuleId() function (#107235)
Victor Stinner
2023-07-25
1
-11/+0
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
8
-68/+67
*
gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212)
Victor Stinner
2023-07-25
2
-3/+3
*
gh-106149: move _PyCfg_BasicblockLastInstr and make it local to flowgraph.c (...
Irit Katriel
2023-07-24
1
-23/+34
*
gh-106917: fix super classmethod calls to non-classmethods (#106977)
Carl Meyer
2023-07-24
3
-3/+3
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
4
-1/+5
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
1
-1/+1
*
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner
2023-07-22
3
-24/+24
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
1
-2/+2
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
7
-10/+17
*
gh-106320: Move private _PyHash API to the internal C API (#107026)
Victor Stinner
2023-07-22
2
-0/+2
*
gh-106916: Add missing error check _PyCompile_CleanDoc (#106921)
Kirill Podoprigora
2023-07-21
1
-0/+6
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
6
-244/+249
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
4
-25/+56
*
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
Brandt Bucher
2023-07-20
5
-2/+29
*
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
Serhiy Storchaka
2023-07-18
1
-6/+1
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
5
-3/+22
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
1
-19/+10
*
gh-106843: fix memleak in _PyCompile_CleanDoc (#106846)
Inada Naoki
2023-07-18
1
-1/+4
*
Small fixes to code generator (#106845)
Guido van Rossum
2023-07-18
1
-5/+3
*
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum
2023-07-17
5
-68/+145
*
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum
2023-07-17
5
-30/+365
*
gh-106529: Generate uops for POP_JUMP_IF_[NOT_]NONE (#106796)
Guido van Rossum
2023-07-17
1
-0/+17
*
gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)
Dong-hee Na
2023-07-17
1
-12/+8
*
gh-106706: Streamline family syntax in cases generator DSL (#106716)
Kevin Diem
2023-07-16
1
-26/+13
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-1/+98
*
gh-106529: Fix subtle Tier 2 edge case with list iterator (#106756)
Guido van Rossum
2023-07-15
2
-4/+24
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
2
-3/+33
*
gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)
Guido van Rossum
2023-07-14
4
-102/+314
*
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum
2023-07-13
3
-40/+66
*
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Mark Shannon
2023-07-13
3
-24/+72
*
gh-106529: Split FOR_ITER_RANGE into uops (#106638)
Guido van Rossum
2023-07-12
4
-25/+118
*
gh-106656: Remove --emit-line-directives from regen-cases (#106657)
Guido van Rossum
2023-07-12
2
-862/+0
*
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
Mark Shannon
2023-07-12
3
-499/+576
[next]