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
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
Victor Stinner
2019-10-10
1
-1/+1
*
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
Victor Stinner
2019-10-07
1
-0/+15
*
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
Victor Stinner
2019-10-07
2
-5/+7
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
1
-3/+2
*
bpo-38353: Fix compiler warning in internal headers (GH-16573)
Victor Stinner
2019-10-04
3
-16/+16
*
bpo-38353: Fix compiler warning in pycore_initconfig.h (GH-16570)
Victor Stinner
2019-10-03
1
-2/+2
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
12
-29/+21
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
1
-1/+1
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-2/+2
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
2
-2/+2
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-6/+6
*
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner
2019-09-26
1
-1/+1
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
1
-4/+11
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-0/+1
*
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner
2019-09-20
2
-6/+6
*
Fix _PyTraceMalloc_Fini() definition (GH-16259)
Victor Stinner
2019-09-18
1
-1/+1
*
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
Victor Stinner
2019-09-17
1
-3/+8
*
bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315)
Joannah Nanjekye
2019-09-05
1
-0/+2
*
bpo-36763: Make Py_BytesMain() public (GH-15532)
Victor Stinner
2019-08-26
1
-2/+0
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
1
-12/+13
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+2
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-0/+2
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-3/+0
*
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner
2019-06-19
2
-7/+6
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-0/+1
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
3
-1/+9
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
1
-0/+14
*
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner
2019-06-13
3
-1/+6
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
3
-12/+17
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
2
-18/+7
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
2
-0/+30
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
2
-7/+18
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
3
-17/+12
*
bpo-1230540: Add threading.excepthook() (GH-13515)
Victor Stinner
2019-05-27
1
-0/+2
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
5
-199/+204
*
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner
2019-05-24
4
-3/+68
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+16
*
bpo-36829: PyErr_WriteUnraisable() normalizes exception (GH-13507)
Victor Stinner
2019-05-22
1
-0/+4
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
1
-2/+2
*
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner
2019-05-22
1
-0/+4
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
1
-2/+8
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+92
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
1
-0/+4
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
1
-19/+1
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
1
-4/+4
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
1
-0/+32
*
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner
2019-05-17
1
-0/+2
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-1/+6
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
2
-2/+10
*
bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371)
Victor Stinner
2019-05-17
1
-1/+1
[next]