COMMITS
/ Doc/using/cmdline.rst 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
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
May 13, 2019
U
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta committed
April 24, 2019
V
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner committed
April 12, 2019
V
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
September 19, 2018
V
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
Victor Stinner committed
September 18, 2018
V
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner committed
June 16, 2018
X
bpo-33859: Fix spelling mistakes in docs. (GH-7691)
Xtreak committed
C
June 9, 2018
N
bpo-33409: Clarify PEP 538/540 relationship (GH-7534)
Nick Coghlan committed