| Commit message (Expand) | Author | Age | Files | Lines |
* | Linkify PEP 8 in unix.rst (GH-10482) | Miss Islington (bot) | 2018-11-12 | 1 | -1/+1 |
|
|
* | [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation... | Stéphane Wirtel | 2018-05-16 | 1 | -1/+1 |
|
|
* | Fix installation instructions for *nix (GH-5605) | Miss Islington (bot) | 2018-02-14 | 1 | -2/+4 |
|
|
* | bpo-32050: Fix -x option documentation (#4423) | Victor Stinner | 2017-11-20 | 1 | -2/+0 |
|
|
* | [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) | Victor Stinner | 2017-10-17 | 1 | -0/+7 |
|
|
* | bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932) | Victor Stinner | 2017-10-17 | 1 | -0/+7 |
|
|
* | bpo-27470: Improve doc for commandline -3 option | Subhendu Ghosh | 2017-08-04 | 1 | -1/+3 |
|
|
* | Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) | csabella | 2017-06-14 | 1 | -1/+1 |
|
|
* | bpo-11681: Document the `-b` and `-bb` options (GH-1562) | Zachary Ware | 2017-05-13 | 1 | -1/+14 |
|
|
* | issue26149 - Point to Wiki for Editors and Python IDEs on Unix. | Senthil Kumaran | 2017-01-25 | 1 | -12/+7 |
|
|
* | Issue #26638: Cannot directly link to main option from the “timeit” module | Martin Panter | 2016-10-30 | 1 | -0/+1 |
|
|
* | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -3/+3 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 3 | -9/+9 |
|
|
* | Issue #25910: Fixed more links in the docs. | Serhiy Storchaka | 2016-04-11 | 1 | -2/+2 |
|
|
* | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ... | Georg Brandl | 2016-02-26 | 3 | -14/+14 |
|
|
* | Issue #23857: Implement PEP 493 | Nick Coghlan | 2016-03-20 | 1 | -0/+11 |
|
|
* | Marked keystrokes with the :kbd: role. | Serhiy Storchaka | 2015-09-12 | 1 | -1/+1 |
|
|
* | Issue #24962: Remove space from filename | Zachary Ware | 2015-08-30 | 1 | -2/+3 |
|
|
* | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-10 | 1 | -2/+6 |
|
|
* | Issue 22878: PEP 477 - "make install" and "make altinstall" integration | Ned Deily | 2014-11-20 | 1 | -0/+2 |
|
|
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -2/+2 |
|
|
* | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 4 | -15/+13 |
|
|
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 3 | -10/+10 |
|
|
* | Fix link to ABOP install chapter. | Georg Brandl | 2014-10-28 | 1 | -2/+2 |
|
|
* | Update Opensolaris advice to OpenCSW instead of defunct Blastwave. | Georg Brandl | 2014-10-28 | 1 | -3/+2 |
|
|
* | remove list of example incompatibilities (closes #21434) | Benjamin Peterson | 2014-05-26 | 1 | -12/+3 |
|
|
* | Update using/mac documentation which was still on 2.5. | Georg Brandl | 2013-04-14 | 1 | -8/+6 |
|
|
* | #17686: fix broken link in Doc/using/unix.rst. Patch by Dan Riti. | Ezio Melotti | 2013-04-13 | 1 | -1/+1 |
|
|
* | Issue #15116: Remove references to appscript as it is no longer being | Ned Deily | 2013-02-02 | 1 | -14/+0 |
|
|
* | Add missing label. | Georg Brandl | 2012-12-22 | 1 | -0/+2 |
|
|
* | Issue #9583: Document startup option/environment interaction. | Andrew Svetlov | 2012-10-17 | 1 | -2/+4 |
|
|
* | update Geany URL; thanks to Karl Tarbet from docs@ | Sandro Tosi | 2012-08-12 | 1 | -1/+1 |
|
|
* | State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B | Éric Araujo | 2012-02-26 | 1 | -1/+2 |
|
|
* | merge with 2.6 | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|\ |
|
| * | Remove reST markup from --help output. Also: O(n**2) is dict construction, n... | Georg Brandl | 2012-02-21 | 1 | -1/+1 |
|
|
* | | merge 2.6 with hash randomization fix | Benjamin Peterson | 2012-02-21 | 1 | -1/+45 |
|\ \
| |/ |
|
| * | - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED | Barry Warsaw | 2012-02-21 | 1 | -1/+45 |
|
|
| * | Merged revisions 82548,82634-82635 via svnmerge from | Georg Brandl | 2010-07-09 | 1 | -1/+1 |
|
|
| * | Merged revisions 79797 via svnmerge from | Ezio Melotti | 2010-04-05 | 1 | -1/+1 |
|
|
| * | Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-... | Georg Brandl | 2010-03-21 | 1 | -6/+7 |
|
|
| * | Merged revisions 77992 via svnmerge from | Barry Warsaw | 2010-02-05 | 1 | -5/+23 |
|
|
| * | Merged revisions 77198 via svnmerge from | Brett Cannon | 2010-01-01 | 1 | -2/+4 |
|
|
| * | Merged revisions 76904 via svnmerge from | Ezio Melotti | 2009-12-19 | 2 | -3/+3 |
|
|
| * | Merged revisions 75363,75365,75376,75392,75394,75403,75418,75484,75572,75580,... | Georg Brandl | 2009-10-27 | 2 | -5/+4 |
|
|
| * | Merged revisions 74209 via svnmerge from | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 73286,73294,73296,73459,73462-73463,73544,73576-73577,73595-... | Georg Brandl | 2009-10-27 | 1 | -1/+1 |
|
|
| * | Merged revisions 74787 via svnmerge from | Ezio Melotti | 2009-09-14 | 1 | -1/+1 |
|
|
| * | Merged revisions 72007-72010,72036-72037 via svnmerge from | Georg Brandl | 2009-04-28 | 1 | -1/+1 |
|
|
| * | Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,... | Georg Brandl | 2009-04-05 | 1 | -0/+1 |
|
|
| * | Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,... | Georg Brandl | 2009-01-14 | 1 | -1/+2 |
|
|