summaryrefslogtreecommitdiffstats
path: root/Doc/using
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix some false positives of documentation syntax problemsPablo Galindo2021-12-081-1/+1
* bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)Christian Heimes2021-11-291-0/+50
* bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)Christian Heimes2021-11-291-1/+5
* bpo-45723: Add --with-pkg-config to configure (GH-29517)Christian Heimes2021-11-101-0/+11
* bpo-45020: Default to using frozen modules unless running from source tree. (...Eric Snow2021-10-161-1/+2
* bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)Inada Naoki2021-10-101-3/+7
* [doc] Fix typos found using codespell (GH-28744)Christian Clauss2021-10-052-3/+3
* bpo-45291: Explicitly set --libdir=lib when configure OpenSSL (GH-28566)zhanpon2021-09-291-0/+1
* [docs] Improve the markup of powers (GH-28598)Serhiy Storchaka2021-09-281-1/+1