COMMITS
/ Modules/main.c July 22, 2024
Ł
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa committed
July 17, 2024
S
gh-121925: Fix uninitialized variables in `main.c` (#121926)
sobolevn committed
A
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
Alex Waygood committed
June 11, 2024
P
gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (#120349)
Pablo Galindo Salgado committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed
October 26, 2023
P
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
Pablo Galindo Salgado committed
October 2, 2023
E
E
gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994)
Eric Snow committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
August 29, 2023
V
gh-106320: Remove private pythonrun API (#108599)
Victor Stinner committed
June 1, 2023
V
gh-105145: Remove old functions to config Python init (#105154)
Victor Stinner committed
November 16, 2022
E
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow committed
July 23, 2022
C
gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165)
Christian Heimes committed
June 17, 2022
V
gh-77782: Deprecate global configuration variable (#93943)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
C
gh-92345: Import rlcompleter before sys.path is extended (#92346)
Christian Heimes committed
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