Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33922: Adding documentation for new "-64" suffix of Python launcher ↵ | mrh1997 | 2019-04-12 | 1 | -13/+23 |
| | | | | | (GH-7849) Since bpo-30291 it is possible to specify the architecture of Python when using the launcher | ||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -121/+226 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | Correct a couple of unbalanced parenthesis. (GH-10779) | Andre Delfino | 2018-12-05 | 1 | -2/+2 |
| | |||||
* | bpo-34317: Fix a dead url to Windows documentation (GH-8622) | HiyashiChuka | 2018-08-03 | 1 | -1/+1 |
| | |||||
* | Fix typos & formatting in Using Python on Windows doc (GH-8559) | Segev Finer | 2018-07-30 | 1 | -4/+4 |
| | |||||
* | bpo-33503: Fix the broken pypi link in the source and the documentation ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | (GH-6814) | ||||
* | Improve highlighting of some code blocks. (GH-6401) | Serhiy Storchaka | 2018-04-08 | 1 | -8/+12 |
| | |||||
* | bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399) | Steve Dower | 2018-01-28 | 1 | -4/+4 |
| | |||||
* | bpo-25910: Link redirections in docs (#1933) | Sanyam Khurana | 2018-01-20 | 1 | -4/+4 |
| | | | Fixes some redirection links in docs. | ||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -3/+3 |
| | |||||
* | bpo-30737: Update DevGuide links to new URL (GH-3228) | Lisa Hewus Fresh | 2017-08-30 | 1 | -1/+1 |
| | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org | ||||
* | Improve the grammar in windows.rst (GH-1330) | Wieland Hoffmann | 2017-04-28 | 1 | -3/+3 |
| | |||||
* | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+8 |
| | |||||
* | Close #28479: Fix reST syntax in windows.rst | Victor Stinner | 2016-10-19 | 1 | -4/+4 |
| | | | | Patch written by Julien Palard. | ||||
* | Issue #28218: Fixes versionadded description in using/windows.rst | Steve Dower | 2016-10-03 | 1 | -1/+1 |
| | |||||
* | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -11/+21 |
| | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | Add links from whatsnew to Windows docs. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Adds documentation for pythonXX.zip as a landmark. | Steve Dower | 2016-09-09 | 1 | -8/+13 |
| | |||||
* | Switch to using |version| substitition in Windows docs. | Steve Dower | 2016-09-09 | 1 | -9/+9 |
| | |||||
* | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -23/+30 |
| | |||||
* | Issue #27731: Opt-out of MAX_PATH on Windows 10 | Steve Dower | 2016-09-07 | 1 | -0/+25 |
| | |||||
* | Merge with 3.5 | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix half-finished sentence. | Zachary Ware | 2016-08-04 | 1 | -1/+1 |
| | | | | | | | | Reported by Linda Pescatore on docs@. | ||||
* | | Merge with 3.5 | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Correct typo in Windows docs. | Zachary Ware | 2016-07-29 | 1 | -1/+1 |
| | | | | | | | | Found by Jack Copper on docs@ | ||||
* | | Issue #27064: The py.exe launcher now defaults to Python 3. | Paul Moore | 2016-05-22 | 1 | -7/+15 |
|/ | | | | | The Windows launcher ``py.exe`` no longer prefers an installed Python 2 version over Python 3 by default when used interactively. | ||||
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -14/+14 |
| | | | | to SilentGhost for the patch. | ||||
* | Issue #25089: Adds short documentation section for modifying an install. | Steve Dower | 2016-01-16 | 1 | -0/+17 |
| | |||||
* | Issue #25874: Clarify platform support in the "Using Python on Windows" doc. | Brett Cannon | 2015-12-27 | 1 | -0/+8 |
| | | | | Thanks to Chris Wilcox for the initial patch. | ||||
* | Closes #25078: Document InstallAllUsers installer parameter default 0 | Steve Dower | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | Removes invalid installer options from documentation. | Steve Dower | 2015-09-11 | 1 | -2/+2 |
| | |||||
* | Adds documentation for the new Windows embedded package. | Steve Dower | 2015-08-08 | 1 | -4/+89 |
| | |||||
* | Adds support for an unattend.xml file to control the Windows installer options. | Steve Dower | 2015-07-18 | 1 | -0/+14 |
| | |||||
* | Adds option to only install the launcher. | Steve Dower | 2015-07-18 | 1 | -0/+3 |
| | |||||
* | Adds option to install launcher for all users even when installing Python ↵ | Steve Dower | 2015-07-16 | 1 | -2/+10 |
| | | | | | | | just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. Enables installer builds with the the text marker. Allows simple installs to include a custom description. | ||||
* | Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup ↵ | Steve Dower | 2015-05-22 | 1 | -3/+18 |
| | | | | | | for generating sys.path. Also cleans up and secures getpathp.c | ||||
* | Enables shortcuts to be deselected when installing on Windows. | Steve Dower | 2015-05-03 | 1 | -0/+3 |
| | |||||
* | Updates documentation for installing Python on Windows. | Steve Dower | 2015-05-03 | 1 | -24/+22 |
| | |||||
* | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -4/+2 |
| | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | ||||
* | Add a versionadded directive for PEP 486. | Berker Peksag | 2015-03-02 | 1 | -0/+2 |
| | |||||
* | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵ | Steve Dower | 2015-02-26 | 1 | -0/+20 |
| | | | | environments (patch by Paul Moore) | ||||
* | Issue #23260: Update Windows installer | Steve Dower | 2015-02-06 | 1 | -168/+339 |
| | |||||
* | 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 | 1 | -7/+6 |
| | |||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -5/+5 |
| | |||||
* | Fix link to ABOP install chapter. | Georg Brandl | 2014-10-28 | 1 | -2/+2 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+4 |
| | |||||
* | Issue #20265: Merge with 3.3 | Zachary Ware | 2014-01-17 | 1 | -13/+10 |
|\ |