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
*
gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...
Steve Dower
2022-10-31
1
-1/+7
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-1/+1
*
gh-97754: Update doc for default location of per-user installs on Windows (GH...
Ben Faulhaber
2022-10-04
1
-3/+6
*
gh-96959: Update more HTTP links (GH-97536)
Serhiy Storchaka
2022-09-27
1
-1/+1
*
gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...
Steve Dower
2022-08-03
1
-0/+5
*
gh-92219: Clarify that some options to the installer may break the install (G...
Steve Dower
2022-08-01
1
-5/+9
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
1
-5/+4
*
GH-95029: Describe Windows Store package isolation and redirection in more de...
Anthony Shaw
2022-07-21
1
-3/+31
*
gh-93851: Fix all broken links in Doc/ (GH-93853)
Oleg Iarygin
2022-06-21
1
-4/+6
*
gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...
CAM Gerlach
2022-05-10
1
-83/+51
*
gh-86019: Add table for Windows installer options (GH-91809)
slateny
2022-05-09
1
-5/+18
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-1/+1
*
Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...
Christian Clauss
2022-04-04
1
-0/+6
*
bpo-46566: Add new py.exe launcher implementation (GH-32062)
Steve Dower
2022-03-28
1
-2/+61
*
bpo-31582: Created a new documentation section describing sys.path initializa...
Russel Webber
2022-03-23
1
-22/+3
*
bpo-36557: Updated wording for using/windows (GH-31457)
slateny
2022-02-22
1
-2/+2
*
bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)
bneuburg
2022-01-18
1
-3/+7
*
Fix broken links and improve stand-alone tools list in FAQ GH-22124
Andre Delfino
2021-04-26
1
-1/+1
*
Remove all links to mingw.org (GH-24552)
Jeremy Paige
2021-02-18
1
-2/+0
*
Add link to Microsoft docs for limitations in Windows Store package (GH-24422)
Steve Dower
2021-02-03
1
-0/+5
*
bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)
Zackery Spytz
2020-12-03
1
-2/+2
*
bpo-42236: Enhance init and encoding documentation (GH-23109)
Victor Stinner
2020-11-02
1
-16/+10
*
bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)
Zackery Spytz
2020-10-20
1
-3/+3
*
bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)
Zackery Spytz
2020-06-01
1
-3/+1
*
bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)
Inada Naoki
2020-01-28
1
-0/+44
*
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
Steve Dower
2019-10-14
1
-3/+3
*
Remove 'unstable' warning for Windows Store package in docs (GH-15334)
Steve Dower
2019-08-19
1
-7/+4
*
Improve Windows commands in tutorial (GH-14379)
Steve Dower
2019-06-26
1
-6/+6
*
Fix typos in docs and docstrings (GH-13745)
Xtreak
2019-06-02
1
-1/+1
*
Docs: FIX broken links. (GH-13491)
Julien Palard
2019-05-25
1
-3/+4
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-36008: Doc update for 3.8 migration (GH-12887)
Utkarsh Gupta
2019-05-13
1
-6/+6
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
mrh1997
2019-04-12
1
-13/+23
*
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
[next]