summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* [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
* gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)Victor Stinner2022-04-211-0/+1
* gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)Dennis Sweeney2022-04-161-1/+1
* gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)Inada Naoki2022-04-141-1/+1
* bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)Christian Heimes2022-04-041-3/+26
* Demonstrate `py --list` in the quickstart section of the Windows doc page (GH...Christian Clauss2022-04-041-0/+6
* bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)Erlend Egeberg Aasland2022-03-311-8/+0
* 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
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-041-0/+0
* bpo-44934: Add optional feature AppendPath to Windows MSI installer (GH-27889)bneuburg2022-01-181-3/+7
* bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)Mark Dickinson2022-01-141-2/+1
* bpo-46072: Document --enable-stats option. (GH-30139)Mark Shannon2021-12-161-0/+11
* bpo-45949: Pure Python freeze module for cross builds (GH-29899)Christian Heimes2021-12-131-11/+3