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
/
configure.ac
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-45847: Port test modules to PY_STDLIB_MOD (GH-29660)
Christian Heimes
2021-11-20
1
-5/+12
*
bpo-45774: Fix SQLite load extension autodetection (GH-29659)
Erlend Egeberg Aasland
2021-11-20
1
-1/+3
*
bpo-45847: Port _scproxy to PY_STDLIB_MOD (GH-29644)
Christian Heimes
2021-11-20
1
-0/+3
*
bpo-45847: Port builtin hashlib extensions to PY_STDLIB_MOD (GH-29642)
Christian Heimes
2021-11-19
1
-15/+31
*
bpo-45573: Move mandatory core modules to Modules/Setup.bootstrap (GH-29616)
Christian Heimes
2021-11-19
1
-1/+23
*
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Erlend Egeberg Aasland
2021-11-19
1
-1/+45
*
bpo-45573: Add Modules/Setup.stdlib with conditional modules (GH-29615)
Christian Heimes
2021-11-18
1
-0/+1
*
bpo-45573: check for ossaudiodev in configure (GH-29614)
Christian Heimes
2021-11-18
1
-1/+5
*
bpo-45573: Introduce extension module flags in Makefile (GH-29594)
Christian Heimes
2021-11-18
1
-0/+62
*
bpo-45800: Move pyexpat build setup into configure (GH-29547)
Christian Heimes
2021-11-14
1
-0/+14
*
bpo-45798: Move _decimal build setup into configure (GH-29541)
Christian Heimes
2021-11-13
1
-1/+77
*
bpo-45696: Deep-freeze selected modules (GH-29118)
Guido van Rossum
2021-11-11
1
-1/+2
*
bpo-45723: Add --with-pkg-config to configure (GH-29517)
Christian Heimes
2021-11-10
1
-2/+30
*
bpo-45747: Detect gdbm/dbm dependencies in configure (GH-29467)
Christian Heimes
2021-11-10
1
-1/+72
*
bpo-45723: Improve and simplify more configure.ac checks (GH-29485)
Erlend Egeberg Aasland
2021-11-10
1
-107/+49
*
bpo-45723: Remove dead code for obsolete `--with-dyld` option (GH-29500)
Erlend Egeberg Aasland
2021-11-09
1
-4/+0
*
bpo-45763: Detect compression build deps in configure (GH-29483)
Christian Heimes
2021-11-09
1
-3/+20
*
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac (GH-29486)
Erlend Egeberg Aasland
2021-11-09
1
-1/+0
*
bpo-45743: -Wl,-search_paths_first is no longer needed (GH-29464)
Christian Heimes
2021-11-09
1
-26/+0
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-21/+21
*
bpo-45723: Add macro for disabling/enabling CC warnings (GH-29466)
Erlend Egeberg Aasland
2021-11-08
1
-159/+51
*
bpo-45723: Add helper macros and more caching to configure.ac (GH-29429)
Christian Heimes
2021-11-08
1
-420/+245
*
bpo-45723: Detect missing pkg-config (GH-29442)
Christian Heimes
2021-11-07
1
-1/+11
*
bpo-45731: Handle --enable-loadable-sqlite-extensions in configure (GH-29434)
Christian Heimes
2021-11-06
1
-2/+6
*
bpo-43158: Use configure values for building _uuid extension (GH-29353)
Christian Heimes
2021-11-02
1
-1/+6
*
bpo-45548: Fix out-of-tree and Debian builds (GH-29263)
Christian Heimes
2021-10-28
1
-1/+17
*
bpo-45548: Remove checks for finite and gamma (GH-29206)
Christian Heimes
2021-10-25
1
-1/+1
*
bpo-45548: Remove _math.c workarounds for pre-C99 libm (GH-29179)
Christian Heimes
2021-10-25
1
-2/+6
*
bpo-45522: Allow to disable freelists on build time (GH-29056)
Christian Heimes
2021-10-21
1
-0/+17
*
bpo-45536: Check OpenSSL APIs in configure (GH-29088)
Christian Heimes
2021-10-20
1
-0/+42
*
bpo-45440: Remove pymath.c fallbacks (GH-28977)
Victor Stinner
2021-10-15
1
-2/+2
*
bpo-45440: Require math.h isinf() to build (GH-28894)
Victor Stinner
2021-10-13
1
-1/+0
*
bpo-45405: Prevent ``internal configure error`` when running ``configure`` w...
David Bohman
2021-10-13
1
-3/+5
*
bpo-45433: Do not link libpython against libcrypt (GH-28881)
Mike Gilbert
2021-10-11
1
-0/+3
*
bpo-29410: Change the default hash algorithm to SipHash13. (GH-28752)
Inada Naoki
2021-10-10
1
-3/+6
*
bpo-45163: Restrict added libnetwork check to builds on Haiku. (GH-28729)
Ned Deily
2021-10-05
1
-2/+5
*
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28662)
Victor Stinner
2021-10-01
1
-1/+1
*
bpo-21302: Add nanosleep() implementation for time.sleep() in Unix (GH-28545)
Victor Stinner
2021-09-25
1
-0/+6
*
bpo-21302: Add clock_nanosleep() implementation for time.sleep() (GH-28111)
Livius
2021-09-13
1
-0/+6
*
bpo-45163: Haiku build fix. (GH-28269)
David CARLIER
2021-09-11
1
-1/+5
*
bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)
Łukasz Langa
2021-09-03
1
-40/+53
*
bpo-44340: Add support for building with clang full/thin lto (GH-27231)
Dong-hee Na
2021-07-19
1
-12/+45
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-4/+4
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Ned Deily
2021-05-25
1
-3/+6
*
Fix typo for configure.ac (GH-26305)
Dong-hee Na
2021-05-21
1
-1/+1
*
Python 3.11.0a0
Pablo Galindo
2021-05-03
1
-1/+1
*
bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)
Ned Deily
2021-05-03
1
-13/+1
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
1
-4/+8
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2021-05-01
1
-1/+1
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub Kulík
2021-04-30
1
-0/+16
[prev]
[next]