index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
using
/
windows.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34977: Add Windows App Store package (GH-11027)
Steve Dower
2018-12-11
1
-121/+226
*
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 (GH-6...
Stéphane Wirtel
2018-05-15
1
-1/+1
*
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
*
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
*
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
*
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
*
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
*
|
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
*
|
Issue #27064: The py.exe launcher now defaults to Python 3.
Paul Moore
2016-05-22
1
-7/+15
|
/
*
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
*
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
*
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 jus...
Steve Dower
2015-07-16
1
-2/+10
*
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...
Steve Dower
2015-05-22
1
-3/+18
*
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
*
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 e...
Steve Dower
2015-02-26
1
-0/+20
*
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
|
\
|
*
Issue #20265: Updated some parts of the Using Windows document.
Zachary Ware
2014-01-17
1
-13/+10
[next]