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-30547: Fix multiple reference leaks (#1995)
Stéphane Wirtel
2017-06-08
1
-1/+4
*
Drop a duplicate line. (#1809)
Eric Snow
2017-05-25
1
-2/+1
*
bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729)
Eric Snow
2017-05-24
1
-13/+67
*
bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772)
Eric Snow
2017-05-24
1
-42/+180
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-1/+6
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
1
-5/+10
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-0/+1
*
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)
Victor Stinner
2017-05-03
1
-0/+9
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
1
-1/+1
*
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
1
-3/+3
*
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
Issue #26920: Fix not getting the locale's charset upon initializing the inte...
Xavier de Gaye
2016-11-16
1
-1/+1
*
Don't run garbage collection on interpreter exit if it was explicitly disabled
Łukasz Langa
2016-09-10
1
-3/+3
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-0/+1
*
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov
2016-09-09
1
-1/+7
*
Issue #1602: Windows console doesn't input or print Unicode (PEP 528)
Steve Dower
2016-08-31
1
-0/+18
*
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
1
-1/+1
*
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-0/+20
*
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-5/+5
*
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
Serhiy Storchaka
2016-08-14
1
-0/+1
*
Issue #22557: Now importing already imported modules is up to 2.5 times faster.
Serhiy Storchaka
2016-08-02
1
-0/+5
*
Issue #23034: The output of a special Python build with defined COUNT_ALLOCS,
Serhiy Storchaka
2016-07-03
1
-1/+1
*
Issue #27336: Fix compilation on Windows
Victor Stinner
2016-06-17
1
-2/+2
*
Issue #27336: Fix compilation failures --without-threads
Berker Peksag
2016-06-17
1
-0/+2
*
Issue #22747: Workaround for systems without langinfo.h.
Stefan Krah
2016-04-25
1
-0/+2
*
Issue #25339: PYTHONIOENCODING now has priority over locale in setting the
Serhiy Storchaka
2016-04-10
1
-10/+9
|
\
|
*
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
*
|
Py_FatalError: disable faulthandler earlier
Victor Stinner
2016-03-16
1
-5/+5
*
|
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
1
-15/+1
*
|
Add more checks on the GIL
Victor Stinner
2016-03-14
1
-0/+5
*
|
Fix Py_FatalError() if called without the GIL
Victor Stinner
2016-03-14
1
-34/+50
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-3/+6
*
|
Fix indentation of continuation lines.
Georg Brandl
2016-01-18
1
-1/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
*
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-15/+37
*
|
Issue #18174: Explain why is_valid_fd() uses dup() instead of fstat()
Victor Stinner
2015-09-29
1
-0/+3
|
/
*
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