COMMITS
/ Misc/python.man 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
June 20, 2013
S
Add -b and -X options to python man page.
Senthil Kumaran committed
June 20, 2012
D
Do not italicize punctuation in python(1) manual page (Matt Kraai).
doko@ubuntu.com committed
February 21, 2012
B
enable hash randomization by default
Benjamin Peterson committed
February 20, 2012
G
Merge 3.2: Issue #13703 plus some related test suite fixes.
Georg Brandl committed
G
G
Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
Georg Brandl committed
November 29, 2011
É
Fix last remaining references to ex-devguide
Éric Araujo committed
May 1, 2011
R
Merge #11971: fix man page; it's -OO not -O0
R David Murray committed
R
Merge #11971: fix man page; it's -OO not -O0
R David Murray committed
R
#11971: fix man page; it's -OO not -O0
R David Murray committed