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
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-0/+12
*
gh-105481: do not auto-generate pycore_intrinsics.h (#106913)
Irit Katriel
2023-07-20
2
-5/+17
*
Export _PyEval_SetProfile() as a function, not data (#106887)
Victor Stinner
2023-07-19
1
-1/+1
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
2
-16/+24
*
bpo-42327: C API: Add PyModule_Add() function (GH-23443)
Serhiy Storchaka
2023-07-18
1
-3/+9
*
Small fixes to code generator (#106845)
Guido van Rossum
2023-07-18
1
-5/+5
*
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum
2023-07-17
2
-18/+29
*
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum
2023-07-17
1
-0/+10
*
gh-106797: Remove warning logs from Python/generated_cases.c.h (gh-106798)
Dong-hee Na
2023-07-17
1
-5/+5
*
gh-81283: compiler: remove indent from docstring (#106411)
Inada Naoki
2023-07-15
1
-0/+2
*
gh-105481: expose opcode metadata via the _opcode module (#106688)
Irit Katriel
2023-07-14
2
-10/+28
*
gh-106529: Split FOR_ITER_{LIST,TUPLE} into uops (#106696)
Guido van Rossum
2023-07-14
1
-7/+19
*
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum
2023-07-13
1
-50/+50
*
GH-104909: Split `LOAD_ATTR_INSTANCE_VALUE` into micro-ops (GH-106678)
Mark Shannon
2023-07-13
1
-9/+13
*
gh-106529: Split FOR_ITER_RANGE into uops (#106638)
Guido van Rossum
2023-07-12
1
-0/+6
*
GH-104909: Break LOAD_GLOBAL specializations in micro-ops. (GH-106677)
Mark Shannon
2023-07-12
2
-3/+9
*
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_me...
Irit Katriel
2023-07-12
1
-0/+1317
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+0
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+15
*
gh-106597: Add debugging struct with offsets for out-of-process tools (#106598)
Pablo Galindo Salgado
2023-07-11
2
-1/+146
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
3
-11/+37
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
2
-4/+4
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+1
*
GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)
Mark Shannon
2023-07-10
2
-45/+47
*
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka
2023-07-09
4
-0/+6
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
2
-0/+4
*
gh-106320: Remove _PyInterpreterState_HasFeature() (#106425)
Victor Stinner
2023-07-04
2
-32/+32
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
2
-3/+8
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
4
-38/+41
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
2
-39/+37
*
gh-106320: Remove _PyBytesWriter C API (#106399)
Victor Stinner
2023-07-04
3
-81/+83
*
gh-106320: Remove private _PyUnicode codecs C API functions (#106385)
Victor Stinner
2023-07-04
2
-106/+100
*
gh-106320: Fix _PyImport_GetModuleAttr() declaration (#106386)
Victor Stinner
2023-07-03
1
-2/+2
*
gh-106320: Remove private _PyImport C API functions (#106383)
Victor Stinner
2023-07-03
2
-20/+20
*
gh-86085: Remove _PyCodec_Forget() declaration (#106377)
Victor Stinner
2023-07-03
1
-2/+0
*
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Victor Stinner
2023-07-03
2
-70/+69
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
1
-0/+2
*
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum
2023-07-03
1
-1/+1
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
2
-42/+48
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
2
-12/+29
*
gh-106320: Move _PyUnicodeWriter to the internal C API (#106342)
Victor Stinner
2023-07-03
4
-141/+147
*
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner
2023-07-02
2
-21/+33
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
3
-60/+53
*
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
Victor Stinner
2023-07-02
4
-73/+72
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
2
-5/+2
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
4
-332/+314
*
Fix duplicate word typos in comments (#106225)
Md Sadman Chowdhury
2023-07-01
1
-1/+1
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
1
-10/+1
*
gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)
Victor Stinner
2023-06-30
1
-1/+1
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-6/+0
[next]