index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
using
/
configure.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-116510: Fix a Crash Due to Shared Immortal Interned Strings (gh-125...
Miss Islington (bot)
2024-12-03
1
-1/+1
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
1
-2/+2
*
[3.12] gh-117804: Document how to suppress PGO unprofiled source warnings (GH...
Miss Islington (bot)
2024-04-15
1
-0/+9
*
[3.12] Docs: update using/configure.rst (GH-116274) (#116276)
Hugo van Kemenade
2024-03-04
1
-13/+21
*
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...
Victor Stinner
2023-11-16
1
-5/+12
*
[3.12] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#...
Adam Turner
2023-10-03
1
-60/+60
*
[3.12] gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (GH-109931) ...
Miss Islington (bot)
2023-09-28
1
-8/+8
*
[3.12] gh-107298: Document PyMODINIT_FUNC macro (GH-109236) (#109947)
Miss Islington (bot)
2023-09-27
1
-2/+2
*
[3.12] gh-109634: Use :samp: role (GH-109635) (#109776)
Miss Islington (bot)
2023-09-24
1
-5/+5
*
[3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)
Victor Stinner
2023-09-08
1
-0/+23
*
[3.12] Fix misc doc typos (GH-108592) (#108594)
Miss Islington (bot)
2023-08-29
1
-2/+2
*
[3.12] gh-107298: Fix some references in the C API documentation (GH-108072) ...
Miss Islington (bot)
2023-08-17
1
-2/+2
*
[3.12] GH-92584: Remove references to Distutils in configure.rst (GH-108043) ...
Miss Islington (bot)
2023-08-16
1
-11/+6
*
[3.12] gh-106909: Use role :const: for referencing module constants (GH-10691...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-101282: Apply BOLT optimizations to libpython for shared builds (#104709)
Gregory Szorc
2023-05-22
1
-0/+7
*
gh-101100: Documenting --prefix and --exec-prefix. (GH-102695)
Julien Palard
2023-03-15
1
-0/+16
*
gh-96821: Add config option `--with-strict-overflow` (#96823)
Matthias Görgens
2023-03-04
1
-0/+5
*
gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)
Zachary Ware
2022-12-28
1
-5/+0
*
gh-100008: VS 2017 is required since Python 3.11 (#100045)
Victor Stinner
2022-12-06
1
-0/+1
*
gh-100008: Document Python build requirements (#100009)
Victor Stinner
2022-12-05
1
-0/+46
*
gh-99289: Add COMPILEALL_OPTS to Makefile (#99291)
Victor Stinner
2022-11-14
1
-0/+7
*
Support comparing two sets of pystats (GH-98816)
Michael Droettboom
2022-11-04
1
-1/+2
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-7/+7
*
gh-89536: Use ThinLTO policy if possible (gh-96766)
Dong-hee Na
2022-09-16
1
-0/+3
*
gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141)
Dong-hee Na
2022-08-20
1
-1/+1
*
gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908)
Kevin Modzelewski
2022-08-18
1
-1/+20
*
gh-93744: Remove configure --with-cxx-main option (#95651)
Victor Stinner
2022-08-05
1
-19/+1
*
gh-85454: Remove distutils documentation (#95239)
Christian Heimes
2022-07-25
1
-1/+1
*
gh-90539: doc: Expand on what should not go into CFLAGS, LDFLAGS (#92754)
Matthias Köppe
2022-06-20
1
-0/+18
*
gh-93103: Enhance PyConfig.parser_debug documentation (#93186)
Victor Stinner
2022-05-24
1
-0/+2
*
gh-88750: Remove the PYTHONTHREADDEBUG env var support. (#92509)
Gregory P. Smith
2022-05-09
1
-1/+0
*
gh-91998: 'WebAssemby' to 'WebAssembly' (#92040)
vainaijr
2022-05-02
1
-2/+2
*
gh-89479: Export _Py_GetSpecializationStats() internal function (#92011)
Victor Stinner
2022-04-28
1
-1/+1
*
gh-84461: Add --enable-wasm-pthreads and more file systems (GH-91820)
Christian Heimes
2022-04-23
1
-0/+6
*
gh-89373: _Py_Dealloc() checks tp_dealloc exception (#32357)
Victor Stinner
2022-04-21
1
-0/+1
*
gh-78607: Replace __ltrace__ with __lltrace__ (GH-91619)
Dennis Sweeney
2022-04-16
1
-1/+1
*
bpo-40280: Add --enable-wasm-dynamic-linking (GH-32253)
Christian Heimes
2022-04-04
1
-3/+26
*
bpo-45847: Port _tkinter to PY_STDLIB_MOD (GH-31698)
Erlend Egeberg Aasland
2022-03-31
1
-8/+0
*
bpo-45569: Change PYLONG_BITS_IN_DIGIT default to 30 (GH-30497)
Mark Dickinson
2022-01-14
1
-2/+1
*
bpo-46072: Document --enable-stats option. (GH-30139)
Mark Shannon
2021-12-16
1
-0/+11
*
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
Christian Heimes
2021-12-13
1
-11/+3
*
Fix some false positives of documentation syntax problems
Pablo Galindo
2021-12-08
1
-1/+1
*
bpo-45881: configure --with-freeze-module --with-build-python (GH-29835)
Christian Heimes
2021-11-29
1
-0/+50
*
bpo-40280: Emscripten systems use .wasm suffix by default (GH-29842)
Christian Heimes
2021-11-29
1
-1/+5
*
bpo-45723: Add --with-pkg-config to configure (GH-29517)
Christian Heimes
2021-11-10
1
-0/+11
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-3/+7
*
[doc] Fix typos found using codespell (GH-28744)
Christian Clauss
2021-10-05
1
-1/+1
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-1/+4
*
Correct minor spelling typos (GH-26339)
Jero Bado
2021-05-25
1
-2/+2
*
bpo-43109: configure doc: LTO requires "ar" on macOS (GH-26349)
Victor Stinner
2021-05-25
1
-2/+2
[next]