aboutsummaryrefslogtreecommitdiff
path: root/Python/initconfig.c
AgeCommit message (Expand)Author
2022-12-30gh-95778: add doc missing in some places (GH-100627)Miss Islington (bot)
2022-09-26gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)Miss Islington (bot)
2022-09-02[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith
2022-07-31bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the ...Miss Islington (bot)
2022-07-19gh-91256: Ensure help text has the program name even before getpath is called...Miss Islington (bot)
2022-06-14gh-90300: split --help output into separate options (GH-30331)Miss Islington (bot)
2022-05-26gh-93217: fix some issues in man page and --help (GH-93219)Miss Islington (bot)
2022-05-06gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)Victor Stinner
2022-05-06gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner
2022-05-03GH-91173: disable frozen modules in debug builds (#92023)Kumar Aditya
2022-04-20gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)Victor Stinner
2022-04-09bpo-47000: Add `locale.getencoding()` (GH-32068)Inada Naoki
2021-12-03bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower
2021-12-02bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)Victor Stinner
2021-10-16bpo-45020: Default to using frozen modules unless running from source tree. (...Eric Snow
2021-10-13bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)Victor Stinner
2021-10-13bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28...Pablo Galindo Salgado
2021-10-13bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)Victor Stinner
2021-10-06Fix typos in the Python directory (GH-28767)Christian Clauss
2021-09-28bpo-45211: Remember the stdlib dir during startup. (gh-28586)Eric Snow
2021-09-27bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)Eric Snow
2021-09-14bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow
2021-08-18bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)Dong-hee Na
2021-07-07bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar
2021-03-29bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki
2021-02-19bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)Victor Stinner
2020-12-02bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)Pablo Galindo
2020-11-24bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)Serhiy Storchaka
2020-11-10bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)Victor Stinner
2020-11-10bpo-42260: Compute the path config in the main init (GH-23211)Victor Stinner
2020-11-05bpo-42260: PyConfig_Read() only parses argv once (GH-23168)Victor Stinner
2020-11-05bpo-42260: Add _PyConfig_FromDict() (GH-23167)Victor Stinner
2020-11-05bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)Victor Stinner
2020-11-04bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)Victor Stinner
2020-11-02bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner
2020-11-01bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)Victor Stinner
2020-11-01bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)Victor Stinner
2020-10-31bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)Victor Stinner
2020-09-21bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)Samuel Marks
2020-09-09Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)Victor Stinner
2020-09-09bpo-41525: Make the Python program help ASCII-only (GH-21836)Serhiy Storchaka
2020-07-08bpo-29778: test_embed tests the path configuration (GH-21306)Victor Stinner
2020-06-30bpo-23427: Add sys.orig_argv attribute (GH-20729)Victor Stinner
2020-06-15bpo-40910: PyConfig_Clear() clears _orig_argv (GH-20886)Victor Stinner
2020-06-11bpo-40939: Remove the old parser (GH-20768)Pablo Galindo
2020-06-08bpo-40910: Export Py_GetArgcArgv() function (GH-20721)Victor Stinner
2020-06-08bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Sandro Mani
2020-05-01bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)Victor Stinner
2020-04-23bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner
2020-04-22bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo