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-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
*
gh-106084: Remove _PySequence_BytesToCharpArray() function (#106088)
Victor Stinner
2023-06-26
1
-77/+0
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
2
-5/+5
*
gh-105730: support more callables in ExceptionGroup.split() and subgroup() (#...
Irit Katriel
2023-06-23
1
-3/+3
*
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...
Serhiy Storchaka
2023-06-23
2
-17/+19
*
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
Victor Stinner
2023-06-22
1
-1/+5
*
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon
2023-06-22
2
-4/+23
*
gh-105927: finalize_modules_clear_weaklist() uses _PyWeakref_GET_REF() (#105971)
Victor Stinner
2023-06-21
1
-1/+1
*
gh-105927: type_from_ref() uses _PyWeakref_GET_REF() (#105963)
Victor Stinner
2023-06-21
1
-13/+24
*
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner
2023-06-21
1
-0/+18
*
gh-105927: Add _PyWeakref_GET_REF() internal function (#105929)
Victor Stinner
2023-06-20
1
-49/+43
*
gh-105927: Refactor weakrefobject.c (#105928)
Victor Stinner
2023-06-19
1
-60/+56
*
GH-104584: Assorted fixes for the optimizer API. (GH-105683)
Mark Shannon
2023-06-19
1
-4/+20
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
4
-97/+25
*
gh-103968: PyType_FromMetaclass: Allow metaclasses with tp_new=NULL (GH-105386)
Petr Viktorin
2023-06-12
1
-1/+1
*
gh-105375: Improve error handling in PyUnicode_BuildEncodingMap() (#105491)
Erlend E. Aasland
2023-06-11
1
-12/+17
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-65/+80
*
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
Eric Snow
2023-06-08
1
-52/+177
*
gh-103906: Remove immortal refcounting in compile/marshal.c (gh-103922)
Dong-hee Na
2023-06-05
1
-1/+1
*
gh-98963: Restore the ability to have a dict-less property. (#105262)
Gregory P. Smith
2023-06-05
1
-8/+37
*
gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258)
Eric Snow
2023-06-02
2
-2/+2
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
2
-1/+8
*
GH-105162: Account for `INSTRUMENTED_RESUME` in gen.close/throw. (GH-105187)
Mark Shannon
2023-06-02
1
-3/+15
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-9/+35
*
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner
2023-06-01
7
-50/+2
*
gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208)
Victor Stinner
2023-06-01
10
-79/+10
*
gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready() (gh-10...
Eric Snow
2023-06-01
1
-16/+44
*
gh-105140: remove unused arg of _PyErr_ChainStackItem (#105141)
Irit Katriel
2023-06-01
1
-1/+1
*
gh-105107: Remove PyCFunction_Call() function (#105181)
Victor Stinner
2023-06-01
1
-3/+3
*
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner
2023-06-01
1
-1/+1
[next]