summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* Add PyManager troubleshooting steps for direct launch of script files (GH-141...Miss Islington (bot)2025-11-141-6/+16
* Add documentation for Python install manager's install_dir, global_dir and do...Miss Islington (bot)2025-11-111-0/+19
* [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)Stan Ulbrych2025-11-102-73/+147
* [3.14] Using Python on Windows: Free-threaded is supported from 3.14 (GH-1399...Miss Islington (bot)2025-10-131-38/+23
* [3.14] gh-131189: Remove `curses` mention from `PYTHON_BASIC_REPL` docs (GH-1...Miss Islington (bot)2025-10-131-3/+2
* [3.14] gh-139823: Extend list of optional dependencies in `configure.rst` (GH...Miss Islington (bot)2025-10-101-4/+39
* [3.14] gh-71648: Optimize PNG files (GH-138842) (GH-138851)Stan Ulbrych2025-10-073-0/+0
* [3.14] gh-115119: Defer `--with-system-libmpdec` removal to 3.16 (GH-139318) ...Miss Islington (bot)2025-10-071-2/+2
* [3.14] gh-139573: Update OpenSSL in CI (GH-139577) (#139583)Miss Islington (bot)2025-10-051-1/+1
* [3.14] gh-132006: Add support for handling XCPrivacy manifests (GH-139163) (#...Miss Islington (bot)2025-10-011-1/+21
* [3.14] gh-138171: Migrate iOS testbed location and add Apple build script (#1...Russell Keith-Magee2025-09-291-107/+44
* [3.14] gh-137242: Mention Android binary releases in documentation (GH-138305...Miss Islington (bot)2025-09-181-2/+9
* [3.14] gh-89905: Correct `-R` option doc (GH-137608) (#138353)Miss Islington (bot)2025-09-081-2/+2
* [3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416)...Miss Islington (bot)2025-09-041-9/+9
* [3.14] gh-137973: Add a non-parallel test plan to the iOS testbed project (GH...Miss Islington (bot)2025-08-251-0/+11
* [3.14] gh-137749: Python 3.14 installer is for macOS 10.15 and later (GH-1377...Miss Islington (bot)2025-08-141-1/+1
* [3.14] Fix tables in 'Using on Windows' for the text writer (GH-137012) (#137...Miss Islington (bot)2025-07-221-149/+213
* [3.14] Doc/c-api/memory.rst: extend --without-pymalloc doc with ASan informat...Miss Islington (bot)2025-07-201-0/+3
* [3.14] gh-131591: Document Py_REMOTE_DEBUG (GH-135929) (GH-136374)Miss Islington (bot)2025-07-071-0/+7
* [3.14] gh-115119: Recommend upstream libmpdec in build requirements (GH-13620...Miss Islington (bot)2025-07-031-0/+3
* [3.14] gh-135966: Modify iOS testbed to make app_packages a site directory (G...Miss Islington (bot)2025-06-271-3/+8
* [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)Miss Islington (bot)2025-06-271-2/+2
* [3.14] gh-135805: Document the X option and env var for controlling thread-lo...Miss Islington (bot)2025-06-241-0/+17
* [3.14] gh-119132: Update 'Using Python on macOS' documentation. (GH-135591) (...Miss Islington (bot)2025-06-161-13/+13
* [3.14] Use replacements to update versions in "Using Python on macOS" (GH-130...Miss Islington (bot)2025-06-161-46/+47
* [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. ...Miss Islington (bot)2025-06-161-2/+2
* [3.14] gh-135504: Document `LIBZSTD_CFLAGS` and `LIBZSTD_LIBS` config options...Miss Islington (bot)2025-06-141-0/+8
* [3.14] gh-131531: android.py enhancements to support cibuildwheel (GH-132870)...Miss Islington (bot)2025-06-051-0/+9
* [3.14] Further improves Advanced installation docs for PyManager (GH-134541) ...Miss Islington (bot)2025-05-231-13/+34
* Improve the administrative install docs for Python Install Manager (GH-134066)Miss Islington (bot)2025-05-151-8/+38
* gh-133928: Improvements to using/windows.rst (GH-133952)Miss Islington (bot)2025-05-131-9/+12
* [3.14] Tiny doc fix to double up backslashes in a Windows filesystem path (GH...Miss Islington (bot)2025-05-101-1/+1
* Adds docs to help with troubleshooting pip installs. (GH-133692)Miss Islington (bot)2025-05-081-0/+13
* Python 3.14.0b1v3.14.0b1Hugo van Kemenade2025-05-061-4/+4
* GH-113464: Add the JIT to What's New (GH-133486)Brandt Bucher2025-05-061-8/+15
* gh-102567: Add -X importtime=2 for logging an importtime message for already-...Noah Kim2025-05-061-4/+19
* GH-133231: Add JIT utilities in sys._jit (GH-133233)Brandt Bucher2025-05-051-0/+8
* gh-133469: Adds to advanced section on installing PyManager (GH-133471)Steve Dower2025-05-051-0/+19
* GH-133336: Remove reserved ``-J`` flag for Jython (#133444)Adam Turner2025-05-051-9/+7
* gh-132930: Implement PEP 773 (GH-132931)Steve Dower2025-04-281-621/+1113
* gh-131423: Update OpenSSL data to 3.4.1 on Linux (#131618)Bénédikt Tran2025-04-251-1/+1
* gh-103997: Automatically dedent the argument to "-c" (#103998)Jon Crall2025-04-181-0/+3
* gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)Neil Schemenauer2025-04-091-0/+37
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-082-3/+3
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-032-0/+31
* gh-131531: Add `android.py package` command (#131532)Malcolm Smith2025-04-011-4/+4
* Docs: fix shell command formatting (#131310)partev2025-03-191-1/+1
* gh-130940: Modify default behavior of `PyConfig.use_system_logger` to enable ...Russell Keith-Magee2025-03-131-1/+1
* gh-129712: Document the wheels tags corresponding to each universal SDK. (#13...Russell Keith-Magee2025-02-221-8/+14
* Revert "gh-130048: Reintroduce full LTO as default on Clang (GH-130049)" (#13...Ken Jin2025-02-131-3/+0