| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-41525: Make the Python program help ASCII-only (GH-21836) | Serhiy Storchaka | 2020-09-09 | 1 | -1/+1 |
* | bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2... | Sandro Mani | 2020-06-08 | 1 | -0/+2 |
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -4/+0 |
* | bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) | Pablo Galindo | 2020-01-22 | 1 | -1/+39 |
* | bpo-29535: Remove promize about hash randomization of datetime objects. (GH-1... | Serhiy Storchaka | 2019-08-24 | 1 | -1/+1 |
* | closes bpo-36083: Fix formatting of the manpage Synopsis. (GH-12017) | Miro Hrončok | 2019-02-24 | 1 | -1/+5 |
* | bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) | Stéphane Wirtel | 2018-07-29 | 1 | -0/+3 |
* | bpo-24459: Document missing env variables in python.man (GH-4142) | Berker Peksag | 2018-07-09 | 1 | -0/+67 |
* | pypi.python.org -> pypi.org (GH-7613) | Ned Deily | 2018-06-11 | 1 | -1/+1 |
* | bpo-17232: Clarify docs for -O and -OO command line options (#5839) | Cheryl Sabella | 2018-02-24 | 1 | -2/+5 |
* | closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) | Benjamin Peterson | 2017-12-09 | 1 | -0/+8 |
* | bpo-32124: Document C functions safe before init (#4540) | Victor Stinner | 2017-11-24 | 1 | -1/+1 |
* | bpo-28647: Update -u documentation after bpo-30404 (GH-3961) | Berker Peksag | 2017-10-13 | 1 | -7/+2 |
* | bpo-30737: Update DevGuide links to new URL (GH-3228) | Lisa Hewus Fresh | 2017-08-30 | 1 | -1/+1 |
* | Issue #28532: Show sys.version when -V option is supplied twice | INADA Naoki | 2016-11-21 | 1 | -1/+2 |
* | Issue #28396: Remove any mention of .pyo files from the man page. | Brett Cannon | 2016-10-21 | 1 | -2/+2 |
* | merge 3.4 (#17167) | Benjamin Peterson | 2016-03-21 | 1 | -1/+1 |
|\ |
|
| * | remove useless $ keyword (closes #17167) | Benjamin Peterson | 2016-03-21 | 1 | -1/+1 |
* | | Issue #25899: Converted non-ASCII characters in docstrings and manpage | Serhiy Storchaka | 2015-12-18 | 1 | -1/+1 |
* | | merge 3.4 | Benjamin Peterson | 2015-05-10 | 1 | -1/+1 |
|\| |
|
| * | add trailing slash | Benjamin Peterson | 2015-05-10 | 1 | -1/+1 |
* | | merge 3.4 | Benjamin Peterson | 2015-04-30 | 1 | -6/+6 |
|\| |
|
| * | update links | Benjamin Peterson | 2015-04-30 | 1 | -6/+6 |
* | | merge 3.4 | Benjamin Peterson | 2015-04-29 | 1 | -2/+1 |
|\| |
|
| * | improve phrasing | Benjamin Peterson | 2015-04-29 | 1 | -2/+1 |
* | | Issue #24077: merge from 3.4 | Ned Deily | 2015-04-29 | 1 | -1/+1 |
|\| |
|
| * | Issue #24077: Fix typo in man page for -I command option: -s, not -S. | Ned Deily | 2015-04-29 | 1 | -1/+1 |
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -14/+11 |
|/ |
|
* | PYTHONY2K is long gone. Remove traces from the docs and manpage. | Georg Brandl | 2014-10-28 | 1 | -5/+0 |
* | Issue #16400: Add command line option for isolated mode. | Christian Heimes | 2013-08-10 | 1 | -2/+12 |
* | #16937: document that stdin is always buffered, even when -u is used. Patch ... | Ezio Melotti | 2013-07-25 | 1 | -1/+2 |
* | Add -b and -X options to python man page. | Senthil Kumaran | 2013-06-19 | 1 | -4/+18 |
* | Do not italicize punctuation in python(1) manual page (Matt Kraai). | doko@ubuntu.com | 2012-06-20 | 1 | -6/+6 |
* | enable hash randomization by default | Benjamin Peterson | 2012-02-21 | 1 | -20/+3 |
* | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-21 | 1 | -0/+29 |
|\ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -0/+29 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -0/+29 |
* | | | Merge 3.2 | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
|\| | |
|
| * | | Fix last remaining references to ex-devguide | Éric Araujo | 2011-11-29 | 1 | -1/+1 |
* | | | Merge #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
|\| | |
|
| * | | Merge #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
| |\| |
|
| | * | #11971: fix man page; it's -OO not -O0 | R David Murray | 2011-05-01 | 1 | -2/+2 |
| | * | Merged revisions 85436 via svnmerge from | Benjamin Peterson | 2010-10-13 | 1 | -2/+11 |
| | * | Merged revisions 78959,79170,79175,79177,79180,79183,79186,79193,79581 via sv... | Georg Brandl | 2010-10-06 | 1 | -6/+6 |
| | * | Merged revisions 77877 via svnmerge from | Matthias Klose | 2010-01-31 | 1 | -5/+36 |
| | * | Merged revisions 74759-74760 via svnmerge from | Benjamin Peterson | 2009-09-13 | 1 | -5/+3 |
* | | | Remove traces of division_warning left over from Python 2 (#10998) | Éric Araujo | 2011-03-26 | 1 | -13/+0 |
* | | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 1 | -1/+3 |
|/ / |
|
* | | #1772833: add -q command line option. | Georg Brandl | 2010-12-04 | 1 | -0/+7 |
* | | put PYTHONIOENCODING in man page | Benjamin Peterson | 2010-10-13 | 1 | -2/+11 |