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-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
*
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner
2023-06-30
2
-96/+77
*
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)
Victor Stinner
2023-06-30
1
-1/+1
*
gh-106023: Remove _PY_FASTCALL_SMALL_STACK constant (#106258)
Victor Stinner
2023-06-30
2
-13/+12
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
3
-128/+144
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
2
-18/+19
*
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner
2023-06-28
4
-9/+10
*
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner
2023-06-27
2
-82/+97
*
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel
2023-06-27
2
-5/+5
*
gh-106140: Reorder some more fields to facilitate out-of-process inspection (...
Pablo Galindo Salgado
2023-06-27
1
-7/+8
*
gh-106140: Reorder some fields to facilitate out-of-process inspection (#106143)
Pablo Galindo Salgado
2023-06-27
2
-41/+52
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
3
-0/+35
*
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Victor Stinner
2023-06-26
2
-12/+11
*
gh-106084: Remove _PyObject_HasLen() function (#106103)
Victor Stinner
2023-06-26
2
-20/+22
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
2
-2/+3
*
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
Victor Stinner
2023-06-26
1
-4/+0
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
1
-9/+0
*
gh-105927: Remove _PyWeakref_GetWeakrefCount() (#106007)
Victor Stinner
2023-06-23
2
-4/+4
*
gh-105927: Add _PyWeakref_IS_DEAD() function (#105992)
Victor Stinner
2023-06-22
1
-0/+13
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
5
-76/+105
*
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Victor Stinner
2023-06-21
1
-1/+1
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+1
*
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Victor Stinner
2023-06-20
1
-0/+40
*
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner
2023-06-20
1
-0/+5
*
gh-105481: generate _specializations and _specialized_instructions from bytec...
Irit Katriel
2023-06-19
2
-106/+106
*
gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and re...
Irit Katriel
2023-06-17
3
-57/+1
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
1
-2/+2
*
GH-77273: Better bytecodes for f-strings (GH-6132)
Mark Shannon
2023-06-14
2
-67/+69
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
6
-24/+23
*
gh-105587: Remove assertion from `_PyStaticObject_CheckRefcnt` (#105638)
Eddie Elizondo
2023-06-14
1
-3/+2
*
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
Victor Stinner
2023-06-14
1
-8/+10
[next]