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-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner
2019-03-25
1
-1/+13
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
1
-8/+7
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
1
-0/+2
*
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Victor Stinner
2019-03-20
1
-0/+24
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
1
-2/+10
*
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner
2019-03-19
1
-1/+3
*
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Victor Stinner
2019-03-19
1
-0/+2
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
1
-1/+2
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+2
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-54/+1
*
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
Eric Snow
2019-03-15
1
-0/+3
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
3
-23/+22
*
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow
2019-03-09
1
-0/+1
*
bpo-33608: Minor cleanup related to pending calls. (gh-12247)
Eric Snow
2019-03-09
2
-1/+4
*
Fix the Py_atomic_* macros. (#12240)
Eric Snow
2019-03-08
1
-24/+24
*
bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)
Victor Stinner
2019-03-06
1
-1/+0
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
2
-3/+1
*
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Victor Stinner
2019-03-05
1
-1/+1
*
bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)
Victor Stinner
2019-03-05
1
-0/+2
*
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)
Victor Stinner
2019-03-05
1
-0/+13
*
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner
2019-03-05
2
-5/+8
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
1
-0/+13
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
3
-45/+83
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-54/+1
*
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. ...
Eric Snow
2019-03-01
1
-24/+24
*
bpo-36142: Add preconfig.c (GH-12128)
Victor Stinner
2019-03-01
2
-3/+10
*
bpo-36142: Move command line parsing to coreconfig.c (GH-12123)
Victor Stinner
2019-03-01
2
-14/+26
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-0/+33
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-0/+1
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
2
-5/+20
*
bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731)
Eric Snow
2019-02-23
1
-24/+85
*
bpo-1054041: Exit properly after an uncaught ^C. (#11862)
Gregory P. Smith
2019-02-16
1
-0/+4
*
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
[next]