summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-117804: Document how to suppress PGO unprofiled source warnings (GH...Miss Islington (bot)2024-04-151-0/+9
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-152-3/+3
* [3.12] gh-115664: Reorganize versionadded directives for -X options (GH-11630...Serhiy Storchaka2024-04-151-28/+36
* [3.12] gh-117058: Update GUI and packaging recommendations for macOS. (GH-117...Miss Islington (bot)2024-03-201-11/+25
* [3.12] gh-90300: Fix cmdline.rst (GH-116721) (GH-116724)Miss Islington (bot)2024-03-131-5/+8
* [3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...Serhiy Storchaka2024-03-071-28/+22
* [3.12] Docs: update using/configure.rst (GH-116274) (#116276)Hugo van Kemenade2024-03-041-13/+21
* [3.12] gh-115872: Doc: remove obsolete reference to MSI packages (GH-115873) ...Miss Islington (bot)2024-02-241-1/+1
* [3.12] gh-115795: Doc: fix obsolete URL (GH-115749) (#115803)Miss Islington (bot)2024-02-221-1/+1
* [3.12] gh-115664: Fix chronological ordering of versionadded and versionchang...Brian Schubert2024-02-191-3/+3
* [3.12] Update "Using Python on a Mac" (GH-115024) (#115387)Miss Islington (bot)2024-02-131-46/+59
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-101-1/+1
* [3.12] gh-112999: Replace the outdated "deprecated" directives with "versionc...Miss Islington (bot)2023-12-121-3/+1
* [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...Victor Stinner2023-11-161-5/+12
* [3.12] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#11...Miss Islington (bot)2023-10-141-8/+9
* [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)Ezio Melotti2023-10-111-12/+13
* [3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...Adam Turner2023-10-032-90/+90
* [3.12] GH-92584: Move installation schemes overview to sysconfig docs (GH-108...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) ...Miss Islington (bot)2023-09-281-8/+8
* [3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947)Miss Islington (bot)2023-09-271-2/+2
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-242-7/+7
* [3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477)Miss Islington (bot)2023-09-171-2/+2
* [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)Victor Stinner2023-09-081-0/+23
* [3.12] Fix misc doc typos (GH-108592) (#108594)Miss Islington (bot)2023-08-291-2/+2
* [3.12] GH-92584: Remove Installing Python Modules (Distutils version) (GH-108...Adam Turner2023-08-171-1/+1
* [3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...Miss Islington (bot)2023-08-171-2/+2
* [3.12] GH-92584: Remove references to Distutils in configure.rst (GH-108043) ...Miss Islington (bot)2023-08-161-11/+6
* [3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) ...Miss Islington (bot)2023-08-161-6/+2
* [3.12] GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (GH-108...Miss Islington (bot)2023-08-161-2/+2
* [3.12] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description...Miss Islington (bot)2023-08-161-2/+2
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-1/+1
* [3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...Serhiy Storchaka2023-07-211-2/+2
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-4/+4
* [3.12] gh-106232: Make timeit doc command lines compatible with Windows. (GH-...Miss Islington (bot)2023-07-011-1/+1
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+7
* Replace "OS X" with "macOS" (#104653)partev2023-05-201-2/+2
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-023-3/+3
* DOC: remove reference to OpenSolaris (#102671)partev2023-04-251-7/+0
* Change 'dependant' to 'dependent' (#103745)Christopher Chavez2023-04-241-1/+1
* gh-95299: Stop installing setuptools as a part of ensurepip and venv (#101039)Pradyun Gedam2023-04-181-2/+5
* GH-83893: Cross reference env. vars and -X command line options (GH-103414)Furkan Onder2023-04-121-6/+12
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-152-1/+17
* gh-102354: change python3 to python in docs examples (#102696)Paul Watson2023-03-141-1/+1
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-041-0/+5
* 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-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)Zachary Ware2022-12-281-5/+0
* gh-100008: VS 2017 is required since Python 3.11 (#100045)Victor Stinner2022-12-061-0/+1