summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-100008: Document Python build requirements (#100009)Victor Stinner2022-12-051-0/+46
* gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)Victor Stinner2022-11-141-0/+7
* Support comparing two sets of pystats (GH-98816)Michael Droettboom2022-11-041-1/+2
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-1/+7
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-271-7/+10
* docs: Change links to label refs (#98454)Stanley2022-10-261-2/+2
* [doc] Refresh the venv introduction documentation, and correct the statement ...Phil Elson2022-10-191-42/+0
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-073-9/+9
* Remove extra spaces in custom openSSL documentation. (#93568)Xiao Chen2022-10-071-10/+10
* gh-97754: Update doc for default location of per-user installs on Windows (GH...Ben Faulhaber2022-10-041-3/+6
* gh-96959: Update more HTTP links (GH-97536)Serhiy Storchaka2022-09-271-1/+1
* gh-96512: Update int_max_str docs to say 3.11 (#96942)Gregory P. Smith2022-09-191-2/+2
* gh-89536: Use ThinLTO policy if possible (gh-96766)Dong-hee Na2022-09-161-0/+3
* gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)Gregory P. Smith2022-09-021-0/+13
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-301-0/+2
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-301-0/+13
* gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141)Dong-hee Na2022-08-201-1/+1
* gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)Kevin Modzelewski2022-08-181-1/+20
* gh-95155: Update "Using Python on a Mac" documentation (GH-95284)Howie Zhao2022-08-061-3/+4
* gh-93744: Remove configure --with-cxx-main option (#95651)Victor Stinner2022-08-051-19/+1
* Remove unnecessary text from documentation. (GH-95670)fluesvamp2022-08-041-1/+1
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-042-2/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+5
* gh-92219: Clarify that some options to the installer may break the install (G...Steve Dower2022-08-011-5/+9
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-1/+1
* gh-85454: Remove distutils documentation (#95239)Christian Heimes2022-07-252-6/+5
* GH-95029: Describe Windows Store package isolation and redirection in more de...Anthony Shaw2022-07-211-3/+31
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-051-2/+2
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-213-6/+8
* gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92754)Matthias Köppe2022-06-201-0/+18
* gh-90300: split --help output into separate options (#30331)Éric2022-06-011-1/+26
* gh-93103: Enhance PyConfig.parser_debug documentation (#93186)Victor Stinner2022-05-242-2/+10
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-83/+51
* gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)Gregory P. Smith2022-05-092-10/+0
* Doc: Update py2app link. (#91585)Julien Palard2022-05-091-1/+1
* gh-86019: Add table for Windows installer options (GH-91809)slateny2022-05-091-5/+18
* 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