COMMITS
/ Misc/python.man March 16, 2026
M
gh-145649: Fix man page text wrapping for -X option (#145656)
Matt Van Horn committed
May 9, 2025
S
Manpage: -X gil is not related to PYTHON_HISTORY (#133753)
Stefano Rivera committed
May 6, 2025
April 9, 2025
S
Escape hyphens in manpage (#132291)
Stefano Rivera committed
February 14, 2025
S
Correct typo in GH-129623 (#130079)
Stefano Rivera committed
February 12, 2025
S
Update manpage environment variables and command line arguments (#129623)
Stefano Rivera committed
June 29, 2024
W
gh-121101: Document -Wall option (an alias for -Walways) (#121102)
Wim Jeantine-Glenn committed
March 11, 2024
B
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers committed
January 7, 2024
Z
gh-73965: New environment variable PYTHON_HISTORY (#13208)
Zackery Spytz committed
December 14, 2023
H
gh-112730: Update docs for colour env vars (#112837)
Hugo van Kemenade committed
August 16, 2023
A
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)
Adam Turner committed
December 30, 2022
É
gh-95778: add doc missing in some places (GH-100627)
Éric committed
June 1, 2022
É
gh-90300: split --help output into separate options (#30331)
Éric committed
May 26, 2022
É
gh-93217: fix some issues in man page and --help (#93219)
Éric 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
August 6, 2021
V
bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)
Victor Stinner committed
April 16, 2021
V
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner committed
March 31, 2021
J
Disambiguate that -m also terminates the option list in the manpage. (GH-25100)
Julien Palard committed
September 9, 2020
S
bpo-41525: Make the Python program help ASCII-only (GH-21836)
Serhiy Storchaka committed
June 8, 2020
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 23, 2020
P
bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)
Pablo Galindo committed
August 24, 2019
S
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
Serhiy Storchaka committed
February 25, 2019
M
closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)
Miro Hrončok committed
July 29, 2018
S
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Stéphane Wirtel committed
July 9, 2018
B
bpo-24459: Document missing env variables in python.man (GH-4142)
Berker Peksag committed
June 11, 2018
N
pypi.python.org -> pypi.org (GH-7613)
Ned Deily committed
February 25, 2018
C
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
November 24, 2017
V
bpo-32124: Document C functions safe before init (#4540)
Victor Stinner committed
October 13, 2017
B
bpo-28647: Update -u documentation after bpo-30404 (GH-3961)
Berker Peksag committed
August 30, 2017
L
bpo-30737: Update DevGuide links to new URL (GH-3228)
Lisa Hewus Fresh committed
November 21, 2016
I
Issue #28532: Show sys.version when -V option is supplied twice
INADA Naoki committed
October 21, 2016
B
Issue #28396: Remove any mention of .pyo files from the man page.
Brett Cannon committed
March 22, 2016
B
merge 3.4 (#17167)
Benjamin Peterson committed
B
remove useless $ keyword (closes #17167)
Benjamin Peterson committed
December 18, 2015
S
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka committed
May 11, 2015
B
add trailing slash
Benjamin Peterson committed
April 30, 2015
B
update links
Benjamin Peterson committed
April 29, 2015
B
improve phrasing
Benjamin Peterson committed
N
Issue #24077: merge from 3.4
Ned Deily committed
N
Issue #24077: Fix typo in man page for -I command option: -s, not -S.
Ned Deily committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
October 28, 2014
G
PYTHONY2K is long gone. Remove traces from the docs and manpage.
Georg Brandl committed
August 10, 2013
C
Issue #16400: Add command line option for isolated mode.
Christian Heimes committed
July 25, 2013
E
#16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat.
Ezio Melotti committed