COMMITS
/ Doc/using/cmdline.rst April 8, 2025
M
[3.12] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119286)
Miss Islington (bot) committed
August 30, 2024
W
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang committed
August 7, 2024
M
[3.12] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122784)
Miss Islington (bot) committed
July 22, 2024
Ł
[3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117)
Łukasz Langa committed
June 29, 2024
M
[3.12] gh-121101: Document -Wall option (an alias for -Walways) (GH-121102) (#121147)
Miss Islington (bot) committed
April 15, 2024
S
[3.12] gh-115664: Reorganize versionadded directives for -X options (GH-116304) (GH-117900)
Serhiy Storchaka committed
March 13, 2024
M
[3.12] gh-90300: Fix cmdline.rst (GH-116721) (GH-116724)
Miss Islington (bot) committed
March 7, 2024
S
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450)
Serhiy Storchaka committed
January 10, 2024
M
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Miss Islington (bot) committed
December 12, 2023
M
[3.12] gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000) (GH-113019)
Miss Islington (bot) committed
October 14, 2023
M
[3.12] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#110855)
Miss Islington (bot) committed
October 3, 2023
A
[3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#110302)
Adam Turner committed
October 2, 2023
M
[3.12] GH-92584: Move installation schemes overview to sysconfig docs (GH-108018) (#110213)
Miss Islington (bot) committed
August 17, 2023
A
August 16, 2023
M
[3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108040) (#108060)
Miss Islington (bot) committed
July 21, 2023
S
[3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106951)
Serhiy Storchaka committed
July 1, 2023
M
[3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-106296) (#106298)
Miss Islington (bot) committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
April 12, 2023
F
GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Furkan Onder committed
October 27, 2022
E
gh-96143: Improve perf profiler docs (#96445)
Erlend E. Aasland committed
September 19, 2022
G
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
August 30, 2022
P
gh-96143: Add some comments and minor fixes missed in the original PR (#96433)
Pablo Galindo Salgado committed
P
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado committed
August 4, 2022
S
gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527)
Serhiy Storchaka committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
June 1, 2022
É
gh-90300: split --help output into separate options (#30331)
Éric committed
May 24, 2022
V
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner committed
May 9, 2022
G
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith committed
May 5, 2022
V
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner committed
October 16, 2021
October 5, 2021
C
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss committed
September 28, 2021
S
[docs] Improve the markup of powers (GH-28598)
Serhiy Storchaka committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
September 14, 2021
August 17, 2021
D
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na committed
August 6, 2021
V
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner committed
July 7, 2021
A
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar 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 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 2, 2020
V
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner committed
October 19, 2020
S
bpo-41192: Fix some broken anchors for audit event entries (#21310)
Saiyang Gou committed
June 12, 2020
N
bpo-33944: site: Add site-packages tracing in verbose mode (GH-12110)
native-api 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
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed