summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* [3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...Adam Turner2024-01-111-2/+2
* [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)Serhiy Storchaka2024-01-101-1/+1
* [3.11] gh-112999: Replace the outdated "deprecated" directives with "versionc...Serhiy Storchaka2023-12-121-3/+1
* [3.11] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#11...Miss Islington (bot)2023-10-141-8/+9
* [3.11] gh-110631: Fix reST indentation (GH-110724) (#110739)Ezio Melotti2023-10-111-12/+13
* [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-052-90/+90
* [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)Serhiy Storchaka2023-09-292-7/+7
* [3.11] gh-107298: Document PyMODINIT_FUNC macro (#109236) (#109948)Victor Stinner2023-09-271-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) ...Miss Islington (bot)2023-09-271-8/+8
* [3.11] gh-109474: Update two Unix packaging URLs (GH-109307) (#109478)Miss Islington (bot)2023-09-161-2/+2
* [3.11] Fix misc doc typos (GH-108592) (#108613)Alex Waygood2023-08-291-2/+2
* [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) ...Serhiy Storchaka2023-08-171-2/+2
* [3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description...Adam Turner2023-08-161-5/+4
* [3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) ...Miss Islington (bot)2023-08-161-6/+2
* [3.11] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-2/+2
* [3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-1/+1
* [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-4/+4
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-023-3/+3
* [3.11] Change 'dependant' to 'dependent' (GH-103745) (#103754)Miss Islington (bot)2023-04-241-1/+1
* GH-83893: Cross reference env. vars and -X command line options (GH-103414)Miss Islington (bot)2023-04-161-6/+12
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Miss Islington (bot)2023-03-152-1/+17
* [3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102...Miss Islington (bot)2023-03-141-1/+1
* gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)2023-02-011-5/+30
* Fix trivial typo in shebang example (GH-101385)Miss Islington (bot)2023-01-291-1/+1
* gh-100247: Improve documentation for custom shebang commands in py.exe launch...Miss Islington (bot)2023-01-161-4/+5
* gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Miss Islington (bot)2023-01-131-12/+27
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)2022-10-311-1/+7
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-261-2/+2
* [3.11] [doc] Refresh the venv introduction documentation, and correct the stâ...Vinay Sajip2022-10-191-42/+0
* [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-173-9/+9
* [3.11] Remove extra spaces in custom openSSL documentation. (GH-93568) (#98007)Miss Islington (bot)2022-10-071-10/+10
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Miss Islington (bot)2022-10-041-3/+6
* gh-96959: Update more HTTP links (GH-97536)Miss Islington (bot)2022-09-271-1/+1
* [3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)Gregory P. Smith2022-09-021-0/+12
* gh-95155: Update "Using Python on a Mac" documentation (GH-95284) (GH-95742)Miss Islington (bot)2022-08-061-3/+4
* [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-042-2/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Miss Islington (bot)2022-08-031-0/+5
* gh-92219: Clarify that some options to the installer may break the install (G...Miss Islington (bot)2022-08-021-5/+9
* [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438)Christian Heimes2022-08-011-1/+1
* GH-95029: Describe Windows Store package isolation and redirection in more de...Miss Islington (bot)2022-07-211-3/+31
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-051-2/+2
* gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)Miss Islington (bot)2022-06-213-6/+8
* gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (GH-92754)Miss Islington (bot)2022-06-201-0/+18
* gh-90300: split --help output into separate options (GH-30331)Miss Islington (bot)2022-06-141-1/+26
* [3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...Miss Islington (bot)2022-05-101-83/+51
* Doc: Update py2app link. (GH-91585)Miss Islington (bot)2022-05-091-1/+1
* gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)Victor Stinner2022-05-051-1/+30
* gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)vainaijr2022-05-021-2/+2
* gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)Victor Stinner2022-04-281-1/+1
* gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)Christian Heimes2022-04-231-0/+6