COMMITS
/ Doc/using/cmdline.rst 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
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed
March 8, 2020
J
fix typo: add space (GH-18853)
Julin S committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 28, 2020
I
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki committed
January 24, 2020
V
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner committed
November 15, 2019
J
Updated missing periods in cmdline.rst (GH-17173)
Jules Lasne (jlasne) committed
September 14, 2019
August 24, 2019
S
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Serhiy Storchaka committed
July 1, 2019
S
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower committed
June 25, 2019
V
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner committed