COMMITS
/ Doc/c-api/init_config.rst September 5, 2024
M
[3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)
Miss Islington (bot) committed
July 22, 2024
R
[3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)
Russell Keith-Magee committed
August 22, 2023
M
[3.12] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108284)
Miss Islington (bot) committed
August 8, 2023
M
[3.12] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) (#107752)
Miss Islington (bot) committed
July 28, 2023
S
[3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380)
Serhiy Storchaka committed
S
[3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376)
Serhiy Storchaka committed
July 26, 2023
M
[3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)
Miss Islington (bot) committed
January 28, 2023
P
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie committed
November 18, 2022
R
Doc: Replace question mark with fullstop (#99558)
Rafael Fontenelle committed
October 26, 2022
E
October 3, 2022
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
August 30, 2022
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
June 9, 2022
C
Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791)
CAM Gerlach committed
May 24, 2022
V
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner committed
May 23, 2022
S
gh-92913: Fix typos in documentation (GH-93129)
Steve Dower committed
V
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner committed
May 19, 2022
S
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (GH-92980)
Steve Dower committed
May 9, 2022
V
Enhance PyConfig documentation (#92394)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
April 2, 2022
J
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra committed
January 20, 2022
P
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik committed
December 3, 2021
S
bpo-45582: Port getpath[p].c to Python (GH-29041)
Steve Dower committed
December 2, 2021
V
bpo-45954: Rename PyConfig.no_debug_ranges to code_debug_ranges (GH-29886)
Victor Stinner committed
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
June 23, 2021
V
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874)
Victor Stinner committed
April 29, 2021
V
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner committed
April 16, 2021
V
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner committed
April 12, 2021
V
bpo-43774: Add more links to configure options (GH-25363)
Victor Stinner committed
P
Fix Sphinx errors in the documentation and re-activate the suspicious check (GH-25368)
Pablo Galindo committed
April 8, 2021
V
bpo-43774: Document configure options (GH-25283)
Victor Stinner committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
November 5, 2020
V
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
November 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
November 1, 2020
V
bpo-42236: Use UTF-8 encoding if nl_langinfo(CODESET) fails (GH-23086)
Victor Stinner committed
July 1, 2020
T
Doc: Minor fix to init config C API documentation (GH-21198)
tomerv committed
June 29, 2020
V
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
June 8, 2020
V
bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735)
Victor Stinner committed
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 1, 2020
V
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
February 17, 2020
H
bpo-36465: Update doc of init_config.rst (GH-18520)
Hai Shi committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
December 28, 2019
G
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde committed
October 30, 2019
S
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka committed