summaryrefslogtreecommitdiffstats
path: root/Doc/using/windows.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* | Merge with 3.5Zachary Ware2016-07-291-1/+1
|\ \ | |/
| * Correct typo in Windows docs.Zachary Ware2016-07-291-1/+1
* | Issue #27064: The py.exe launcher now defaults to Python 3.Paul Moore2016-05-221-7/+15
|/
* 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
* 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
* 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 jus...Steve Dower2015-07-161-2/+10
* Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...Steve Dower2015-05-221-3/+18
* 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
* 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 e...Steve Dower2015-02-261-0/+20
* 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
|\
| * Issue #20265: Updated some parts of the Using Windows document.Zachary Ware2014-01-171-13/+10
* | Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-13/+9
|\ \ | |/
| * Issue #19845: Updated the Compiling Python on Windows docs.Zachary Ware2013-11-301-8/+10
|/
* Remove wrong escape in code snippet.Ezio Melotti2012-10-191-1/+1
* What's new entry for PEP 397 and Windows PATH modificationNick Coghlan2012-09-301-0/+2
* Fixes #14668. Mention Windows Path manipulation option in the installer.Brian Curtin2012-08-191-9/+21
* Added Windows launcher documentation.Vinay Sajip2012-06-241-7/+261