| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo in comment (GH-24199) | borispopoff | 2021-01-25 | 1 | -1/+1 |
|
|
* | bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724) | Victor Stinner | 2020-12-23 | 1 | -19/+23 |
|
|
* | bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778) | Victor Stinner | 2020-12-15 | 1 | -17/+34 |
|
|
* | bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) | Victor Stinner | 2020-12-09 | 1 | -27/+8 |
|
|
* | bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) | Victor Stinner | 2020-12-08 | 1 | -27/+14 |
|
|
* | bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module... | Thomas Grainger | 2020-09-22 | 1 | -0/+4 |
|
|
* | bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119) | Serhiy Storchaka | 2020-06-24 | 1 | -9/+43 |
|
|
* | bpo-41094: Fix decoding errors with audit when open files. (GH-21095) | Serhiy Storchaka | 2020-06-24 | 1 | -1/+8 |
|
|
* | bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) | Victor Stinner | 2020-04-15 | 1 | -9/+9 |
|
|
* | bpo-40268: Remove unused pycore_pymem.h includes (GH-19531) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-40268: Remove a few pycore_pystate.h includes (GH-19510) | Victor Stinner | 2020-04-14 | 1 | -1/+1 |
|
|
* | bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509) | Victor Stinner | 2020-04-14 | 1 | -1/+1 |
|
|
* | bpo-40268: Include explicitly pycore_interp.h (GH-19505) | Victor Stinner | 2020-04-14 | 1 | -0/+1 |
|
|
* | bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492) | Victor Stinner | 2020-04-13 | 1 | -2/+2 |
|
|
* | bpo-38353: Cleanup includes in the internal C API (GH-16548) | Victor Stinner | 2019-10-02 | 1 | -0/+1 |
|
|
* | bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515) | Victor Stinner | 2019-10-01 | 1 | -13/+0 |
|
|
* | bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) | Victor Stinner | 2019-10-01 | 1 | -5/+1 |
|
|
* | bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508) | Victor Stinner | 2019-10-01 | 1 | -7/+2 |
|
|
* | bpo-38304: Add PyConfig.struct_size (GH-16451) | Victor Stinner | 2019-09-28 | 1 | -1/+8 |
|
|
* | bpo-15999: Clean up of handling boolean arguments. (GH-15610) | Serhiy Storchaka | 2019-09-01 | 1 | -1/+1 |
|
|
* | bpo-37363: Add audit events on startup for the run commands (GH-14524) | Steve Dower | 2019-07-01 | 1 | -0/+21 |
|
|
* | bpo-36763: Use PyConfig_Clear() (GH-14445) | Victor Stinner | 2019-07-01 | 1 | -4/+8 |
|
|
* | bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) | Victor Stinner | 2019-06-13 | 1 | -1/+1 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -45/+56 |
|
|
* | bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421) | Erik Janssens | 2019-05-21 | 1 | -2/+2 |
|
|
* | bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) | Victor Stinner | 2019-05-17 | 1 | -46/+75 |
|
|
* | bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) | Victor Stinner | 2019-05-17 | 1 | -7/+12 |
|
|
* | bpo-36763: Remove _PyCoreConfig.program (GH-13373) | Victor Stinner | 2019-05-17 | 1 | -2/+2 |
|
|
* | bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) | Victor Stinner | 2019-05-16 | 1 | -1/+1 |
|
|
* | bpo-36763: _PyInitError always use int for exitcode (GH-13360) | Victor Stinner | 2019-05-16 | 1 | -26/+22 |
|
|
* | bpo-36900: Replace global conf vars with config (GH-13299) | Victor Stinner | 2019-05-14 | 1 | -5/+5 |
|
|
* | bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) | Victor Stinner | 2019-05-02 | 1 | -8/+1 |
|
|
* | bpo-36763: Rework _PyInitError API (GH-13031) | Victor Stinner | 2019-05-01 | 1 | -1/+1 |
|
|
* | Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006) | Victor Stinner | 2019-04-29 | 1 | -6/+5 |
|
|
* | bpo-36356: Destroy the GIL at exit (GH-12453) | Victor Stinner | 2019-04-29 | 1 | -5/+6 |
|
|
* | bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968) | Victor Stinner | 2019-04-26 | 1 | -1/+6 |
|
|
* | bpo-20844: open script file with "rb" mode (GH-12616) | Inada Naoki | 2019-04-01 | 1 | -1/+1 |
|
|
* | bpo-36471: Add _Py_RunMain() (GH-12618) | Victor Stinner | 2019-03-29 | 1 | -12/+22 |
|
|
* | bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589) | Victor Stinner | 2019-03-27 | 1 | -6/+13 |
|
|
* | bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576) | Victor Stinner | 2019-03-27 | 1 | -41/+19 |
|
|
* | bpo-36444: Add _PyCoreConfig._init_main (GH-12572) | Victor Stinner | 2019-03-27 | 1 | -19/+10 |
|
|
* | bpo-36444: Remove _PyMainInterpreterConfig (GH-12571) | Victor Stinner | 2019-03-27 | 1 | -269/+1 |
|
|
* | bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563) | Victor Stinner | 2019-03-26 | 1 | -11/+7 |
|
|
* | bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546) | Victor Stinner | 2019-03-26 | 1 | -10/+5 |
|
|
* | bpo-36301: Add _Py_GetEnv() function (GH-12542) | Victor Stinner | 2019-03-25 | 1 | -2/+2 |
|
|
* | bpo-36301: Cleanup preconfig code (GH-12535) | Victor Stinner | 2019-03-25 | 1 | -18/+23 |
|
|
* | bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) | Victor Stinner | 2019-03-20 | 1 | -19/+10 |
|
|
* | bpo-36236: Handle removed cwd at Python init (GH-12424) | Victor Stinner | 2019-03-19 | 1 | -9/+11 |
|
|
* | bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435) | Victor Stinner | 2019-03-19 | 1 | -0/+1 |
|
|
* | bpo-36356: Release Unicode interned strings on Valgrind (#12431) | Victor Stinner | 2019-03-19 | 1 | -12/+0 |
|
|