1. 6a04ef7 bpo-29643: Fix check for --enable-optimizations (GH-873) by INADA Naoki · 7 years ago
  2. 6b1c909 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  3. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  4. b999915 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  5. 51bfaa7 Issue #15819: Drop dead code; -IInclude already added unconditionally by Martin Panter · 8 years ago
  6. 9cbfa79 issue28032: never imply --with-lto as part of --with-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  7. 794b291 Fixes issue# 27983: Cause lack of llvm-profdata tool when using clang - by Gregory P. Smith · 8 years ago
  8. 6d8fdfc Issue #26359: Add the --with-optimizations flag. by Gregory P. Smith · 8 years ago
  9. d34677c do not leak addrinfo in configure test by Benjamin Peterson · 8 years ago
  10. cc8929b https link to the bug tracker (closes #27670) by Benjamin Peterson · 8 years ago
  11. bc82de0 Issue #27641: Comment out regeneration rules when cross compiling by Martin Panter · 8 years ago
  12. 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  13. 42e1029 assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes #24557) by Benjamin Peterson · 8 years ago
  14. c543a0f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  15. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  16. e9ee317 Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen by Martin Panter · 8 years ago
  17. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  18. a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 8 years ago
  19. 6ed42ea Issue #25827: Add support for ICC to configure by Zachary Ware · 9 years ago
  20. 4ff151a Issue #24915: Make PGO builds support Clang and use the test suite for by Brett Cannon · 9 years ago
  21. 99e36b9 Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  22. 2c992a0 backport computed gotos (#4753) by Benjamin Peterson · 9 years ago
  23. a50b0de - Regenerate the configure file. by doko@ubuntu.com · 9 years ago
  24. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  25. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 10 years ago
  26. 64e8f6e use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 10 years ago
  27. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 10 years ago
  28. 983df86 Issue #21166: Prevent possible segfaults and other random failures of by Ned Deily · 10 years ago
  29. c40b903 Issue #21811: Anticipated fixes to 2.7 configure for OS X 10.10 Yosemite. by Ned Deily · 10 years ago
  30. 9ba90c9 - Issue #17752: Fix distutils tests when run from the installed location. by doko@ubuntu.com · 10 years ago
  31. f27ec3e - Issue #21285: Refactor and fix curses configure check to always search by doko@ubuntu.com · 10 years ago
  32. d16e01c mmap obmalloc arenas so that they may be immediately returned to the system when unused (closes #20494) by Benjamin Peterson · 11 years ago
  33. a2a9f57 Issue #1584: Provide options to override default search paths for Tcl and Tk by Ned Deily · 11 years ago
  34. 0d604cf Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  35. 3aa138f Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available by Christian Heimes · 11 years ago
  36. 8e60f6e Issue #18098: The deprecated OS X Build Applet.app fails to build on by Ned Deily · 11 years ago
  37. c875966 -Wformat is needed by gcc 4.8 (closes #17547) by Benjamin Peterson · 11 years ago
  38. b9be7bb fix variable reference to fix --enable-profiling (closes #17550) by Benjamin Peterson · 11 years ago
  39. d65e2ba - Issue #17086: Backport the patches from the 3.3 branch to cross-build by doko@python.org · 12 years ago
  40. fa3f9a3 - Issue #3754: fix typo in pthread AC_CACHE_VAL. by doko@python.org · 12 years ago
  41. 4e63fbe - Issue #17029: Let h2py search the multiarch system include directory. by doko@python.org · 12 years ago
  42. be2b907 Issue #16836: Enable IPv6 support even if IPv6 is disabled on the build host. by Charles-François Natali · 12 years ago
  43. 15daa35 IRIX: force MIPSpro to treat #errors as errors, not warnings. by Trent Nelson · 12 years ago
  44. 17c50cd Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on some platforms. by Mark Dickinson · 12 years ago
  45. 6747326 Issue #16534: On HP-UX ac_cv_olimit_ok=yes is a false positive. by Stefan Krah · 12 years ago
  46. 0afe4e4 Fix more usages of NULL without including stdio.h. by Stefan Krah · 12 years ago
  47. ae66ca6 Issue #13057: Include stdio.h when NULL is used in configure.ac. by Stefan Krah · 12 years ago
  48. 34562e1 Don't add -OPT:Olimit to CFLAGS on AIX, SunOS, HP-UX or IRIX. It breaks them. by Trent Nelson · 12 years ago
  49. abf2051 Issue #15819: use standard autoconf preset output variables. by Trent Nelson · 12 years ago
  50. fcb009c Issue #15819: tweak logic in previous commit (e0a2b14a3cf9). by Trent Nelson · 12 years ago
  51. d86ceec Issue #15819: additional fixes for out-of-tree builds from read-only src. by Trent Nelson · 12 years ago
  52. f6407a1 Issue #15819: Fix out-of-tree builds from a readonly source. by Trent Nelson · 12 years ago
  53. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  54. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago
  55. 2bc1e8f Backport second fix for issue #11149. by Stefan Krah · 13 years ago
  56. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  57. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 13 years ago
  58. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  59. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  60. 97781b0 Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
  61. 4929eb9 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  62. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  63. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  64. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  65. 71f4fbb Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  66. 31e8595 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 14 years ago
  67. cb40277 Merged revisions 87646 via svnmerge from by Antoine Pitrou · 14 years ago
  68. f11d183 Merged revisions 87639 via svnmerge from by Antoine Pitrou · 14 years ago
  69. 3a3e203 Merged revisions 85422 via svnmerge from by Stefan Krah · 14 years ago
  70. 75fed81 Merged revisions 86075 via svnmerge from by Benjamin Peterson · 14 years ago
  71. f2d1b2a Merged revisions 86042 via svnmerge from by Benjamin Peterson · 14 years ago
  72. 7497e91 run autoreconf by Benjamin Peterson · 14 years ago
  73. 7be5a65 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 14 years ago
  74. 285cd16 Merged revisions 84946 via svnmerge from by Antoine Pitrou · 14 years ago
  75. aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  76. b170f17 Merged revisions 84674 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 8572981 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  78. b41947b Merged revisions 84366 via svnmerge from by Antoine Pitrou · 14 years ago
  79. b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. by Martin v. Löwis · 14 years ago
  80. 66556b0 correct default docs by Benjamin Peterson · 14 years ago
  81. 5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; by Mark Dickinson · 14 years ago
  82. 0712b56 Fix configure bug that was misreporting availability of MacOS X 10.5 SDK as available on Linux but not on OS X. by Mark Dickinson · 14 years ago
  83. cbf54b1 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  84. c511b47 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 14 years ago
  85. 9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 14 years ago
  86. 22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 14 years ago
  87. a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  88. d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 14 years ago
  89. 6d5e579 [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS by Marc-André Lemburg · 14 years ago
  90. 01d149f Fix for issue #3646: with this patch it is possible to do a by Ronald Oussoren · 14 years ago
  91. 616de77 Issue #3928: Support 'os.mknod()' in Solaris by Jesus Cea · 14 years ago
  92. 5183ebd - Issue #8509: Fix quoting in help strings and code snippets in configure.in. by Matthias Klose · 14 years ago
  93. 974eb5e Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. by Ronald Oussoren · 14 years ago
  94. 7591285 This check-in fixes two problems: by Ronald Oussoren · 14 years ago
  95. 6cbf90f Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler by Victor Stinner · 14 years ago
  96. d4b721b the == test doesn't work on Solaris #8210 by Benjamin Peterson · 14 years ago
  97. 3b2abe9 fix quotes by Benjamin Peterson · 14 years ago
  98. 11d9323 fix freebsd linking #7705 by Benjamin Peterson · 14 years ago
  99. e9e07bf fix ugly configure output (follow up to #6943) by Benjamin Peterson · 14 years ago
  100. 3281067 handle an empty OPT variable correctly #8100 by Benjamin Peterson · 14 years ago