summaryrefslogtreecommitdiff
path: root/Include/cpython
Commit message (Expand)AuthorAgeFilesLines
* bpo-35134: Add Include/cpython/pymem.h (GH-12840)Victor Stinner2019-04-151-0/+99
* bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)Victor Stinner2019-04-121-0/+15
* bpo-36471: Add _Py_RunMain() (GH-12618)Victor Stinner2019-03-291-0/+3
* bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)Victor Stinner2019-03-271-7/+20
* bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)Victor Stinner2019-03-272-19/+19
* bpo-36444: Add _PyCoreConfig._init_main (GH-12572)Victor Stinner2019-03-272-5/+7
* bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)Victor Stinner2019-03-272-33/+1
* bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)Victor Stinner2019-03-261-2/+2
* bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)Victor Stinner2019-03-262-3/+7
* bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)Victor Stinner2019-03-252-5/+1
* bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)Victor Stinner2019-03-252-1/+5
* bpo-36301: Cleanup preconfig code (GH-12535)Victor Stinner2019-03-251-1/+6
* bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)Victor Stinner2019-03-201-0/+4
* bpo-36356: Release Unicode interned strings on Valgrind (#12431)Victor Stinner2019-03-191-2/+0
* Fix typo in _PyObject_FastCallDict documentation (GH-12383)RĂ©mi Lapeyre2019-03-181-1/+1
* bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-181-9/+0
* bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...Eric Snow2019-03-152-0/+84
* bpo-36301: Add _PyWstrList structure (GH-12343)Victor Stinner2019-03-151-18/+24
* bpo-36142: Add _PyPreConfig.allocator (GH-12181)Victor Stinner2019-03-051-3/+3
* bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)Victor Stinner2019-03-051-22/+32
* bpo-36142: Add _PyPreConfig structure (GH-12172)Victor Stinner2019-03-051-12/+23
* Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...Victor Stinner2019-03-042-84/+0
* bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)pxinwr2019-03-041-2/+2
* bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...Eric Snow2019-03-012-0/+84
* bpo-36142: Add preconfig.c (GH-12128)Victor Stinner2019-03-011-4/+5
* bpo-36142: Move command line parsing to coreconfig.c (GH-12123)Victor Stinner2019-03-011-0/+10
* bpo-36142: Remove _PyMain structure (GH-12120)Victor Stinner2019-03-011-1/+13
* bpo-36142: Rework error reporting in pymain_main() (GH-12113)Victor Stinner2019-03-012-5/+8
* bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)Victor Stinner2019-03-012-0/+352
* bpo-36030: Remove _PyStack_AsTuple() and _PyStack_AsTupleSlice() (GH-12032)Sergey Fedoseev2019-02-251-10/+0
* bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)Serhiy Storchaka2019-02-251-0/+1
* bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-1...Eric Snow2019-02-231-0/+1
* bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)Eric Snow2019-02-231-60/+5
* bpo-35713: Rework Python initialization (GH-11647)Victor Stinner2019-01-221-27/+0
* bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...Serhiy Storchaka2018-12-111-3/+0
* bpo-35134: Create Include/cpython/tupleobject.h (GH-10764)Victor Stinner2018-11-281-0/+36
* bpo-35134: Create Include/cpython/pystate.h (GH-10733)Victor Stinner2018-11-271-0/+272
* bpo-35134: Create Include/cpython/dictobject.h (GH-10732)Victor Stinner2018-11-271-0/+93
* bpo-35134: Create Include/cpython/pylifecycle.h (GH-10731)Victor Stinner2018-11-271-0/+99
* bpo-35134: Create Include/cpython/abstract.h (GH-10728)Victor Stinner2018-11-261-0/+281
* bpo-35134: Add Include/cpython/pyerrors.h (GH-10727)Victor Stinner2018-11-261-0/+176
* bpo-35134: Create Include/cpython/unicodeobject.h (GH-10680)Victor Stinner2018-11-261-0/+1245
* bpo-35134: Create Include/cpython/object.h (GH-10679)Victor Stinner2018-11-261-0/+454
* bpo-35134: Create Include/cpython/ subdirectory (GH-10624)Victor Stinner2018-11-231-0/+113