summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/init_config.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-281-2/+2
* Doc: Replace question mark with fullstop (#99558)Rafael Fontenelle2022-11-181-1/+1
* gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...Eric Snow2022-10-261-2/+0
* gh-96512: Move int_max_str_digits setting to PyConfig (#96944)Gregory P. Smith2022-10-031-0/+18
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-0/+14
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...CAM Gerlach2022-06-091-3/+2
* gh-93103: Enhance PyConfig.parser_debug documentation (#93186)Victor Stinner2022-05-241-0/+3
* gh-92913: Fix typos in documentation (GH-93129)Steve Dower2022-05-231-3/+3
* gh-93103: Deprecate global configuration variable (#93104)Victor Stinner2022-05-231-7/+10
* gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...Steve Dower2022-05-191-4/+16
* Enhance PyConfig documentation (#92394)Victor Stinner2022-05-091-37/+46
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-9/+37
* More minor fixes to C API docs (GH-31714)Jelle Zijlstra2022-04-021-4/+4
* no-issue: Fix documentation typos. (GH-30576)Piotr Fusik2022-01-201-1/+1
* bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower2021-12-031-13/+28
* bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)Victor Stinner2021-12-021-3/+6
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-051-2/+2
* bpo-43950: Add option to opt-out of PEP-657 (GH-27023)Ammar Askar2021-07-071-0/+10
* bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)Victor Stinner2021-06-231-1/+4
* bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)Victor Stinner2021-04-291-8/+11
* bpo-43862: Enhance -W cmdline option documentation (GH-25439)Victor Stinner2021-04-161-0/+7
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-4/+4
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-121-1/+1
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-7/+12
* bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)Inada Naoki2021-03-291-0/+9
* bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)Victor Stinner2020-11-101-17/+21
* bpo-42260: PyConfig_Read() only parses argv once (GH-23168)Victor Stinner2020-11-051-92/+104
* bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)Victor Stinner2020-11-041-0/+2
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-126/+463
* bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)Victor Stinner2020-11-011-5/+47
* Doc: Minor fix to init config C API documentation (GH-21198)tomerv2020-07-011-2/+2
* bpo-23427: Add sys.orig_argv attribute (GH-20729)Victor Stinner2020-06-291-0/+21
* bpo-40939: Remove the old parser (GH-20768)Pablo Galindo2020-06-111-10/+0
* bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)Victor Stinner2020-06-081-1/+1
* bpo-40910: Export Py_GetArgcArgv() function (GH-20721)Victor Stinner2020-06-081-0/+9
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Sandro Mani2020-06-081-0/+9
* bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)Victor Stinner2020-05-011-0/+2
* bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)Victor Stinner2020-04-231-0/+10
* bpo-36465: Update doc of init_config.rst (GH-18520)Hai Shi2020-02-171-1/+1
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-8/+4
* bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)Victor Stinner2020-01-241-1/+1
* bpo-39136: Fixed typos (GH-17720)Gurupad Hegde2019-12-281-1/+1
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-301-3/+3
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Victor Stinner2019-10-011-25/+10
* bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)Victor Stinner2019-10-011-36/+3
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Victor Stinner2019-09-291-1/+7
* bpo-38304: Add PyConfig.struct_size (GH-16451)Victor Stinner2019-09-281-5/+39
* bpo-38234: Complete init config documentation (GH-16404)Victor Stinner2019-09-261-23/+37
* bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)Victor Stinner2019-09-261-5/+14
* bpo-38236: Dump path config at first import error (GH-16300)Victor Stinner2019-09-231-1/+11