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
*
gh-90815: Add mimalloc memory allocator (#109914)
Dino Viehland
2023-10-30
1
-0/+7
*
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner
2023-10-03
1
-100/+100
*
gh-110276: No longer ignore PROFILE_TASK failure silently (#110295)
Victor Stinner
2023-10-03
1
-0/+3
*
gh-105323: Update readline module to detect apple editline variant (gh-108665)
Donghee Na
2023-09-29
1
-3/+4
*
gh-101100: Fix Sphinx warnings in Doc/using/configure.rst (#109931)
Victor Stinner
2023-09-27
1
-8/+8
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-1/+1
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-3/+12
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-5/+5
*
gh-109054: Document configure variables (#109224)
Victor Stinner
2023-09-20
1
-0/+149
*
gh-107298: Document PyMODINIT_FUNC macro (#109236)
Victor Stinner
2023-09-14
1
-2/+2
*
gh-108740: Fix "make regen-all" race condition (#108741)
Victor Stinner
2023-09-06
1
-0/+23
*
gh-108753: Enhance pystats (#108754)
Victor Stinner
2023-09-06
1
-3/+58
*
gh-108634: Py_TRACE_REFS uses a hash table (#108663)
Victor Stinner
2023-08-31
1
-4/+9
*
Document Python build requirements (#108646)
Victor Stinner
2023-08-30
1
-5/+22
*
Fix misc doc typos (#108592)
xzmeng
2023-08-29
1
-2/+2
*
gh-108223: Document --disable-gil flag in configure (#108236)
Sam Gross
2023-08-21
1
-0/+9
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
1
-2/+2
*
GH-92584: Remove references to Distutils in configure.rst (#108043)
Adam Turner
2023-08-16
1
-11/+6
*
gh-106909: Use role :const: for referencing module constants (GH-106910)
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
[next]