summaryrefslogtreecommitdiffstats
path: root/Python/pylifecycle.c
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant check for tb != NULL to shut up Coverity . It has been set t...Christian Heimes2015-04-161-1/+1
* Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...Steve Dower2015-04-121-4/+5
* fix building without threads (closes #23877)Benjamin Peterson2015-04-061-0/+4
* Issue #22117: Add a new _PyTime_FromSeconds() functionVictor Stinner2015-04-031-3/+3
* (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError()Victor Stinner2015-03-251-17/+28
* (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout andVictor Stinner2015-03-241-4/+26
* (Merge 3.4) Issue #23571: Enhance Py_FatalError()Victor Stinner2015-03-241-13/+59
* Fixed few compiler warnings.Serhiy Storchaka2015-02-161-1/+1
* Closes #22869: Move PyOS_CheckStack back to pythonrun.cZachary Ware2014-11-221-38/+0
* Issue #22869: Split pythonrun into two modulesNick Coghlan2014-11-201-0/+1540