1. ed11a5d Issue #8767: Restore building with --disable-unicode. by Martin v. Löwis · 12 years ago
  2. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 12 years ago[Renamed from configure.in]
  3. 2bc1e8f Backport second fix for issue #11149. by Stefan Krah · 13 years ago
  4. 93a1175 Issue #13415: Test in configure if unsetenv() has a return value or not. by Charles-François Natali · 13 years ago
  5. 503e5e1 Backport fix for issue #11149. by Stefan Krah · 13 years ago
  6. acacbaa Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  7. 3de8c73 Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling. by Charles-François Natali · 13 years ago
  8. 97781b0 Issue #12592: Make Python build on OpenBSD 5 (and future major releases). by Charles-François Natali · 13 years ago
  9. 4929eb9 Issue #12372: POSIX semaphores are broken on AIX: don't use them. by Charles-François Natali · 13 years ago
  10. 43e1054 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  11. 3a5508e Port build identification from default branch. by Georg Brandl · 13 years ago
  12. 94800df Merged revisions 88430,88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  13. 71f4fbb Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  14. 31e8595 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 14 years ago
  15. cb40277 Merged revisions 87646 via svnmerge from by Antoine Pitrou · 14 years ago
  16. f11d183 Merged revisions 87639 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 3a3e203 Merged revisions 85422 via svnmerge from by Stefan Krah · 14 years ago
  18. 75fed81 Merged revisions 86075 via svnmerge from by Benjamin Peterson · 14 years ago
  19. f2d1b2a Merged revisions 86042 via svnmerge from by Benjamin Peterson · 14 years ago
  20. 1d9d16e Merged revisions 85554 via svnmerge from by R. David Murray · 14 years ago
  21. 7be5a65 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 14 years ago
  22. 285cd16 Merged revisions 84946 via svnmerge from by Antoine Pitrou · 14 years ago
  23. aabdceb Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  24. b170f17 Merged revisions 84674 via svnmerge from by Antoine Pitrou · 14 years ago
  25. 8572981 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  26. b41947b Merged revisions 84366 via svnmerge from by Antoine Pitrou · 14 years ago
  27. b41afb5 Issue #1759169: Drop _XOPEN_SOURCE on Solaris. by Martin v. Löwis · 14 years ago
  28. 66556b0 correct default docs by Benjamin Peterson · 14 years ago
  29. 5e13e29 Issue #8510: Remove nested 'main' functions (causing failure) in 3 configure tests; by Mark Dickinson · 14 years ago
  30. 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
  31. cbf54b1 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  32. c511b47 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 14 years ago
  33. 9f8e0c1 configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 14 years ago
  34. 22520ea - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 14 years ago
  35. a0bea5d - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  36. d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 14 years ago
  37. 6d5e579 [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS by Marc-André Lemburg · 14 years ago
  38. 01d149f Fix for issue #3646: with this patch it is possible to do a by Ronald Oussoren · 14 years ago
  39. 616de77 Issue #3928: Support 'os.mknod()' in Solaris by Jesus Cea · 14 years ago
  40. 5183ebd - Issue #8509: Fix quoting in help strings and code snippets in configure.in. by Matthias Klose · 14 years ago
  41. 974eb5e Add the OSX universal binary related options to CFLAGS instead of BASECFLAGS. by Ronald Oussoren · 14 years ago
  42. 7591285 This check-in fixes two problems: by Ronald Oussoren · 14 years ago
  43. 0000295 Issue #1222585: Added LDCXXSHARED for C++ support by Tarek Ziadé · 14 years ago
  44. 6cbf90f Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler by Victor Stinner · 14 years ago
  45. d4b721b the == test doesn't work on Solaris #8210 by Benjamin Peterson · 14 years ago
  46. 3b2abe9 fix quotes by Benjamin Peterson · 14 years ago
  47. 11d9323 fix freebsd linking #7705 by Benjamin Peterson · 14 years ago
  48. e9e07bf fix ugly configure output (follow up to #6943) by Benjamin Peterson · 14 years ago
  49. 3281067 handle an empty OPT variable correctly #8100 by Benjamin Peterson · 14 years ago
  50. 5820efb Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase). by Ezio Melotti · 14 years ago
  51. 7875ef6 Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. by Martin v. Löwis · 14 years ago
  52. 5e2dd86 Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. by Martin v. Löwis · 14 years ago
  53. bc0e83c Finish fix for issue 7715, after explicit search for calls to `arch` by Ronald Oussoren · 14 years ago
  54. 9922f17 Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal by Ronald Oussoren · 14 years ago
  55. 92397ce Explicitly use /usr/bin/arch on OSX, fixes issue 7715 by Ronald Oussoren · 14 years ago
  56. 3c0a126 This patch ensures that the configure-script mentions checking for --enable-universalsdk by Ronald Oussoren · 14 years ago
  57. a55af9a - Issue #7658: Ensure that the new pythonw executable works on OSX 10.4 by Ronald Oussoren · 14 years ago
  58. 1c335e6 use pkg-config to find the libffi headers when --with-system-ffi is used #6943 by Benjamin Peterson · 15 years ago
  59. 0ef0b91 More configure fixes: avoid sh 'integer argument expected' error when 'long long' type doesn't exist. by Mark Dickinson · 15 years ago
  60. 5ce8474 Add missing quotes. by Mark Dickinson · 15 years ago
  61. 2c19674 add a --with-system-expat option to build pyexpat against the system's lib #7609 by Benjamin Peterson · 15 years ago
  62. 92919a6 Issue #6834: replace the implementation for the 'python' and 'pythonw' executables on OSX. by Ronald Oussoren · 15 years ago
  63. 59dc89e Issue #7492: Autoconf tests were leaving semaphore files behind. Add by Mark Dickinson · 15 years ago
  64. 91c12eb disable pymalloc tricks with the --with-valgrind option #2422 by Benjamin Peterson · 15 years ago
  65. 30b3b35 Issue #7333: The `posix` module gains an `initgroups()` function providing by Antoine Pitrou · 15 years ago
  66. c63392c Multiprocessing configure checks don't need LIBM by Mark Dickinson · 15 years ago
  67. 5afa6d4 Issue #7272, continued: don't re-use existing HAVE_BROKEN_POSIX_SEMAPHORES by Mark Dickinson · 15 years ago
  68. 50ea456 Issue #6508: Add posix.{getresuid,getresgid,setresuid,setresgid}. by Martin v. Löwis · 15 years ago
  69. c4920e8 Issue #7272: Add configure test to detect whether sem_open works by Mark Dickinson · 15 years ago
  70. 315cd0c Fix for issue #7085 by Ronald Oussoren · 15 years ago
  71. 82864d1 Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString, by Mark Dickinson · 15 years ago
  72. a548dee Issue #5792: Extend short float repr support to x86 platforms using suncc or icc. by Mark Dickinson · 15 years ago
  73. d8cb2d9 see issue1006238, this merges in the following patch to ease cross by Gregory P. Smith · 15 years ago
  74. bb21389 see http://bugs.python.org/issue1006238 this merges in the following by Gregory P. Smith · 15 years ago
  75. ec3b8bd issue1115: convert some AC_TRY_RUNs into AC_TRY_COMPILEs. by Gregory P. Smith · 15 years ago
  76. d9ff74e Some platforms have rl_completion_append_character but not rl_completion_suppress_append. by Antoine Pitrou · 15 years ago
  77. 99abd14 Configure check for double rounding should take BASECFLAGS into account by Mark Dickinson · 15 years ago
  78. 1d6e2e1 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 15 years ago
  79. 9ebd242 * Update the Mac/README file. Add the list of OSX-specific configure options by Ronald Oussoren · 15 years ago
  80. a9cfbde Fix typo in error message by Ronald Oussoren · 15 years ago
  81. 84ddd72 This is an update to r74701. How hard can it be to get a configure test right. by Ronald Oussoren · 15 years ago
  82. 23d9253 Fix typo in configure.in by Ronald Oussoren · 15 years ago
  83. 2596758 Fix build issues on OSX 10.6 (issue 6802) by Ronald Oussoren · 15 years ago
  84. 65898e0 Add configure-time checks for gamma and error functions. by Mark Dickinson · 15 years ago
  85. fe18a11 #5047: remove Monterey support from configure. by Georg Brandl · 15 years ago
  86. 130ae15 Add a check to ensure the correct autoconf version is used by Alexandre Vassalotti · 15 years ago
  87. e7cf118 Double-quote the test case for %zd printf() format support to avoid by Alexandre Vassalotti · 15 years ago
  88. 66da263 Clean up the test case for broken poll(). by Alexandre Vassalotti · 15 years ago
  89. 30267d6 Double-quote the test cases for chflags() and lchflags() by Alexandre Vassalotti · 15 years ago
  90. 0090089 Cache the results of all runtime checks. by Alexandre Vassalotti · 15 years ago
  91. 856782e Rename the useless AC_INCLUDES_DEFAULT and protect the includes. by Alexandre Vassalotti · 15 years ago
  92. 786c29e Use AC_CHECK_SIZEOF to find the size of off_t, pthread_t and time_t. by Alexandre Vassalotti · 15 years ago
  93. 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
  94. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  95. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  96. 464432d Update bug tracker URL. by Georg Brandl · 15 years ago
  97. e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
  98. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  99. 61dbdb9 - configure.in: Don't error, when no --with-dbmliborder option is present by Matthias Klose · 15 years ago
  100. 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago