summaryrefslogtreecommitdiffstats
path: root/Doc/using/configure.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-129712: Document the wheels tags corresponding to each universal SD...Miss Islington (bot)2025-02-221-8/+14
* [3.13] gh-129438: Update ``--enable-experimental-jit`` section with install r...Miss Islington (bot)2025-01-301-0/+4
* [3.13] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-124...Miss Islington (bot)2024-11-121-1/+1
* [3.13] gh-126647: `Doc/using/configure.rst`: Add an entry for ``--enable-expe...Miss Islington (bot)2024-11-101-0/+13
* [3.13] gh-112088: aclocal version is updated to 1.16.5 in docs (GH-125457) (#...Miss Islington (bot)2024-10-141-2/+2
* [3.13] Fix typos in docs, error messages and comments (#122502) (#122606)Alex Waygood2024-09-021-1/+1
* [3.13] GH-109975: Copyedit 3.13 What's New: Release Highlights (GH-122958) (#...Miss Islington (bot)2024-08-131-1/+1
* [3.13] gh-120522: Apply App Store compliance patch during installation (GH-12...Miss Islington (bot)2024-07-221-0/+11
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-2/+2
* [3.13] gh-120522: Revert "Add a `--with-app-store-compliance` configure optio...Miss Islington (bot)2024-07-161-11/+0
* [3.13] Docs: fix typo and duplicate word in configure.rst (GH-121410) (#121532)Miss Islington (bot)2024-07-091-2/+2
* [3.13] gh-120522: Add a `--with-app-store-compliance` configure option to pat...Miss Islington (bot)2024-06-301-0/+11
* [3.13] Docs: Add central references to free-threading-related options (GH-119...Miss Islington (bot)2024-05-211-1/+1
* gh-115119: Default to --with-system-libmpdec=yes (#118539)Erlend E. Aasland2024-05-061-2/+9
* gh-115119: Detect _decimal dependencies using pkg-config (#115406)Erlend E. Aasland2024-04-291-0/+13
* gh-117804: Document how to suppress PGO unprofiled source warnings (#117859)Erlend E. Aasland2024-04-151-0/+9
* gh-114099: Add documentation for iOS platform (GH-117057)Russell Keith-Magee2024-03-281-1/+15
* gh-106259: Add minimal help target to Makefile (#106260)Skip Montanaro2024-03-071-26/+104
* Docs: update using/configure.rst (#116274)Hugo van Kemenade2024-03-031-23/+31
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-0/+7
* gh-108223: Refer to PEP 703 as Free Threading (#112780)Victor Stinner2023-12-061-1/+4
* gh-110481: Fix Py_SET_REFCNT() integer overflow (#112174)Victor Stinner2023-12-011-0/+2
* gh-112088: Run autoreconf in GHA check_generated_files (#112090)Victor Stinner2023-11-151-5/+12
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+7
* Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)Adam Turner2023-10-031-100/+100
* gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)Victor Stinner2023-10-031-0/+3
* gh-105323: Update readline module to detect apple editline variant (gh-108665)Donghee Na2023-09-291-3/+4
* gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)Victor Stinner2023-09-271-8/+8
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-261-1/+1
* gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)Victor Stinner2023-09-261-3/+12
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-5/+5
* gh-109054: Document configure variables (#109224)Victor Stinner2023-09-201-0/+149
* gh-107298: Document PyMODINIT_FUNC macro (#109236)Victor Stinner2023-09-141-2/+2
* gh-108740: Fix "make regen-all" race condition (#108741)Victor Stinner2023-09-061-0/+23
* gh-108753: Enhance pystats (#108754)Victor Stinner2023-09-061-3/+58
* gh-108634: Py_TRACE_REFS uses a hash table (#108663)Victor Stinner2023-08-311-4/+9
* Document Python build requirements (#108646)Victor Stinner2023-08-301-5/+22
* Fix misc doc typos (#108592)xzmeng2023-08-291-2/+2
* gh-108223: Document --disable-gil flag in configure (#108236)Sam Gross2023-08-211-0/+9
* gh-107298: Fix some references in the C API documentation (GH-108072)Serhiy Storchaka2023-08-171-2/+2
* GH-92584: Remove references to Distutils in configure.rst (#108043)Adam Turner2023-08-161-11/+6
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-2/+2
* gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)Gregory Szorc2023-05-221-0/+7
* gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)Julien Palard2023-03-151-0/+16
* gh-96821: Add config option `--with-strict-overflow` (#96823)Matthias Görgens2023-03-041-0/+5
* 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