| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667) | Donghee Na | 2023-10-10 | 1 | -1/+57 |
|
|
* | gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) | Eric Snow | 2023-10-02 | 1 | -0/+3 |
|
|
* | gh-107954: Refactor initconfig.c: add CONFIG_SPEC (#110146) | Victor Stinner | 2023-09-30 | 1 | -320/+257 |
|
|
* | gh-108753: Enhance pystats (#108754) | Victor Stinner | 2023-09-06 | 1 | -2/+32 |
|
|
* | gh-108634: PyInterpreterState_New() no longer calls Py_FatalError() (#108748) | Victor Stinner | 2023-09-01 | 1 | -7/+20 |
|
|
* | gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459) | Victor Stinner | 2023-08-24 | 1 | -1/+1 |
|
|
* | gh-108308: config_dict_get() uses PyDict_GetItemRef() (#108371) | Victor Stinner | 2023-08-23 | 1 | -6/+19 |
|
|
* | gh-106320: Remove _PyDict_GetItemStringWithError() function (#108313) | Victor Stinner | 2023-08-22 | 1 | -0/+1 |
|
|
* | Document PYTHONSAFEPATH along side -P (#106122) | Jeremy Paige | 2023-07-03 | 1 | -2/+2 |
|
|
* | Fix duplicate word typos in comments (#106225) | Md Sadman Chowdhury | 2023-07-01 | 1 | -1/+1 |
|
|
* | gh-105145: Remove old functions to config Python init (#105154) | Victor Stinner | 2023-06-01 | 1 | -108/+0 |
|
|
* | gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions... | Nikita Sobolev | 2023-04-05 | 1 | -2/+2 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-28 | 1 | -1/+1 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -3/+2 |
|
|
* | gh-95778: add doc missing in some places (GH-100627) | Éric | 2022-12-30 | 1 | -0/+2 |
|
|
* | GH-100143: Improve collecting pystats for parts of runs (GH-100144) | Michael Droettboom | 2022-12-12 | 1 | -1/+14 |
|
|
* | gh-81057: Move More Globals to _PyRuntimeState (gh-100092) | Eric Snow | 2022-12-07 | 1 | -8/+6 |
|
|
* | gh-99300: Use Py_NewRef() in Python/ directory (#99302) | Victor Stinner | 2022-11-10 | 1 | -2/+2 |
|
|
* | gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9... | Eric Snow | 2022-10-26 | 1 | -4/+0 |
|
|
* | gh-96512: Move int_max_str_digits setting to PyConfig (#96944) | Gregory P. Smith | 2022-10-03 | 1 | -9/+21 |
|
|
* | gh-96848: Fix -X int_max_str_digits option parsing (#96988) | Victor Stinner | 2022-09-26 | 1 | -1/+2 |
|
|
* | gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499) | Gregory P. Smith | 2022-09-02 | 1 | -1/+64 |
|
|
* | gh-96143: Allow Linux perf profiler to see Python calls (GH-96123) | Pablo Galindo Salgado | 2022-08-30 | 1 | -0/+39 |
|
|
* | bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ... | Pablo Galindo Salgado | 2022-07-31 | 1 | -48/+0 |
|
|
* | gh-91256: Ensure help text has the program name even before getpath is called... | Steve Dower | 2022-07-19 | 1 | -0/+3 |
|
|
* | gh-93937: PyOS_StdioReadline() uses PyConfig.legacy_windows_stdio (#94024) | Victor Stinner | 2022-06-20 | 1 | -0/+3 |
|
|
* | gh-77782: Deprecate global configuration variable (#93943) | Victor Stinner | 2022-06-17 | 1 | -0/+12 |
|
|
* | gh-77782: Py_FdIsInteractive() now uses PyConfig.interactive (#93916) | Victor Stinner | 2022-06-17 | 1 | -1/+1 |
|
|
* | gh-90300: split --help output into separate options (#30331) | Éric | 2022-06-01 | 1 | -64/+118 |
|
|
* | gh-93217: fix some issues in man page and --help (#93219) | Éric | 2022-05-26 | 1 | -5/+4 |
|
|
* | gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358) | Victor Stinner | 2022-05-06 | 1 | -1/+1 |
|
|
* | gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542) | Victor Stinner | 2022-05-05 | 1 | -0/+22 |
|
|
* | GH-91173: disable frozen modules in debug builds (#92023) | Kumar Aditya | 2022-05-03 | 1 | -20/+21 |
|
|
* | gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730) | Victor Stinner | 2022-04-20 | 1 | -1/+3 |
|
|
* | bpo-47000: Add `locale.getencoding()` (GH-32068) | Inada Naoki | 2022-04-09 | 1 | -1/+7 |
|
|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -219/+7 |
|
|
* | bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886) | Victor Stinner | 2021-12-02 | 1 | -5/+6 |
|
|
* | bpo-45020: Default to using frozen modules unless running from source tree. (... | Eric Snow | 2021-10-16 | 1 | -19/+61 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -0/+2 |
|
|
* | bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28... | Pablo Galindo Salgado | 2021-10-13 | 1 | -0/+48 |
|
|
* | bpo-45434: Convert Py_GETENV() macro to a function (GH-28912) | Victor Stinner | 2021-10-13 | 1 | -0/+8 |
|
|
* | Fix typos in the Python directory (GH-28767) | Christian Clauss | 2021-10-06 | 1 | -3/+3 |
|
|
* | bpo-45211: Remember the stdlib dir during startup. (gh-28586) | Eric Snow | 2021-09-28 | 1 | -0/+5 |
|
|
* | bpo-45211: Move helpers from getpath.c to internal API. (gh-28550) | Eric Snow | 2021-09-27 | 1 | -5/+0 |
|
|
* | bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen... | Eric Snow | 2021-09-14 | 1 | -1/+59 |
|
|
* | bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767) | Dong-hee Na | 2021-08-17 | 1 | -0/+9 |
|
|
* | bpo-43950: Add option to opt-out of PEP-657 (GH-27023) | Ammar Askar | 2021-07-07 | 1 | -1/+20 |
|
|
* | bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) | Inada Naoki | 2021-03-29 | 1 | -1/+8 |
|
|
* | bpo-43268: Pass interp rather than tstate to internal functions (GH-24580) | Victor Stinner | 2021-02-19 | 1 | -3/+3 |
|
|
* | bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607) | Pablo Galindo | 2020-12-02 | 1 | -1/+2 |
|
|