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-107557: Remove unnecessary SAVE_IP instructions (#108583)
Guido van Rossum
2023-08-29
1
-195/+255
*
gh-108635: Make parameters of some implementations of special methods positio...
Serhiy Storchaka
2023-08-29
4
-6/+0
*
gh-106320: Fix test_peg_generator: _Py_UniversalNewlineFgetsWithSize() (#108609)
Victor Stinner
2023-08-29
1
-1/+2
*
gh-106320: Remove private _PyObject_GetState() (#108606)
Victor Stinner
2023-08-29
2
-6/+4
*
gh-106320: Remove private _PyOS_IsMainThread() function (#108605)
Victor Stinner
2023-08-29
2
-9/+11
*
gh-106320: Remove private _PyErr_SetKeyError() (#108607)
Victor Stinner
2023-08-29
2
-4/+4
*
gh-106320: Remove private _PyLong_New() function (#108604)
Victor Stinner
2023-08-29
2
-8/+11
*
gh-106320: Remove private _PyGILState_GetInterpreterStateUnsafe() (#108603)
Victor Stinner
2023-08-29
2
-9/+8
*
gh-106320: Remove private _PyThread_at_fork_reinit() function (#108601)
Victor Stinner
2023-08-29
2
-7/+8
*
gh-106320: Remove private _Py_UniversalNewlineFgetsWithSize() (#108602)
Victor Stinner
2023-08-29
2
-1/+2
*
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner
2023-08-29
2
-24/+39
*
gh-106320: Remove _PyAnextAwaitable_Type from the public C API (#108597)
Victor Stinner
2023-08-29
1
-3/+0
*
gh-108240: Add pycore_capsule.h internal header file (#108596)
Victor Stinner
2023-08-29
2
-5/+17
*
gh-106320: Remove private _Py_Identifier API (#108593)
Victor Stinner
2023-08-29
5
-42/+57
*
gh-107149: Rename _PyUnstable_GetUnaryIntrinsicName() function (#108441)
Victor Stinner
2023-08-28
1
-2/+2
*
gh-106320: Remove private AC converter functions (#108505)
Victor Stinner
2023-08-26
2
-10/+7
*
gh-106320: Remove private _PyLong_FileDescriptor_Converter() (#108503)
Victor Stinner
2023-08-26
4
-4/+13
*
gh-106320: Remove private _PyLong converter functions (#108499)
Victor Stinner
2023-08-26
2
-4/+7
*
gh-107901: add the HAS_EVAL_BREAK instruction flag (#108375)
Irit Katriel
2023-08-25
1
-17/+19
*
gh-108444: Remove _PyLong_AsInt() function (#108461)
Victor Stinner
2023-08-25
1
-3/+0
*
gh-106581: Split CALL_BOUND_METHOD_EXACT_ARGS into uops (#108462)
Guido van Rossum
2023-08-25
1
-14/+27
*
gh-106320: Remove private _PyTraceback functions (#108453)
Victor Stinner
2023-08-24
2
-3/+6
*
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner
2023-08-24
2
-1/+8
*
gh-106320: Remove private _PySys functions (#108452)
Victor Stinner
2023-08-24
3
-6/+7
*
gh-106320: Remove private _PyDict functions (#108449)
Victor Stinner
2023-08-24
2
-32/+44
*
gh-106320: Remove private _PyList functions (#108451)
Victor Stinner
2023-08-24
2
-4/+3
*
gh-106320: Remove private _PyEval function (#108433)
Victor Stinner
2023-08-24
2
-10/+17
*
gh-107211: Fix test_peg_generator (#108435)
Victor Stinner
2023-08-24
1
-45/+47
*
gh-106320: Remove private _PyContext_NewHamtForTests() (#108434)
Victor Stinner
2023-08-24
2
-4/+5
*
gh-106320: Remove private float C API functions (#108430)
Victor Stinner
2023-08-24
2
-9/+7
*
gh-106320: Remove private _PyManagedBuffer_Type (#108431)
Victor Stinner
2023-08-24
2
-2/+2
*
gh-106320: Remove private PyLong C API functions (#108429)
Victor Stinner
2023-08-24
2
-72/+82
*
gh-107211: No longer export internal functions (5) (#108423)
Victor Stinner
2023-08-24
10
-39/+73
*
gh-107211: No longer export internal functions (7) (#108425)
Victor Stinner
2023-08-24
8
-42/+65
*
gh-108308: Remove _PyDict_GetItemStringWithError() function (#108426)
Victor Stinner
2023-08-24
1
-1/+0
*
gh-107211: No longer export internal functions (6) (#108424)
Victor Stinner
2023-08-24
8
-43/+45
*
gh-107211: No longer export PyTime internal functions (#108422)
Victor Stinner
2023-08-24
1
-118/+146
*
gh-108314: Add PyDict_ContainsString() function (#108323)
Victor Stinner
2023-08-24
1
-0/+1
*
gh-108240: Add _PyCapsule_SetTraverse() internal function (#108339)
Victor Stinner
2023-08-23
1
-0/+4
*
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#...
Irit Katriel
2023-08-23
3
-42/+21
*
gh-108113: Make it possible to optimize an AST (#108282)
Irit Katriel
2023-08-23
1
-0/+8
*
gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313)
Victor Stinner
2023-08-22
2
-1/+1
*
Define _Py_NULL as nullptr on C23 and newer (#108244)
Victor Stinner
2023-08-22
1
-3/+4
*
gh-107211: No longer export pycore_strhex.h functions (#108229)
Victor Stinner
2023-08-21
1
-2/+5
*
gh-108216: Cleanup #include in internal header files (#108228)
Victor Stinner
2023-08-21
27
-69/+68
*
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner
2023-08-21
11
-4/+42
*
gh-108113: Make it possible to create an optimized AST (#108154)
Irit Katriel
2023-08-21
1
-1/+2
*
gh-95065, gh-107704: Argument Clinic: support multiple '/ [from ...]' and '* ...
Serhiy Storchaka
2023-08-21
4
-0/+18
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
2
-1/+2
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
1
-1/+1
[next]