| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-20 | 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-08 | 2 | -40/+38 |
* | bpo-33608: Minor cleanup related to pending calls. (gh-12247) | Eric Snow | 2019-03-08 | 3 | -67/+77 |
* | Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243) | Eric Snow | 2019-03-08 | 1 | -2/+3 |
* | bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690) | Anthony Sottile | 2019-03-08 | 1 | -869/+878 |
* | bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) | Guido van Rossum | 2019-03-07 | 7 | -133/+215 |
* | bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191) | Victor Stinner | 2019-03-06 | 1 | -7/+11 |
* | bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188) | Victor Stinner | 2019-03-06 | 3 | -46/+78 |
* | bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) | Victor Stinner | 2019-03-06 | 2 | -45/+45 |
* | bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) | Victor Stinner | 2019-03-06 | 2 | -40/+93 |
* | bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185) | Victor Stinner | 2019-03-05 | 1 | -1/+2 |
* | bpo-36187: Remove NamedStore. (GH-12167) | Serhiy Storchaka | 2019-03-05 | 4 | -141/+97 |
* | bpo-36142: Add _PyPreConfig.allocator (GH-12181) | Victor Stinner | 2019-03-05 | 4 | -23/+72 |
* | bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) | Victor Stinner | 2019-03-05 | 4 | -341/+417 |
* | bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) | Victor Stinner | 2019-03-05 | 5 | -40/+168 |
* | bpo-36142: Add _PyPreConfig structure (GH-12172) | Victor Stinner | 2019-03-05 | 4 | -34/+151 |
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 4 | -231/+151 |
* | bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) | pxinwr | 2019-03-04 | 2 | -4/+4 |