summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-107359)Eric Snow2023-07-272-13/+13
* gh-106931: Intern Statically Allocated Strings Globally (gh-107272)Eric Snow2023-07-271-3/+69
* GH-106895: Raise a `ValueError` when attempting to disable events that cannot...Mark Shannon2023-07-271-0/+2
* gh-106869: Use new PyMemberDef constant names (#106871)Victor Stinner2023-07-2519-137/+139
* gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)Victor Stinner2023-07-241-2/+2
* gh-106320: Remove private _PyDict C API (#107145)Victor Stinner2023-07-241-0/+1
* gh-106320: Remove private _PyObject C API (#107147)Victor Stinner2023-07-235-4/+5
* gh-106320: Remove _PyFunction_Vectorcall() API (#107071)Victor Stinner2023-07-221-0/+1
* gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064)Victor Stinner2023-07-222-1/+2
* gh-106320: Remove private _PyInterpreterID C API (#107053)Victor Stinner2023-07-222-3/+3
* gh-106320: Remove _Py_SwappedOp from the C API (#107036)Victor Stinner2023-07-221-1/+1
* gh-106320: Move private _PySet API to the internal API (#107041)Victor Stinner2023-07-223-0/+3
* gh-96663: Add a better error message for __dict__-less classes setattr (#103232)James Hilton-Balfe2023-07-221-3/+13
* gh-106004: Add PyDict_GetItemRef() function (#106005)Victor Stinner2023-07-211-16/+61
* gh-105699: Fix a Crasher Related to a Deprecated Global Variable (gh-106923)Eric Snow2023-07-211-4/+7
* gh-105699: Fix an Interned Strings Crasher (gh-106930)Eric Snow2023-07-211-1/+12
* gh-106719: Fix __annotations__ getter and setter in the type and module types...Serhiy Storchaka2023-07-182-47/+33
* gh-105235: Prevent reading outside buffer during mmap.find() (#105252)Dennis Sweeney2023-07-131-2/+19
* gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)Serhiy Storchaka2023-07-1214-45/+45
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-111-0/+40
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-111-10/+24
* gh-106403: Restore weakref support for TypeVar and friends (#106418)Jelle Zijlstra2023-07-111-5/+7
* gh-106572: Convert PyObject_DelAttr() to a function (#106611)Victor Stinner2023-07-111-0/+12
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-101-0/+7
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-102-10/+38
* gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)Victor Stinner2023-07-091-1/+1
* gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)Serhiy Storchaka2023-07-091-10/+5
* gh-105340: include hidden fast-locals in locals() (#105715)Carl Meyer2023-07-052-8/+64
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-051-1/+1
* gh-106320: Remove private _PyErr C API functions (#106356)Victor Stinner2023-07-033-4/+6
* gh-106320: Create pycore_modsupport.h header file (#106355)Victor Stinner2023-07-0311-4/+15
* gh-106320: Add pycore_complexobject.h header file (#106339)Victor Stinner2023-07-022-0/+2
* gh-106320: Use _PyInterpreterState_GET() (#106336)Victor Stinner2023-07-021-11/+11
* gh-104922: remove PY_SSIZE_T_CLEAN (#106315)Inada Naoki2023-07-027-8/+0
* gh-106320: Remove _PyInterpreterState_Get() alias (#106321)Victor Stinner2023-07-012-3/+3
* Fix duplicate word typos in comments (#106225)Md Sadman Chowdhury2023-07-011-1/+1
* gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (#...Nikita Sobolev2023-07-011-1/+37
* Cleanup clear_static_tp_subclasses() (#106276)Victor Stinner2023-06-301-0/+2
* gh-106023: Remove _PyObject_FastCall() function (#106265)Victor Stinner2023-06-301-8/+0
* Remove private _PyCodec_Lookup() function (#106269)Victor Stinner2023-06-301-1/+2
* gh-106023: Rename _PyObject_FastCallDictTstate() (#106264)Victor Stinner2023-06-301-8/+9
* fix typos (#106247)Inada Naoki2023-06-306-10/+10
* gh-106023: Update code using _PyObject_FastCall() (#106257)Victor Stinner2023-06-301-1/+2
* Fix possible refleak in CodeType.replace() (GH-106243)Serhiy Storchaka2023-06-291-0/+1
* gh-106033: Get rid of PyDict_GetItem in _PyFunction_FromConstructor (GH-106044)Serhiy Storchaka2023-06-291-4/+6
* gh-106168: PyTuple_SET_ITEM() now checks the index (#106164)Victor Stinner2023-06-282-7/+21
* gh-106084: Remove _PyObject_CallMethod() function (#106159)Victor Stinner2023-06-272-0/+2
* gh-106084: Remove _PyObject_RealIsInstance() function (#106106)Victor Stinner2023-06-263-2/+4
* gh-106084: Remove _PyObject_HasLen() function (#106103)Victor Stinner2023-06-262-2/+3
* gh-105927: Deprecate PyWeakref_GetObject() function (#106006)Victor Stinner2023-06-261-1/+6