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
/
cpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
2
-0/+53
*
bpo-36763: Add _PyPreConfig._config_init (GH-13481)
Victor Stinner
2019-05-22
1
-11/+11
*
bpo-36763: Fix _PyRuntime.preconfig.coerce_c_locale (GH-13444)
Victor Stinner
2019-05-20
1
-2/+2
*
bpo-36763: Fix Python preinitialization (GH-13432)
Victor Stinner
2019-05-20
2
-6/+20
*
bpo-35134: Split traceback.h header (GH-13430)
Victor Stinner
2019-05-19
1
-0/+22
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
1
-3/+0
*
bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398)
Victor Stinner
2019-05-18
1
-60/+17
*
bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396)
Victor Stinner
2019-05-17
1
-4/+4
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
1
-30/+7
*
bpo-36945: Add _PyPreConfig.configure_locale (GH-13368)
Victor Stinner
2019-05-17
1
-0/+5
*
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner
2019-05-17
1
-7/+25
*
bpo-36763: Add PyMemAllocatorName (GH-13387)
Victor Stinner
2019-05-17
2
-7/+18
*
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner
2019-05-17
1
-5/+9
*
bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363)
Victor Stinner
2019-05-16
1
-0/+9
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
2
-4/+10
*
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner
2019-05-16
1
-22/+39
*
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner
2019-05-16
1
-4/+0
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
1
-5/+1
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
1
-4/+4
*
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)
Victor Stinner
2019-05-02
1
-3/+13
*
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner
2019-05-02
1
-4/+3
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
1
-15/+28
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
1
-1/+3
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
1
-1/+0
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
1
-2/+0
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
1
-5/+0
*
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
Victor Stinner
2019-04-15
1
-0/+99
*
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner
2019-04-12
1
-0/+15
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-0/+3
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-7/+20
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
2
-19/+19
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
2
-5/+7
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
2
-33/+1
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
1
-2/+2
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
2
-3/+7
*
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
2
-5/+1
*
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner
2019-03-25
2
-1/+5
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
1
-1/+6
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
1
-0/+4
*
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Victor Stinner
2019-03-19
1
-2/+0
*
Fix typo in _PyObject_FastCallDict documentation (GH-12383)
RĂ©mi Lapeyre
2019-03-18
1
-1/+1
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
1
-9/+0
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
2
-0/+84
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
1
-18/+24
*
bpo-36142: Add _PyPreConfig.allocator (GH-12181)
Victor Stinner
2019-03-05
1
-3/+3
*
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner
2019-03-05
1
-22/+32
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
1
-12/+23
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
2
-84/+0
*
bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)
pxinwr
2019-03-04
1
-2/+2
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
2
-0/+84
[next]