1. 450d561 This is a fix for Issue5809: you shouldn't specify both --enable-framework and by Ronald Oussoren · 15 years ago
  2. f2caeed Issue #3585: Add pkg-config support. by Antoine Pitrou · 15 years ago
  3. e5afa3b support building with subversion 1.7 #6094 by Benjamin Peterson · 15 years ago
  4. 464432d Update bug tracker URL. by Georg Brandl · 15 years ago
  5. 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
  6. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  7. 61dbdb9 - configure.in: Don't error, when no --with-dbmliborder option is present by Matthias Klose · 15 years ago
  8. 51c614e - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  9. 10cbe48 - Issue #4587: Add configure option --with-dbmliborder=db1:db2:... to specify by Matthias Klose · 15 years ago
  10. 8e5446f Backport r71704 (add configure check for C99 round function) to trunk. by Mark Dickinson · 15 years ago
  11. 355b126 issue5545: Switch to Autoconf for multiprocessing; special thanks to Martin Lowis for help by Jesse Noller · 15 years ago
  12. bcd64a3 #1676135: remove trailing slashes from --prefix argument. by Georg Brandl · 15 years ago
  13. bb8cb0e Fix issue where 'make altinstall' or 'make install' would install everything by Ronald Oussoren · 15 years ago
  14. efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 15 years ago
  15. 1de3327 It's wrong to use AC_REPLACE_FUNCS for hypot, since there's no longer any by Mark Dickinson · 16 years ago
  16. d181e3a isinf and isnan are macros, not functions; fix configure script by Mark Dickinson · 16 years ago
  17. 04b2723 Add autoconf test to detect x87-style double rounding, as described in by Mark Dickinson · 16 years ago
  18. 516144f If user configures --without-gcc give preference to $CC instead of blindly by Skip Montanaro · 16 years ago
  19. 79f9049 Fix for issue4472: "configure --enable-shared doesn't work on OSX" by Ronald Oussoren · 16 years ago
  20. 4d756af typo in comment by Skip Montanaro · 16 years ago
  21. 98b1b02 note the version that works by Benjamin Peterson · 16 years ago
  22. 4b9bcfc #4316: fix configure.in markup problem. by Georg Brandl · 16 years ago
  23. bb86d83 Issue #4204: Fixed module build errors on FreeBSD 4. by Martin v. Löwis · 16 years ago
  24. 174440b Bump version to 2.7. Regenerate. by Martin v. Löwis · 16 years ago
  25. 29ec750 bugfix to r66283 (see issue #1204). by Gregory P. Smith · 16 years ago
  26. 980b99b - Issue #1204: The configure script now tests for additional libraries by Gregory P. Smith · 16 years ago
  27. ff7b2d5 Fix issue 3645: OpenBSD required -lcurses when linking with readline by Gregory P. Smith · 16 years ago
  28. a4cb472 Fix typo in the `arch` commandline by Ronald Oussoren · 16 years ago
  29. 5a849d4 Fix buglet in fix for issue3381 by Ronald Oussoren · 16 years ago
  30. 4347c44 #3381 fix framework builds on 10.4 by Benjamin Peterson · 16 years ago
  31. 0e6ea5d fix framework install on Mac 10.4 by Benjamin Peterson · 16 years ago
  32. dc1688a Fix typo in configure.in, and propagate configure.in changes from r64002 by Mark Dickinson · 16 years ago
  33. 711c9e9 Add long double check support to configure test. by Travis E. Oliphant · 16 years ago
  34. 0d236eb Fix build issue on OSX 10.4 by Ronald Oussoren · 16 years ago
  35. 2a3e3d0 Aldo Cortesi confirmed this is still needed for OpenBSD 4.2 and 4.3. by Neal Norwitz · 16 years ago
  36. 5640ce2 MacOS X: Enable 4-way universal builds by Ronald Oussoren · 16 years ago
  37. 8b12ee1 fix typo (thank Georg) by Benjamin Peterson · 16 years ago
  38. d7c7784 put a big note on configure.in asking people to run autoconf by Benjamin Peterson · 16 years ago
  39. 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 16 years ago
  40. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  41. 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 16 years ago
  42. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  43. 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 16 years ago
  44. 7a3d864 Make configure test for tanh(-0.) == -0. committed in r62447 actually by Mark Dickinson · 16 years ago
  45. 265d738 test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, by Mark Dickinson · 16 years ago
  46. dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 16 years ago
  47. 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 16 years ago
  48. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  49. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 16 years ago
  50. aa5778d Remove our implementation of memmove() and strerror(); both are in the C89 by Brett Cannon · 16 years ago
  51. 1b4e45b Allow Gnu gcc's to build python on OSX by removing -Wno-long-double, by Jeffrey Yasskin · 16 years ago
  52. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 16 years ago
  53. 91a1dec Fix --enable-universalsdk and its comment line so that zsh's flag completion by Brett Cannon · 16 years ago
  54. 9a8bb0e Fix a minor typo. by Brett Cannon · 16 years ago
  55. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 16 years ago
  56. cba36bb Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 16 years ago
  57. 4872351 Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :) by Christian Heimes · 17 years ago
  58. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  59. cb78de6 Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 17 years ago
  60. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  61. db3d6cb Fixed #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  62. 7c862f8 Patch #1608. Someone with access to autoconf 2.61 or higher needs to by Guido van Rossum · 17 years ago
  63. a51d5c8 Fix chflags issue on Tru64, from #1490190. by Martin v. Löwis · 17 years ago
  64. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  65. 486b1b0 Issue #1292: On alpha, arm, ppc, and s390 linux systems the by Thomas Heller · 17 years ago
  66. 6e183f8 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  67. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  68. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  69. 38f1b98 Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used by Ronald Oussoren · 17 years ago
  70. eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 17 years ago
  71. 7221d93 Note that BeOS is unsupported as of Python 2.6. by Skip Montanaro · 17 years ago
  72. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  73. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
  74. eb62357 Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 17 years ago
  75. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 17 years ago
  76. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 18 years ago
  77. 4d542ec Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 by Martin v. Löwis · 18 years ago
  78. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  79. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  80. c1d7597 Restore CFLAGS after checking for __attribute__ by Martin v. Löwis · 18 years ago
  81. aac1316 Add check for the PyArg_ParseTuple format, and declare it if it is supported. by Martin v. Löwis · 18 years ago
  82. fefbc20 Forward-port r52358: by Martin v. Löwis · 18 years ago
  83. 40e9aed Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. Will backport. by Martin v. Löwis · 18 years ago
  84. ebe2670 Fix test for uintptr_t. Fixes #1568842. Will backport. by Martin v. Löwis · 18 years ago
  85. 4a8fbdb Fix %zd string formatting on Mac OS X so it prints negative numbers. by Neal Norwitz · 18 years ago
  86. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  87. 9be5732 Try to get Unix bots install working again. by Neal Norwitz · 18 years ago
  88. c95f756 It's unlikely that future versions will require _POSIX_C_SOURCE by Ronald Oussoren · 18 years ago
  89. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  90. f875264 This patch solves the problem Skip was seeing with zlib, this patch ensures that by Ronald Oussoren · 18 years ago
  91. 05fdbf1 Make check order match in configure and configure.in. by Walter Dörwald · 18 years ago
  92. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  93. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  94. 7659f0f Fix typo. Backport if anyone cares. :-) by Neal Norwitz · 18 years ago
  95. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  96. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  97. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  98. 222c515 Port to OpenBSD 3.9. Patch from Aldo Cortesi. by Martin v. Löwis · 18 years ago
  99. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  100. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago