summaryrefslogtreecommitdiffstats
path: root/Doc/using/windows.rst
Commit message (Expand)AuthorAgeFilesLines
* Docs: add link roles with Sphinx extlinks (#117850)Hugo van Kemenade2024-04-151-1/+1
* gh-115872: Doc: remove obsolete reference to MSI packages (#115873)partev2024-02-241-1/+1
* gh-115795: Doc: fix obsolete URL (#115749)partev2024-02-221-1/+1
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-171-2/+62
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-12/+13
* gh-83180: Made launcher treat shebang 'python' tags as low priority so that a...Steve Dower2023-10-021-6/+14
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-2/+2
* GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)Adam Turner2023-08-161-2/+2
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-1/+1
* gh-105145: Remove old functions to config Python init (#105154)Victor Stinner2023-06-011-2/+2
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* Change 'dependant' to 'dependent' (#103745)Christopher Chavez2023-04-241-1/+1
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Steve Dower2023-02-011-5/+30
* Fix trivial typo in shebang example (GH-101385)socal-nerdtastic2023-01-281-1/+1
* gh-100247: Improve documentation for custom shebang commands in py.exe launch...Steve Dower2023-01-161-4/+5
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Steve Dower2023-01-131-12/+27
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-1/+7
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-071-1/+1
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Ben Faulhaber2022-10-041-3/+6
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-271-1/+1
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+5
* gh-92219: Clarify that some options to the installer may break the install (G...Steve Dower2022-08-011-5/+9
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-251-5/+4
* GH-95029: Describe Windows Store package isolation and redirection in more de...Anthony Shaw2022-07-211-3/+31
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-4/+6
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-83/+51
* gh-86019: Add table for Windows installer options (GH-91809)slateny2022-05-091-5/+18
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-141-1/+1
* Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...Christian Clauss2022-04-041-0/+6
* bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower2022-03-281-2/+61
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-22/+3
* bpo-36557: Updated wording for using/windows (GH-31457)slateny2022-02-221-2/+2
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-3/+7
* Fix broken links and improve stand-alone tools list in FAQ GH-22124Andre Delfino2021-04-261-1/+1
* Remove all links to mingw.org (GH-24552)Jeremy Paige2021-02-181-2/+0
* Add link to Microsoft docs for limitations in Windows Store package (GH-24422)Steve Dower2021-02-031-0/+5
* bpo-42523: Fix supported versions in "Using Python on Windows" (GH-23603)Zackery Spytz2020-12-031-2/+2
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-16/+10
* bpo-30612: Tweak Windows registry path syntax in the docs (GH-20281)Zackery Spytz2020-10-201-3/+3
* bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570)Zackery Spytz2020-06-011-3/+1
* bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935)Inada Naoki2020-01-281-0/+44
* bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)Steve Dower2019-10-141-3/+3
* Remove 'unstable' warning for Windows Store package in docs (GH-15334)Steve Dower2019-08-191-7/+4
* Improve Windows commands in tutorial (GH-14379)Steve Dower2019-06-261-6/+6
* Fix typos in docs and docstrings (GH-13745)Xtreak2019-06-021-1/+1
* Docs: FIX broken links. (GH-13491)Julien Palard2019-05-251-3/+4
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-36008: Doc update for 3.8 migration (GH-12887)Utkarsh Gupta2019-05-131-6/+6
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...mrh19972019-04-121-13/+23
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-111-121/+226