COMMITS
/ Modules/main.c February 8, 2022
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
January 25, 2021
B
Typo in comment (GH-24199)
borispopoff committed
December 23, 2020
V
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner committed
December 15, 2020
V
bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)
Victor Stinner committed
December 9, 2020
V
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner committed
December 8, 2020
V
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner committed
September 22, 2020
T
bpo-41602: raise SIGINT exit code on KeyboardInterrupt from pymain_run_module (#21956)
Thomas Grainger committed
June 24, 2020
S
bpo-41094: Additional fix for PYTHONSTARTUP. (GH-21119)
Serhiy Storchaka committed
S
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Serhiy Storchaka committed
April 15, 2020
V
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner committed
V
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
V
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner committed
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 13, 2020
V
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner committed
October 2, 2019
V
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner committed
October 1, 2019
V
bpo-37474: Don't call fedisableexcept() on FreeBSD (GH-16515)
Victor Stinner committed
V
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner committed
V
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner committed
September 28, 2019
V
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner committed
September 1, 2019
S
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka committed
July 1, 2019
S
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower committed
V
bpo-36763: Use PyConfig_Clear() (GH-14445)
Victor Stinner committed
June 13, 2019
V
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 21, 2019
E
bpo-36965: Fix includes in main.c on Windows with non-MSC compilers (GH-13421)
Erik Janssens committed
May 17, 2019
V
bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390)
Victor Stinner committed
V
bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388)
Victor Stinner committed
V
bpo-36763: Remove _PyCoreConfig.program (GH-13373)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361)
Victor Stinner committed
V
bpo-36763: _PyInitError always use int for exitcode (GH-13360)
Victor Stinner committed
May 14, 2019
V
bpo-36900: Replace global conf vars with config (GH-13299)
Victor Stinner committed
May 2, 2019
V
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
April 29, 2019
V
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner committed
V
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner committed
April 26, 2019
V
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner committed
April 1, 2019
I
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki committed
March 29, 2019
V
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner committed
March 27, 2019
V
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner committed
V
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner committed
V
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner committed
V
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner committed
March 26, 2019
V
bpo-36301: Cleanup preconfig.c and coreconfig.c (GH-12563)
Victor Stinner committed
V
bpo-36301: Remove _PyCoreConfig.preconfig (GH-12546)
Victor Stinner committed
March 25, 2019
V
bpo-36301: Add _Py_GetEnv() function (GH-12542)
Victor Stinner committed
V
bpo-36301: Cleanup preconfig code (GH-12535)
Victor Stinner committed