summaryrefslogtreecommitdiffstats
path: root/Doc/using/windows.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Issue #20265: Updated some parts of the Using Windows document.Zachary Ware2014-01-171-13/+10
| | | | | | | | | | | | | | Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS)
* | 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
|
* use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang ↵Sandro Tosi2011-10-311-2/+2
| | | | from docs@
* Update dead references from py.org/dev/faq to the devguide (#13176)Éric Araujo2011-10-141-1/+1
|
* #459007: merge info from PC/getpathp.c and using/windows.rst to document the ↵Georg Brandl2010-10-171-17/+42
| | | | forming of sys.path under Windows.
* Merged revisions 77209,77229,77359-77360,77371 via svnmerge fromBenjamin Peterson2010-01-091-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r77209 | georg.brandl | 2010-01-01 07:07:05 -0600 (Fri, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 06:35:01 -0600 (Sat, 02 Jan 2010) | 1 line Fix casing. ........ r77359 | georg.brandl | 2010-01-07 14:54:45 -0600 (Thu, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 15:48:47 -0600 (Thu, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77371 | senthil.kumaran | 2010-01-08 13:20:25 -0600 (Fri, 08 Jan 2010) | 3 lines Fix for Issue7026. For the Error - RuntimeError: dictionary changed size during iteration ........