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-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
*
bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (G...
Stéphane Wirtel
2019-03-19
1
-2/+3
*
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443)
Victor Stinner
2019-03-19
1
-3/+4
*
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441)
Victor Stinner
2019-03-19
1
-55/+63
*
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner
2019-03-19
2
-18/+35
*
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432)
Victor Stinner
2019-03-19
1
-2/+11
*
bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)
Stéphane Wirtel
2019-03-19
1
-0/+5
*
bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)
btharper
2019-03-19
1
-0/+1
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
2
-7/+9
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
1
-1/+1
*
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner
2019-03-18
2
-0/+6
*
bpo-36352: Clarify fileutils.h documentation (GH-12406)
Victor Stinner
2019-03-18
1
-14/+21
*
bpo-36328: Fix compiler warning in Py_NewInterpreter() (GH-12381)
Stéphane Wirtel
2019-03-18
1
-1/+1
*
bpo-36332: Allow compile() to handle AST objects with assignment expressions ...
Pablo Galindo
2019-03-18
1
-3/+4
*
bpo-36127: Fix compiler warning in _PyArg_UnpackKeywords(). (GH-12353)
Serhiy Storchaka
2019-03-16
1
-1/+1
*
bpo-36124: Add PyInterpreterState.dict. (gh-12132)
Eric Snow
2019-03-15
1
-0/+14
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-2/+24
*
bpo-33608: Deal with pending calls relative to runtime shutdown. (gh-12246)
Eric Snow
2019-03-15
2
-22/+67
*
bpo-33608: Fix PyEval_InitThreads() warning (GH-12346)
Victor Stinner
2019-03-15
1
-1/+1
*
bpo-36301: _PyCoreConfig_Read() ensures that argv is not empty (GH-12347)
Victor Stinner
2019-03-15
1
-0/+7
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
5
-283/+241
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
6
-81/+471
*
bpo-36254: Fix yet one invalid use of %d in format string in C. (GH-12318)
Serhiy Storchaka
2019-03-14
1
-1/+1
*
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Serhiy Storchaka
2019-03-13
1
-1/+1
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
5
-9/+9
*
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum
2019-03-13
2
-12/+73
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)
Victor Stinner
2019-03-13
1
-54/+25
*
Remove d_initial from the parser as it is unused (GH-12212)
tyomitch
2019-03-09
1
-92/+92
*
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow
2019-03-09
2
-40/+38
[next]