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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
Victor Stinner
2019-05-01
2
-166/+241
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
5
-27/+26
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
3
-13/+45
*
bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028)
Victor Stinner
2019-04-30
1
-3/+4
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
11
-4548/+5023
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
2
-17/+10
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
2
-10/+17
*
bpo-36475: Finalize PyEval_AcquireLock() and PyEval_AcquireThread() properly ...
Joannah Nanjekye
2019-04-29
1
-12/+16
*
Fix typo in 'tandem' word (GH-12998) (GH-12998)
Andrey
2019-04-29
1
-1/+1
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner
2019-04-26
2
-17/+34
*
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36710: Add runtime variable in pystate.c (GH-12956)
Victor Stinner
2019-04-25
1
-142/+219
*
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
Victor Stinner
2019-04-25
1
-2/+3
*
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner
2019-04-24
4
-68/+92
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
2
-20/+22
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
1
-33/+32
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
1
-64/+74
*
use `const` in graminit.c (GH-12713)
tyomitch
2019-04-23
1
-410/+410
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
1
-0/+4
*
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852)
Victor Stinner
2019-04-17
1
-15/+23
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
2
-3/+0
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
4
-118/+97
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
4
-97/+118
*
Fix typos in compile.c comments (GH-12752)
Simeon
2019-04-09
1
-2/+2
*
bpo-34373: Fix time.mktime() on AIX (GH-12726)
Victor Stinner
2019-04-09
1
-10/+7
*
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
Victor Stinner
2019-04-05
1
-4/+5
*
bpo-36495: Fix two out-of-bounds array reads (GH-12641)
Brad Larsen
2019-04-01
1
-2/+2
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-4/+6
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-98/+89
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
2
-8/+18
*
bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586)
Pablo Galindo
2019-03-27
1
-0/+1
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
4
-83/+116
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
3
-11/+17
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
4
-80/+101
*
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner
2019-03-26
4
-608/+587
*
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner
2019-03-26
5
-98/+98
*
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner
2019-03-25
2
-19/+27
*
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540)
Victor Stinner
2019-03-25
2
-11/+78
*
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Stefan Krah
2019-03-25
4
-11/+24
*
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536)
Victor Stinner
2019-03-25
3
-22/+137
*
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner
2019-03-25
4
-160/+116
*
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473)
Inada Naoki
2019-03-23
2
-5/+31
*
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506)
Victor Stinner
2019-03-23
3
-0/+34
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625)
Zackery Spytz
2019-03-22
1
-2/+5
*
bpo-36374: Fix a possible null pointer dereference (GH-12449)
Zackery Spytz
2019-03-20
1
-1/+1
*
bpo-36301: Add _PyPreCmdline internal API (GH-12458)
Victor Stinner
2019-03-20
2
-47/+75
*
bpo-36356: Fix _PyCoreConfig_Read() (GH-12454)
Victor Stinner
2019-03-20
1
-23/+32
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
3
-4/+51
[next]