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
/
cpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40170: Remove _Py_GetAllocatedBlocks() function (GH-30940)
Victor Stinner
2022-01-27
1
-8/+0
*
bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function (GH-30938)
Victor Stinner
2022-01-27
1
-2/+2
*
bpo-35134: Add Include/cpython/descrobject.h (GH-30923)
Victor Stinner
2022-01-26
1
-0/+64
*
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
Dong-hee Na
2022-01-23
1
-0/+1
*
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon
2022-01-20
1
-1/+0
*
bpo-45953: Statically initialize all the PyThreadState fields we can. (gh-30590)
Eric Snow
2022-01-14
1
-13/+29
*
bpo-45953: Statically allocate the main interpreter (and initial thread state...
Eric Snow
2022-01-12
1
-1/+9
*
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner
2022-01-11
1
-159/+1
*
bpo-46218: Change long_pow() to sliding window algorithm (GH-30319)
Tim Peters
2022-01-02
1
-6/+0
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
1
-3/+3
*
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel
2021-12-17
1
-1/+1
*
bpo-46007: Exclude PyUnicode_CHECK_INTERNED() from limited C API (GH-29987)
Victor Stinner
2021-12-09
1
-0/+4
*
bpo-46008: Move Py*State init into distinct functions. (gh-29977)
Eric Snow
2021-12-08
1
-0/+6
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
2
-4/+0
*
bpo-45963: Make space for the InterpreterFrame of a generator in that generat...
Mark Shannon
2021-12-06
1
-15/+8
*
bpo-45607: Make it possible to enrich exception displays via setting their __...
Irit Katriel
2021-12-03
1
-1/+1
*
bpo-45885: Specialize COMPARE_OP (GH-29734)
Dennis Sweeney
2021-12-03
1
-0/+3
*
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower
2021-12-03
2
-6/+3
*
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner
2021-12-02
1
-1/+1
*
bpo-45476: Add _Py_RVALUE() macro (GH-29860)
Victor Stinner
2021-11-30
3
-3/+3
*
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon
2021-11-29
1
-2/+4
*
bpo-45893: Add missing extern C to initconfig.h (GH-29761)
Christian Heimes
2021-11-24
1
-0/+6
*
bpo-39026: Fix Python.h when building with Xcode (GH-29488)
Victor Stinner
2021-11-23
1
-2/+0
*
bpo-44525: Copy free variables in bytecode to allow calls to inner functions ...
Mark Shannon
2021-11-23
1
-3/+0
*
bpo-45848: Allow the parser to get error lines from encoded files (GH-29646)
Pablo Galindo Salgado
2021-11-20
1
-0/+5
*
bpo-45753: Make recursion checks more efficient. (GH-29524)
Mark Shannon
2021-11-16
1
-2/+2
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-0/+1
*
bpo-45637: Store the frame pointer in the cframe (GH-29267)
Mark Shannon
2021-10-28
1
-2/+2
*
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (G...
Irit Katriel
2021-10-22
1
-0/+6
*
bpo-45315: PyType_FromSpec: Copy spec->name and have the type own the memory ...
Petr Viktorin
2021-10-21
1
-0/+1
*
bpo-35134: Add Include/cpython/longobject.h (GH-29044)
Victor Stinner
2021-10-19
1
-0/+95
*
bpo-35134: Split warnings.h and weakrefobject.h (GH-29042)
Victor Stinner
2021-10-18
2
-0/+67
*
bpo-43760: Add PyThreadState_EnterTracing() (GH-28542)
Victor Stinner
2021-10-15
1
-0/+7
*
bpo-45434: Remove Include/eval.h header file (GH-28973)
Victor Stinner
2021-10-15
1
-0/+2
*
bpo-35081: Move interpreteridobject.h to Include/internal/ (GH-28969)
Victor Stinner
2021-10-15
1
-11/+0
*
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner
2021-10-15
4
-0/+334
*
bpo-35134: Move Include/cellobject.h to Include/cpython/ (GH-28964)
Victor Stinner
2021-10-15
1
-0/+31
*
po-35134: Move Include/funcobject.h to Include/cpython/ (GH-28958)
Victor Stinner
2021-10-14
1
-0/+118
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+12
*
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h (GH-28893)
Victor Stinner
2021-10-14
1
-93/+12
*
bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape...
Serhiy Storchaka
2021-10-14
1
-0/+10
*
bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" co...
Serhiy Storchaka
2021-10-14
1
-1/+9
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-0/+1
*
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)
Victor Stinner
2021-10-13
1
-1/+1
*
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner
2021-10-12
1
-9/+0
*
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner
2021-10-11
1
-1/+1
*
bpo-45439: _PyObject_Call() only checks tp_vectorcall_offset once (GH-28890)
Victor Stinner
2021-10-11
1
-0/+1
*
bpo-41123: Remove Py_UNICODE_COPY() and Py_UNICODE_FILL() (GH-28887)
Victor Stinner
2021-10-11
1
-13/+0
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
3
-4/+4
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-1/+2
[next]