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-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
1
-52/+9
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-83/+172
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-9/+26
*
bpo-35454: Fix miscellaneous minor issues in error handling. (#11077)
Serhiy Storchaka
2018-12-11
1
-0/+6
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
1
-4/+8
*
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner
2018-11-22
1
-0/+1
*
bpo-35239: _PySys_EndInit() copies module_search_path (GH-10532)
Victor Stinner
2018-11-16
1
-2/+2
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-3/+3
*
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner
2018-11-11
1
-1/+0
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-14/+2
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-4/+4
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-4/+4
*
bpo-26558: Fix Py_FatalError() with GIL released (GH-10267)
Victor Stinner
2018-10-31
1
-10/+25
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+1
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
1
-2/+2
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-1/+1
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
1
-7/+1
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
1
-1/+1
*
Initialize a variable to make the compiler happy. (GH-9153)
Benjamin Peterson
2018-09-11
1
-1/+1
*
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)
Victor Stinner
2018-09-03
1
-1/+13
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
1
-9/+10
*
bpo-34485: Emit C locale coercion warning later (GH-9002)
Victor Stinner
2018-08-29
1
-8/+7
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-56/+24
*
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
Victor Stinner
2018-08-29
1
-130/+30
*
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Victor Stinner
2018-08-29
1
-4/+6
*
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Victor Stinner
2018-08-29
1
-9/+22
*
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Victor Stinner
2018-08-28
1
-77/+5
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
Victor Stinner
2018-08-28
1
-4/+6
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
1
-23/+63
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
1
-13/+17
*
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
Victor Stinner
2018-08-03
1
-1/+0
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-5/+1
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-22/+0
*
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner
2018-08-01
1
-1/+1
*
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner
2018-07-25
1
-54/+124
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
1
-33/+27
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
1
-1/+1
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-0/+7
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-3/+20
*
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Victor Stinner
2018-06-22
1
-0/+5
*
bpo-33128 Fix duplicated call to importlib._install_external_importers (GH-6...
Pablo Galindo
2018-04-25
1
-5/+0
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-3/+0
*
rename _imp initialization function to follow conventions (#5432)
Benjamin Peterson
2018-01-29
1
-1/+1
*
bpo-20891: Py_Initialize() now creates the GIL (#4700)
Victor Stinner
2018-01-29
1
-0/+4
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+6
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
1
-10/+10
*
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
2017-12-20
1
-5/+29
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-13/+11
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
1
-2/+2
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
1
-11/+22
[next]