| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) | Ćukasz Langa | 2024-07-22 | 1 | -0/+4 |
|
|
* | gh-121925: Fix uninitialized variables in `main.c` (#121926) | sobolevn | 2024-07-17 | 1 | -2/+6 |
|
|
* | gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) | Alex Waygood | 2024-07-17 | 1 | -1/+49 |
|
|
* | gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode... | Pablo Galindo Salgado | 2024-06-11 | 1 | -1/+2 |
|
|
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 1 | -5/+16 |
|
|
* | gh-67224: Show source lines in tracebacks when using the -c option when runni... | Pablo Galindo Salgado | 2023-10-26 | 1 | -1/+1 |
|
|
* | gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109... | Eric Snow | 2023-10-02 | 1 | -0/+4 |
|
|
* | gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) | Eric Snow | 2023-10-02 | 1 | -10/+28 |
|
|
* | gh-110079: Remove extern "C" { ...} in C code (#110080) | Victor Stinner | 2023-09-29 | 1 | -8/+0 |
|
|
* | gh-106320: Remove private pythonrun API (#108599) | Victor Stinner | 2023-08-29 | 1 | -0/+1 |
|
|
* | gh-105145: Remove old functions to config Python init (#105154) | Victor Stinner | 2023-06-01 | 1 | -1/+0 |
|
|
* | gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516) | Eric Snow | 2022-11-16 | 1 | -3/+3 |
|
|
* | gh-90473: Check for HAVE_KILL in main.c:exit_sigint (GH-95165) | Christian Heimes | 2022-07-23 | 1 | -1/+1 |
|
|
* | gh-77782: Deprecate global configuration variable (#93943) | Victor Stinner | 2022-06-17 | 1 | -6/+15 |
|
|
* | gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) | Victor Stinner | 2022-05-05 | 1 | -1/+1 |
|
|
* | gh-92345: Import rlcompleter before sys.path is extended (#92346) | Christian Heimes | 2022-05-05 | 1 | -1/+10 |
|
|
* | bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g... | Eric Snow | 2022-02-08 | 1 | -2/+1 |
|
|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -1/+6 |
|
|
* | bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) | Victor Stinner | 2021-10-12 | 1 | -0/+1 |
|
|
* | bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891) | Victor Stinner | 2021-10-11 | 1 | -1/+1 |
|
|
* | 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 |
|
|