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
/
Include
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35713: Reorganize sys module initialization (GH-11658)
Victor Stinner
2019-01-23
1
-3/+6
*
bpo-35713: Split _Py_InitializeCore into subfunctions (GH-11650)
Victor Stinner
2019-01-22
1
-2/+3
*
bpo-35713: Rework Python initialization (GH-11647)
Victor Stinner
2019-01-22
1
-7/+32
*
bpo-35758: Fix building on ARM + MSVC (gh-11531)
Minmin Gong
2019-01-21
1
-1/+3
*
bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972)
Eric Snow
2019-01-11
1
-0/+2
*
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner
2018-11-25
1
-0/+18
*
bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672)
Victor Stinner
2018-11-23
1
-0/+8
*
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner
2018-11-22
1
-2/+2
*
bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643)
Victor Stinner
2018-11-22
1
-24/+46
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+56
*
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606)
Victor Stinner
2018-11-20
1
-0/+7
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
1
-2/+1
*
bpo-35081: Make some _PyGC macros internal (GH-10507)
Victor Stinner
2018-11-13
1
-2/+0
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
4
-1/+1
*
bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363)
Victor Stinner
2018-11-09
14
-12/+44
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
1
-0/+36
*
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
Victor Stinner
2018-11-06
1
-0/+4
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
3
-47/+120
*
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
Victor Stinner
2018-11-01
1
-0/+35
*
bpo-35081: Add _PyThreadState_GET() internal macro (GH-10266)
Victor Stinner
2018-11-01
1
-0/+34
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
11
-8/+8
*
bpo-35081: Move Py_BUILD_CORE code to internal/mem.h (GH-10249)
Victor Stinner
2018-10-31
1
-0/+12
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
4
-5/+548
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-0/+1
*
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner
2018-08-01
1
-6/+0
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-0/+6
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
1
-3/+3
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
1
-1/+9
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-3/+7
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-3/+4
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
1
-0/+4
*
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495
Yury Selivanov
2018-02-02
1
-1/+0
*
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh...
Eric Snow
2018-01-30
1
-0/+78
*
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
Pablo Galindo
2018-01-29
1
-0/+1
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
2
-0/+154
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
1
-1/+0
*
add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)
Benjamin Peterson
2017-12-17
1
-6/+6
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-0/+19
*
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
1
-1/+1
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
2
-0/+12
*
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
Victor Stinner
2017-12-05
1
-17/+3
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-1/+28
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-28/+1
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-1/+24
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-0/+4
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-0/+16
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
3
-493/+0
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
1
-1/+1
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
1
-1/+7
[next]