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-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-0/+3
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
1
-2/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-0/+18
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-0/+14
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+12
*
bpo-36904: Optimize _PyStack_UnpackDict (GH-14517)
Jeroen Demeyer
2019-07-02
1
-18/+0
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+3
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-4/+5
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+16
*
bpo-36710: Add tstate parameter in import.c (GH-14218)
Victor Stinner
2019-06-19
2
-9/+1
*
bpo-35134: Add Include/cpython/import.h header file (GH-14213)
Victor Stinner
2019-06-18
1
-0/+57
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-1/+3
*
bpo-37231: remove _PyObject_FastCall_Prepend (GH-14153)
Jeroen Demeyer
2019-06-17
1
-6/+0
*
bpo-37249: add declaration of _PyObject_GetMethod (GH-14015)
Jeroen Demeyer
2019-06-14
1
-0/+3
*
Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795)
Victor Stinner
2019-06-04
1
-3/+3
*
bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)
Eric Snow
2019-06-01
1
-3/+3
*
bpo-36974: remove _PyObject_HasFastCall (GH-13460)
Jeroen Demeyer
2019-05-30
1
-4/+0
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
2
-41/+91
*
Fix comments in initconfig.h (GH-13636)
MandarJKulkarni
2019-05-28
1
-3/+3
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
2
-71/+74
*
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...
Matthias Bussonnier
2019-05-28
1
-3/+0
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
3
-91/+82
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
1
-0/+3
*
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
[next]