summaryrefslogtreecommitdiffstats
path: root/Misc/python.man
Commit message (Expand)AuthorAgeFilesLines
* gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)Brett Simmers2024-03-111-0/+4
* gh-73965: New environment variable PYTHON_HISTORY (#13208)Zackery Spytz2024-01-071-0/+3
* gh-112730: Update docs for colour env vars (#112837)Hugo van Kemenade2023-12-141-0/+3
* GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)Adam Turner2023-08-161-2/+2
* gh-95778: add doc missing in some places (GH-100627)Éric2022-12-301-0/+9
* gh-90300: split --help output into separate options (#30331)Éric2022-06-011-2/+25
* gh-93217: fix some issues in man page and --help (#93219)Éric2022-05-261-3/+16
* gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)Gregory P. Smith2022-05-091-3/+0
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-1/+13
* bpo-44584: Deprecate PYTHONTHREADDEBUG env var (GH-27065)Victor Stinner2021-08-061-0/+1
* bpo-43862: Enhance -W cmdline option documentation (GH-25439)Victor Stinner2021-04-161-56/+61
* Disambiguate that -m also terminates the option list in the manpage. (GH-25100)Julien Palard2021-03-311-1/+2
* bpo-41525: Make the Python program help ASCII-only (GH-21836)Serhiy Storchaka2020-09-091-1/+1
* bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...Sandro Mani2020-06-081-0/+2
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-031-4/+0
* bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131)Pablo Galindo2020-01-231-1/+39
* bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1...Serhiy Storchaka2019-08-241-1/+1
* closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017)Miro Hrončok2019-02-251-1/+5
* bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)Stéphane Wirtel2018-07-291-0/+3
* bpo-24459: Document missing env variables in python.man (GH-4142)Berker Peksag2018-07-091-0/+67
* pypi.python.org -> pypi.org (GH-7613)Ned Deily2018-06-111-1/+1
* bpo-17232: Clarify docs for -O and -OO command line options (#5839)Cheryl Sabella2018-02-251-2/+5
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+8
* bpo-32124: Document C functions safe before init (#4540)Victor Stinner2017-11-241-1/+1
* bpo-28647: Update -u documentation after bpo-30404 (GH-3961)Berker Peksag2017-10-131-7/+2
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-1/+1
* Issue #28532: Show sys.version when -V option is supplied twiceINADA Naoki2016-11-211-1/+2
* Issue #28396: Remove any mention of .pyo files from the man page.Brett Cannon2016-10-211-2/+2
* merge 3.4 (#17167)Benjamin Peterson2016-03-221-1/+1
|\
| * remove useless $ keyword (closes #17167)Benjamin Peterson2016-03-221-1/+1
* | Issue #25899: Converted non-ASCII characters in docstrings and manpageSerhiy Storchaka2015-12-181-1/+1
* | merge 3.4Benjamin Peterson2015-05-111-1/+1
|\ \ | |/
| * add trailing slashBenjamin Peterson2015-05-111-1/+1
* | merge 3.4Benjamin Peterson2015-04-301-6/+6
|\ \ | |/
| * update linksBenjamin Peterson2015-04-301-6/+6
* | merge 3.4Benjamin Peterson2015-04-291-2/+1
|\ \ | |/
| * improve phrasingBenjamin Peterson2015-04-291-2/+1
* | Issue #24077: merge from 3.4Ned Deily2015-04-291-1/+1
|\ \ | |/
| * Issue #24077: Fix typo in man page for -I command option: -s, not -S.Ned Deily2015-04-291-1/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-14/+11
|/
* PYTHONY2K is long gone. Remove traces from the docs and manpage.Georg Brandl2014-10-281-5/+0
* Issue #16400: Add command line option for isolated mode.Christian Heimes2013-08-101-2/+12
* #16937: document that stdin is always buffered, even when -u is used. Patch ...Ezio Melotti2013-07-251-1/+2
* Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18
* Do not italicize punctuation in python(1) manual page (Matt Kraai).doko@ubuntu.com2012-06-201-6/+6
* enable hash randomization by defaultBenjamin Peterson2012-02-211-20/+3
* Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+29
|\
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+29
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+29
* | | Merge 3.2Éric Araujo2011-11-291-1/+1
|\ \ \ | |/ /