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
*
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Petr Viktorin
2021-02-23
1
-0/+6
*
bpo-43277: Add PySet_CheckExact to the C-API (GH-24598)
Pablo Galindo
2021-02-20
1
-3/+6
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-1/+4
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
6
-5/+5
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
5
-36/+36
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
1
-6/+0
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
1
-2/+2
*
bpo-40522: Replace PyThreadState_GET() with PyThreadState_Get() (GH-24575)
Victor Stinner
2021-02-19
2
-5/+5
*
bpo-43268: Replace _PyThreadState_GET() with _PyInterpreterState_GET() (GH-24...
Victor Stinner
2021-02-19
2
-10/+7
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
2
-3/+4
*
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Nicholas Sim
2021-02-17
3
-2/+2
*
bpo-40170: Always define PyExceptionClass_Name() as a function (GH-24553)
Erlend Egeberg Aasland
2021-02-17
1
-4/+0
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
2
-7/+1
*
bpo-35134, Include: Move pytime.h to cpython/pytime.h (GH-23988)
Nicholas Sim
2021-02-16
2
-4/+1
*
bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535)
Erlend Egeberg Aasland
2021-02-16
1
-1/+1
*
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland
2021-02-15
1
-2/+5
*
bpo-43166: Disable ceval.c optimisations for Windows debug builds (GH-24485)
Steve Dower
2021-02-09
1
-3/+3
*
bpo-35295: Remove outdated comment. (GH-24453)
Inada Naoki
2021-02-05
1
-7/+0
*
Post 3.10.0a5
Pablo Galindo
2021-02-03
1
-1/+1
*
Fix Sphynx syntax in the memory.rst document
v3.10.0a5
Pablo Galindo
2021-02-02
1
-2/+2
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
3
-18/+7
*
bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...
Serhiy Storchaka
2021-01-31
1
-1/+1
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
3
-13/+24
*
bpo-42979: Enhance abstract.c assertions checking slot result (GH-24352)
Victor Stinner
2021-01-27
2
-1/+7
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
1
-2/+0
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
1
-1/+1
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
2
-0/+8
*
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner
2021-01-18
1
-7/+3
*
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka
2021-01-12
2
-7/+0
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-0/+4
*
bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
Erlend Egeberg Aasland
2021-01-06
1
-1/+3
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-6/+1
*
Post 3.10.0a4
Pablo Galindo
2021-01-04
1
-1/+1
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
1
-2/+2
*
bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-3/+3
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
1
-0/+11
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
3
-1/+26
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
3
-3/+18
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
2
-3/+97
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-1/+1
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
2
-4/+18
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
2
-1/+3
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
2
-7/+2
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
1
-0/+2
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
2
-0/+10
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
1
-4/+0
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-08
1
-0/+5
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
2
-117/+124
*
Post 3.10.0a3
Pablo Galindo
2020-12-08
1
-1/+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
1
-2/+2
[next]