COMMITS
/ Python/initconfig.c March 19, 2024
S
[3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034)
Serhiy Storchaka committed
March 14, 2024
M
[3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) (GH-116797) (GH-116803)
Miss Islington (bot) committed
M
[3.11] gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756) (GH-116786) (GH-116796)
Miss Islington (bot) committed
S
March 13, 2024
M
[3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725)
Miss Islington (bot) committed
March 6, 2024
Ł
[3.11] gh-90300: Reformat the Python CLI help output (GH-115847) (GH-116418)
Łukasz Langa committed
July 5, 2023
M
[3.11] Document PYTHONSAFEPATH along side -P (GH-106122) (#106353)
Miss Islington (bot) committed
December 30, 2022
M
gh-95778: add doc missing in some places (GH-100627)
Miss Islington (bot) committed
September 26, 2022
M
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Miss Islington (bot) committed
September 2, 2022
G
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith committed
July 31, 2022
M
bpo-45445: Revert "bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)" (GH-94745)
Miss Islington (bot) committed
July 19, 2022
M
gh-91256: Ensure help text has the program name even before getpath is called (GH-94929)
Miss Islington (bot) committed
June 14, 2022
M
gh-90300: split --help output into separate options (GH-30331)
Miss Islington (bot) committed
May 26, 2022
M
gh-93217: fix some issues in man page and --help (GH-93219)
Miss Islington (bot) committed
May 6, 2022
V
gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358)
Victor Stinner committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
May 3, 2022
K
GH-91173: disable frozen modules in debug builds (#92023)
Kumar Aditya committed
April 20, 2022
V
gh-91731: Replace Py_BUILD_ASSERT() with static_assert() (#91730)
Victor Stinner committed
April 9, 2022
I
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki 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 16, 2021
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
P
bpo-45445: Fail if an invalid X-option is provided in the command line (GH-28823)
Pablo Galindo Salgado committed
V
bpo-45434: Convert Py_GETENV() macro to a function (GH-28912)
Victor Stinner committed
October 6, 2021
C
Fix typos in the Python directory (GH-28767)
Christian Clauss committed
September 28, 2021
E
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow committed
September 27, 2021
E
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow committed
September 14, 2021
August 17, 2021
D
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
December 2, 2020
P
bpo-42521: Add note about 'Python -d' only working on debug builds (GH-23607)
Pablo Galindo committed
November 24, 2020
S
bpo-42260: Improve error handling in _PyConfig_FromDict (GH-23488)
Serhiy Storchaka committed
November 10, 2020
V
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner committed
V
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner committed
November 5, 2020
V
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner committed
V
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner committed
November 4, 2020
V
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner committed
V
bpo-42236: os.device_encoding() respects UTF-8 Mode (GH-23119)
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
V
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner committed
October 31, 2020
V
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner committed
September 21, 2020
S
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Samuel Marks committed
September 9, 2020
V
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Victor Stinner committed
S
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka committed
July 7, 2020
V
bpo-29778: test_embed tests the path configuration (GH-21306)
Victor Stinner committed
June 29, 2020
V
bpo-23427: Add sys.orig_argv attribute (GH-20729)
Victor Stinner committed