summaryrefslogtreecommitdiffstats
path: root/Doc/using/windows.rst
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher ↵mrh19972019-04-121-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 Dower2018-12-111-121/+226
| | | Also adds the PC/layout script for generating layouts on Windows.
* Correct a couple of unbalanced parenthesis. (GH-10779)Andre Delfino2018-12-051-2/+2
|
* bpo-34317: Fix a dead url to Windows documentation (GH-8622)HiyashiChuka2018-08-031-1/+1
|
* Fix typos & formatting in Using Python on Windows doc (GH-8559)Segev Finer2018-07-301-4/+4
|
* bpo-33503: Fix the broken pypi link in the source and the documentation ↵Stéphane Wirtel2018-05-151-1/+1
| | | | (GH-6814)
* Improve highlighting of some code blocks. (GH-6401)Serhiy Storchaka2018-04-081-8/+12
|
* bpo-32699: Improves doc for .pth files in presense of a ._pth file (#5399)Steve Dower2018-01-281-4/+4
|
* bpo-25910: Link redirections in docs (#1933)Sanyam Khurana2018-01-201-4/+4
| | | Fixes some redirection links in docs.
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-3/+3
|
* bpo-30737: Update DevGuide links to new URL (GH-3228)Lisa Hewus Fresh2017-08-301-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 Hoffmann2017-04-281-3/+3
|
* Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+8
|
* Close #28479: Fix reST syntax in windows.rstVictor Stinner2016-10-191-4/+4
| | | | Patch written by Julien Palard.
* Issue #28218: Fixes versionadded description in using/windows.rstSteve Dower2016-10-031-1/+1
|
* Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-11/+21
| | | | Issue #28138: Windows ._pth file should allow import site
* Add links from whatsnew to Windows docs.Steve Dower2016-09-091-1/+1
|
* Adds documentation for pythonXX.zip as a landmark.Steve Dower2016-09-091-8/+13
|
* Switch to using |version| substitition in Windows docs.Steve Dower2016-09-091-9/+9
|
* Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-23/+30
|
* Issue #27731: Opt-out of MAX_PATH on Windows 10Steve Dower2016-09-071-0/+25
|
* Merge with 3.5Zachary Ware2016-08-041-1/+1
|\
| * Fix half-finished sentence.Zachary Ware2016-08-041-1/+1
| | | | | | | | Reported by Linda Pescatore on docs@.
* | Merge with 3.5Zachary Ware2016-07-291-1/+1
|\ \ | |/
| * Correct typo in Windows docs.Zachary Ware2016-07-291-1/+1
| | | | | | | | Found by Jack Copper on docs@
* | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-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 Storchaka2016-05-071-2/+2
|
* Issue #25910: Fixed more links in the docs.Serhiy Storchaka2016-04-111-2/+2
|
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-14/+14
| | | | to SilentGhost for the patch.
* Issue #25089: Adds short documentation section for modifying an install.Steve Dower2016-01-161-0/+17
|
* Issue #25874: Clarify platform support in the "Using Python on Windows" doc.Brett Cannon2015-12-271-0/+8
| | | | Thanks to Chris Wilcox for the initial patch.
* Closes #25078: Document InstallAllUsers installer parameter default 0Steve Dower2015-09-131-1/+1
|
* Removes invalid installer options from documentation.Steve Dower2015-09-111-2/+2
|
* Adds documentation for the new Windows embedded package.Steve Dower2015-08-081-4/+89
|
* Adds support for an unattend.xml file to control the Windows installer options.Steve Dower2015-07-181-0/+14
|
* Adds option to only install the launcher.Steve Dower2015-07-181-0/+3
|
* Adds option to install launcher for all users even when installing Python ↵Steve Dower2015-07-161-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 Dower2015-05-221-3/+18
| | | | | | for generating sys.path. Also cleans up and secures getpathp.c
* Enables shortcuts to be deselected when installing on Windows.Steve Dower2015-05-031-0/+3
|
* Updates documentation for installing Python on Windows.Steve Dower2015-05-031-24/+22
|
* Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-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 Peksag2015-03-021-0/+2
|
* Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵Steve Dower2015-02-261-0/+20
| | | | environments (patch by Paul Moore)
* Issue #23260: Update Windows installerSteve Dower2015-02-061-168/+339
|
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-2/+2
|
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-7/+6
|
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-5/+5
|
* Fix link to ABOP install chapter.Georg Brandl2014-10-281-2/+2
|
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-0/+4
|
* Issue #20265: Merge with 3.3Zachary Ware2014-01-171-13/+10
|\