| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Fix typos (#125728) | ember91 | 2024-10-21 | 1 | -2/+2 |
|
|
* | gh-124487: Updated installer messages and internal docs regarding minimum Win... | Wulian | 2024-10-01 | 1 | -2/+3 |
|
|
* | GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) | Rafael Fontenelle | 2024-09-17 | 1 | -2/+2 |
|
|
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 1 | -1/+1 |
|
|
* | gh-115872: Doc: remove obsolete reference to MSI packages (#115873) | partev | 2024-02-24 | 1 | -1/+1 |
|
|
* | gh-115795: Doc: fix obsolete URL (#115749) | partev | 2024-02-22 | 1 | -1/+1 |
|
|
* | gh-112984 Update Windows build and installer for free-threaded builds (GH-113... | Steve Dower | 2024-01-17 | 1 | -2/+62 |
|
|
* | gh-110631: Fix reST indentation (#110724) | Ezio Melotti | 2023-10-11 | 1 | -12/+13 |
|
|
* | gh-83180: Made launcher treat shebang 'python' tags as low priority so that a... | Steve Dower | 2023-10-02 | 1 | -6/+14 |
|
|
* | gh-109634: Use :samp: role (GH-109635) | Serhiy Storchaka | 2023-09-23 | 1 | -2/+2 |
|
|
* | GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047) | Adam Turner | 2023-08-16 | 1 | -2/+2 |
|
|
* | gh-106892: Use roles :data: and :const: for referencing module variables (GH-... | Serhiy Storchaka | 2023-07-21 | 1 | -1/+1 |
|
|
* | gh-105145: Remove old functions to config Python init (#105154) | Victor Stinner | 2023-06-01 | 1 | -2/+2 |
|
|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
|
|
* | Change 'dependant' to 'dependent' (#103745) | Christopher Chavez | 2023-04-24 | 1 | -1/+1 |
|
|
* | gh-101467: Correct py.exe handling of prefix matches and cases when only one ... | Steve Dower | 2023-02-01 | 1 | -5/+30 |
|
|
* | Fix trivial typo in shebang example (GH-101385) | socal-nerdtastic | 2023-01-28 | 1 | -1/+1 |
|
|
* | gh-100247: Improve documentation for custom shebang commands in py.exe launch... | Steve Dower | 2023-01-16 | 1 | -4/+5 |
|
|
* | gh-100247: Fix py.exe launcher not using entire shebang command for finding c... | Steve Dower | 2023-01-13 | 1 | -12/+27 |
|
|
* | 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 |
|
|