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
/
Python
/
pylifecycle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
1
-10/+2
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-8/+1
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-4/+25
*
bpo-38234: Py_Initialize() sets global path configuration (GH-16421)
Victor Stinner
2019-09-26
1
-2/+2
*
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner
2019-09-20
1
-2/+2
*
bpo-38070: Py_FatalError() logs runtime state (GH-16246)
Victor Stinner
2019-09-17
1
-26/+59
*
bpo-38070: Add _PyRuntimeState.preinitializing (GH-16245)
Victor Stinner
2019-09-17
1
-3/+8
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-2/+2
*
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner
2019-08-26
1
-12/+12
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-5/+5
*
bpo-36710: Use tstate in pylifecycle.c (GH-14249)
Victor Stinner
2019-06-19
1
-88/+99
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-2/+2
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
1
-7/+8
*
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner
2019-06-13
1
-2/+3
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-8/+7
*
Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-06-03
1
-24/+5
*
bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884)
Inada Naoki
2019-06-03
1
-0/+3
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13...
Eric Snow
2019-06-01
1
-5/+24
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-7/+8
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-362/+327
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+7
*
bpo-36763: Rename private Python initialization functions (GH-13511)
Victor Stinner
2019-05-22
1
-58/+50
*
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/+12
*
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner
2019-05-20
1
-7/+19
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
1
-20/+37
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+1
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
1
-8/+5
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-8/+20
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
1
-8/+4
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
1
-1/+16
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
1
-7/+4
*
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner
2019-05-14
1
-2/+3
*
bpo-36900: import.c uses PyInterpreterState.core_config (GH-13278)
Victor Stinner
2019-05-13
1
-1/+1
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
1
-4/+5
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
1
-1/+1
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
1
-1/+1
*
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner
2019-05-02
1
-15/+13
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
1
-5/+20
*
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
Victor Stinner
2019-05-02
1
-90/+15
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
1
-2/+1
*
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
Victor Stinner
2019-05-01
1
-9/+14
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
1
-8/+10
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
1
-1/+10
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
1
-6/+5
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
1
-5/+6
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner
2019-04-26
1
-1/+7
*
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner
2019-04-24
1
-54/+76
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
1
-17/+18
[next]