Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
| | | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru> | ||||
* | Change 'dependant' to 'dependent' (#103745) | Christopher Chavez | 2023-04-24 | 1 | -1/+1 |
| | | | | The word 'dependent' is both an adjective and a noun. A 'dependant' is a British alternative spelling for the noun form. In idlelib.sidebar, 'OS-dependant' is an adjective and clearly wrong. In 'Using', 'dependant' as a noun would be acceptable in Britain, but we use American spellings in Python docs. https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant | ||||
* | gh-101467: Correct py.exe handling of prefix matches and cases when only one ↵ | Steve Dower | 2023-02-01 | 1 | -5/+30 |
| | | | | runtime is installed (GH-101468) | ||||
* | Fix trivial typo in shebang example (GH-101385) | socal-nerdtastic | 2023-01-28 | 1 | -1/+1 |
| | | | The example was showing the current version, but should be pinned to 3.7 to match the example command. | ||||
* | gh-100247: Improve documentation for custom shebang commands in py.exe ↵ | Steve Dower | 2023-01-16 | 1 | -4/+5 |
| | | | | launcher (GH-101083) | ||||
* | gh-100247: Fix py.exe launcher not using entire shebang command for finding ↵ | Steve Dower | 2023-01-13 | 1 | -12/+27 |
| | | | | custom commands (GH-100944) | ||||
* | gh-98692: Enable treating shebang lines as executables in py.exe launcher ↵ | Steve Dower | 2022-10-31 | 1 | -1/+7 |
| | | | | (GH-98732) | ||||
* | Docs: Fix backtick errors found by sphinx-lint (#97998) | Hugo van Kemenade | 2022-10-07 | 1 | -1/+1 |
| | | | Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> | ||||
* | gh-97754: Update doc for default location of per-user installs on Windows ↵ | Ben Faulhaber | 2022-10-04 | 1 | -3/+6 |
| | | | | (GH-97756) | ||||
* | gh-96959: Update more HTTP links (GH-97536) | Serhiy Storchaka | 2022-09-27 | 1 | -1/+1 |
| | | | | Use HTTPS for documents which are available by both HTTP and HTTPS links, but there is no redirection from HTTP to HTTPS or vice versa. | ||||
* | gh-94399: Restore PATH search behaviour of py.exe launcher for ↵ | Steve Dower | 2022-08-03 | 1 | -0/+5 |
| | | | | '/usr/bin/env' shebang lines (GH-95582) | ||||
* | gh-92219: Clarify that some options to the installer may break the install ↵ | Steve Dower | 2022-08-01 | 1 | -5/+9 |
| | | | | (GH-95548) | ||||
* | gh-85454: Remove distutils documentation (#95239) | Christian Heimes | 2022-07-25 | 1 | -5/+4 |
| | | | | Most places now refer to setuptools or link to setuptools documentation. Some examples like zipapp need to be updated later. | ||||
* | GH-95029: Describe Windows Store package isolation and redirection in more ↵ | Anthony Shaw | 2022-07-21 | 1 | -3/+31 |
| | | | | detail (GH-95030) | ||||
* | 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 & ↵ | CAM Gerlach | 2022-05-10 | 1 | -83/+51 |
| | | | | features (GH-92529) | ||||
* | 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 ↵ | Christian Clauss | 2022-04-04 | 1 | -0/+6 |
| | | | | (GH-29383) | ||||
* | 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 ↵ | Russel Webber | 2022-03-23 | 1 | -22/+3 |
| | | | | initialization (GH-31082) | ||||
* | 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 |
| | | | The option must be enabled from the command line | ||||
* | 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 |
| | | | | | | | | This lease on this domain has lapsed. This not only makes these dead links, but a potential attack vector for readers of python.org as the domain can be obtained by an untrustworthy party. I considered redirecting these links to http://mingw-w64.org/ which is a maintained fork of mingw, but beyond my unfamiliarity with the exact level of compatibility, at the time of this PR that site had an expired cert and so is not much of a vulnerability fix. Automerge-Triggered-By: GH:Mariatta | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | Enhance the documentation of the Python startup, filesystem encoding and error handling, locale encoding. Add a new "Python UTF-8 Mode" section. * Add "locale encoding" and "filesystem encoding and error handler" to the glossary * Remove documentation from Include/cpython/initconfig.h: move it to Doc/c-api/init_config.rst. * Doc/c-api/init_config.rst: * Document command line options and environment variables * Document default values. * Add a new "Python UTF-8 Mode" section in Doc/library/os.rst. * Add warnings to Py_DecodeLocale() and Py_EncodeLocale() docs. * Document how Python selects the filesystem encoding and error handler at a single place: PyConfig.filesystem_encoding and PyConfig.filesystem_errors. * PyConfig: move orig_argv member at the right place. | ||||
* | 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 |
| | | | Co-Authored-By: Kyle Stanley <aeros167@gmail.com> | ||||
* | 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 |
| | | | | highlightlang is deprecated since April 2018 in Sphinx. See https://github.com/sphinx-doc/sphinx/pull/4845 | ||||
* | 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 ↵ | mrh1997 | 2019-04-12 | 1 | -13/+23 |
| | | | | | (GH-7849) Since bpo-30291 it is possible to specify the architecture of Python when using the launcher | ||||
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 1 | -121/+226 |
| | | | Also adds the PC/layout script for generating layouts on Windows. | ||||
* | 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 ↵ | Stéphane Wirtel | 2018-05-15 | 1 | -1/+1 |
| | | | | (GH-6814) | ||||
* | 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 |
| | | | Fixes some redirection links in docs. | ||||
* | 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 |
| | | | Update old devguide links from https://docs.python.org/devguide to https://devguide.python.org | ||||
* | Improve the grammar in windows.rst (GH-1330) | Wieland Hoffmann | 2017-04-28 | 1 | -3/+3 |
| |