summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Docs: fix some wrong words (GH-6987) (GH-10315)Stéphane Wirtel2018-11-041-1/+1
* [2.7] Don't run AC_STRUCT_TIMEZONE twice. (GH-9309)Benjamin Peterson2018-09-141-5/+0
* [2.7] closes bpo-34652: Always disable lchmod on Linux. (GH-9242)Benjamin Peterson2018-09-121-1/+8
* [2.7] bpo-30411: Use --git-dir instead of -C to make git work under version b...Xiang Zhang2018-08-201-3/+3
* bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH-7825)Victor Stinner2018-06-221-0/+7
* [2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)Ned Deily2018-04-141-130/+157
* bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH...Miss Islington (bot)2018-01-241-1/+1
* bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216)Miss Islington (bot)2017-11-011-0/+11
* bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (...Miss Islington (bot)2017-11-011-1/+19
* [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194)Serhiy Storchaka2017-10-311-0/+66
* [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior...Hanno Schlichting2017-09-071-1/+0
* [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345)Christian Heimes2017-09-051-1/+1
* bpo-23404: make touch becomes make regen-all (#1466)Victor Stinner2017-05-051-4/+3
* bpo-30232: Support Git worktree in configure.ac (#1402)Victor Stinner2017-05-031-1/+1
* bpo-27593: Get SCM build info from git instead of hg (#1327)Victor Stinner2017-05-021-17/+14
* Fix "make tags" command (#1337)Victor Stinner2017-04-281-1/+1
* bpo-29643: Fix check for --enable-optimizations (GH-873)INADA Naoki2017-03-291-1/+1
* add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-191-1/+1
* Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-201-1/+1
* Rename the new --with-optimiations flag to --enable-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-11-201-5/+5
* Issue #15819: Drop dead code; -IInclude already added unconditionallyMartin Panter2016-09-131-14/+0
* issue28032: never imply --with-lto as part of --with-optimizations.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-081-7/+5
* Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang -Gregory P. Smith2016-09-081-4/+51
* Issue #26359: Add the --with-optimizations flag.Gregory P. Smith2016-09-071-0/+41
* do not leak addrinfo in configure testBenjamin Peterson2016-09-061-0/+2
* https link to the bug tracker (closes #27670)Benjamin Peterson2016-08-031-1/+1
* Issue #27641: Comment out regeneration rules when cross compilingMartin Panter2016-07-291-4/+4
* Issue #27490: Do not build pgen when cross-compilingMartin Panter2016-07-281-0/+3
* assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ...Benjamin Peterson2016-07-071-3/+0
* Issue #25702: A --with-lto configure option has been added that willGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-021-0/+34
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgenMartin Panter2016-04-231-0/+1
* Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric PriceMartin Panter2016-04-031-0/+5
* Issue #17603: Check for st_blocks field without requiring fileblocks.oMartin Panter2016-03-181-1/+1
* Issue #25827: Add support for ICC to configureZachary Ware2015-12-211-0/+29
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-181-0/+45
* Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent falseStefan Krah2015-07-031-1/+1
* backport computed gotos (#4753)Benjamin Peterson2015-05-281-0/+51
* - Use PLATDIR for the platform directory everywhere (refactoring only)doko@ubuntu.com2015-04-131-1/+4
* Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+3
* use getentropy when available (backport of 75ede5bec8db) (closes #23115)Benjamin Peterson2014-12-261-0/+1
* use autoconf macro to check for pkg-config (closes #15506)Benjamin Peterson2014-12-151-1/+1
* Issue 22878: PEP 477 - "make install" and "make altinstall" integrationNed Deily2014-11-201-0/+15
* Issue #21166: Prevent possible segfaults and other random failures ofNed Deily2014-08-221-0/+3
* Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite.Ned Deily2014-06-251-10/+23
* - Issue #17752: Fix distutils tests when run from the installed location.doko@ubuntu.com2014-05-071-7/+7
* - Issue #21285: Refactor and fix curses configure check to always searchdoko@ubuntu.com2014-04-171-9/+17
* mmap obmalloc arenas so that they may be immediately returned to the system w...Benjamin Peterson2014-02-041-1/+1
* Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-0/+28
* Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork.Christian Heimes2013-08-211-0/+1