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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)
Eric Snow
2023-07-27
2
-13/+13
*
gh-106931: Intern Statically Allocated Strings Globally (gh-107272)
Eric Snow
2023-07-27
1
-3/+69
*
GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
Mark Shannon
2023-07-27
1
-0/+2
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
19
-137/+139
*
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
Victor Stinner
2023-07-24
1
-2/+2
*
gh-106320: Remove private _PyDict C API (#107145)
Victor Stinner
2023-07-24
1
-0/+1
*
gh-106320: Remove private _PyObject C API (#107147)
Victor Stinner
2023-07-23
5
-4/+5
*
gh-106320: Remove _PyFunction_Vectorcall() API (#107071)
Victor Stinner
2023-07-22
1
-0/+1
*
gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)
Victor Stinner
2023-07-22
2
-1/+2
*
gh-106320: Remove private _PyInterpreterID C API (#107053)
Victor Stinner
2023-07-22
2
-3/+3
*
gh-106320: Remove _Py_SwappedOp from the C API (#107036)
Victor Stinner
2023-07-22
1
-1/+1
*
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner
2023-07-22
3
-0/+3
*
gh-96663: Add a better error message for __dict__-less classes setattr (#103232)
James Hilton-Balfe
2023-07-22
1
-3/+13
*
gh-106004: Add PyDict_GetItemRef() function (#106005)
Victor Stinner
2023-07-21
1
-16/+61
*
gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)
Eric Snow
2023-07-21
1
-4/+7
*
gh-105699: Fix an Interned Strings Crasher (gh-106930)
Eric Snow
2023-07-21
1
-1/+12
*
gh-106719: Fix __annotations__ getter and setter in the type and module types...
Serhiy Storchaka
2023-07-18
2
-47/+33
*
gh-105235: Prevent reading outside buffer during mmap.find() (#105252)
Dennis Sweeney
2023-07-13
1
-2/+19
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
14
-45/+45
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+40
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-10/+24
*
gh-106403: Restore weakref support for TypeVar and friends (#106418)
Jelle Zijlstra
2023-07-11
1
-5/+7
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-0/+12
*
gh-105227: Add PyType_GetDict() (GH-105747)
Eric Snow
2023-07-10
1
-0/+7
*
gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)
Hugo van Kemenade
2023-07-10
2
-10/+38
*
gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)
Victor Stinner
2023-07-09
1
-1/+1
*
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka
2023-07-09
1
-10/+5
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
2
-8/+64
*
gh-96844: Improve error message of list.remove (gh-106455)
Dong-hee Na
2023-07-05
1
-1/+1
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
3
-4/+6
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
11
-4/+15
*
gh-106320: Add pycore_complexobject.h header file (#106339)
Victor Stinner
2023-07-02
2
-0/+2
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
1
-11/+11
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
7
-8/+0
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
2
-3/+3
*
Fix duplicate word typos in comments (#106225)
Md Sadman Chowdhury
2023-07-01
1
-1/+1
*
gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#...
Nikita Sobolev
2023-07-01
1
-1/+37
*
Cleanup clear_static_tp_subclasses() (#106276)
Victor Stinner
2023-06-30
1
-0/+2
*
gh-106023: Remove _PyObject_FastCall() function (#106265)
Victor Stinner
2023-06-30
1
-8/+0
*
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner
2023-06-30
1
-1/+2
*
gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)
Victor Stinner
2023-06-30
1
-8/+9
*
fix typos (#106247)
Inada Naoki
2023-06-30
6
-10/+10
*
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner
2023-06-30
1
-1/+2
*
Fix possible refleak in CodeType.replace() (GH-106243)
Serhiy Storchaka
2023-06-29
1
-0/+1
*
gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (GH-106044)
Serhiy Storchaka
2023-06-29
1
-4/+6
*
gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)
Victor Stinner
2023-06-28
2
-7/+21
*
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner
2023-06-27
2
-0/+2
*
gh-106084: Remove _PyObject_RealIsInstance() function (#106106)
Victor Stinner
2023-06-26
3
-2/+4
*
gh-106084: Remove _PyObject_HasLen() function (#106103)
Victor Stinner
2023-06-26
2
-2/+3
*
gh-105927: Deprecate PyWeakref_GetObject() function (#106006)
Victor Stinner
2023-06-26
1
-1/+6
[next]