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
*
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-10/+9
*
Py_FatalError: disable faulthandler earlier
Victor Stinner
2016-03-16
1
-5/+5
*
Fix Py_FatalError() if called without the GIL
Victor Stinner
2016-03-14
1
-34/+50
*
Issue #25160: Fix import_init() comments and messages
Victor Stinner
2015-09-18
1
-3/+4
*
Merge 3.4 (create_stdio)
Victor Stinner
2015-09-04
1
-42/+37
*
Remove redundant check for tb != NULL to shut up Coverity . It has been set t...
Christian Heimes
2015-04-16
1
-1/+1
*
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-4/+5
*
fix building without threads (closes #23877)
Benjamin Peterson
2015-04-06
1
-0/+4
*
Issue #22117: Add a new _PyTime_FromSeconds() function
Victor Stinner
2015-04-03
1
-3/+3
*
(Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()
Victor Stinner
2015-03-25
1
-17/+28
*
(Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and
Victor Stinner
2015-03-24
1
-4/+26
*
(Merge 3.4) Issue #23571: Enhance Py_FatalError()
Victor Stinner
2015-03-24
1
-13/+59
*
Fixed few compiler warnings.
Serhiy Storchaka
2015-02-16
1
-1/+1
*
Closes #22869: Move PyOS_CheckStack back to pythonrun.c
Zachary Ware
2014-11-22
1
-38/+0
*
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
1
-0/+1540