1. 48e14d3 Use --as-needed when linking libpython3.so. Closes #11347. by Martin v. Löwis · 13 years ago
  2. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  3. 1ca2e79 Commit the hg build identification patch from the pymigr repo. by Georg Brandl · 13 years ago
  4. 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 13 years ago
  5. 3f0df3b Merged revisions 88430 via svnmerge from by Georg Brandl · 13 years ago
  6. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 13 years ago
  7. 216e404 #11184: Fix large file support on AIX. by Georg Brandl · 13 years ago
  8. 59e87bd #730467: Another small AIX fix. by Georg Brandl · 13 years ago
  9. 9a829be #941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou. by Georg Brandl · 13 years ago
  10. 9b142aa Issue #11121: Fix building with --enable-shared. by Martin v. Löwis · 13 years ago
  11. a75c105 Merged revisions 87698 via svnmerge from by Antoine Pitrou · 14 years ago
  12. f3fcd9f Issue #7716: Under Solaris, don't assume existence of /usr/xpg4/bin/grep in by Antoine Pitrou · 14 years ago
  13. 59dd7ab Merged revisions 87646 via svnmerge from by Antoine Pitrou · 14 years ago
  14. ece919e Fix bad quoting in r87639. Caught by Arfrever. by Antoine Pitrou · 14 years ago
  15. f1cc81a Merged revisions 87639 via svnmerge from by Antoine Pitrou · 14 years ago
  16. c224458 Issue #10475: Don't hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD by Antoine Pitrou · 14 years ago
  17. d1fc34d Build and install libpython3.so. by Martin v. Löwis · 14 years ago
  18. 138fa43 regenerate configure based on r87207. by Gregory P. Smith · 14 years ago
  19. 436709c Compile correctly under OpenIndiana (and possibly Solaris 11 Express) by Jesus Cea · 14 years ago
  20. 14d98ac Final patch for issue 9807. by Barry Warsaw · 14 years ago
  21. ec0d355 Regenerated configure and pyconfig.h.in. by Mark Dickinson · 14 years ago
  22. d4694ed fix output for getaddrinfo bug check #7059 by Benjamin Peterson · 14 years ago
  23. 076ed00 add --enable-loadable-sqlite-extensions #10268 by Benjamin Peterson · 14 years ago
  24. bdf5eff add 'no' output to --with-system-ffi by Benjamin Peterson · 14 years ago
  25. 7926325 add no output to with-system-ffi and with-system-expat by Benjamin Peterson · 14 years ago
  26. f040d7d One more change for issue 9807, by Matthias Klose. by Barry Warsaw · 14 years ago
  27. c980ffd Drop OPT:Olimit, as it confuses SunPRO (and other compilers). by Martin v. Löwis · 14 years ago
  28. 8cf4eae First (uncontroversial) part of issue 9807. by Barry Warsaw · 14 years ago
  29. d8d835b run autoconf by Benjamin Peterson · 14 years ago
  30. 278266f Run autoconf to update configure.in -> configure. by Barry Warsaw · 14 years ago
  31. b1c5496 Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, by Antoine Pitrou · 14 years ago
  32. d4958c2 Followup to #9437: since LDFLAGS is now appended to LDSHARED in the Makefile, by Antoine Pitrou · 14 years ago
  33. c158354 Merged revisions 85349 via svnmerge from by Antoine Pitrou · 14 years ago
  34. 1bf29b7 Some platforms provide uintptr_t in inttypes.h. Patch by Akira Kitada. by Antoine Pitrou · 14 years ago
  35. 6e41347 Merged revisions 84946 via svnmerge from by Antoine Pitrou · 14 years ago
  36. f6350d2 Issue #1633863: Don't ignore $CC under AIX. by Antoine Pitrou · 14 years ago
  37. feb7307 #9210: remove --with-wctype-functions configure option. by Amaury Forgeot d'Arc · 14 years ago
  38. 80f45a0 Merged revisions 84680 via svnmerge from by Antoine Pitrou · 14 years ago
  39. 8e6b407 Issue #941346: Improve the build process under AIX and allow Python to by Antoine Pitrou · 14 years ago
  40. 5ea2828 Merged revisions 84674 via svnmerge from by Antoine Pitrou · 14 years ago
  41. a4e4ae2 Followup to #4026: better patch for flock detection. by Antoine Pitrou · 14 years ago
  42. 15db144 Merged revisions 84584 via svnmerge from by Antoine Pitrou · 14 years ago
  43. a300007 Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 14 years ago
  44. d7f73e9 run autoreconf by Benjamin Peterson · 14 years ago
  45. 35f3a2c PEP 3149 is accepted. by Barry Warsaw · 14 years ago
  46. a606faa Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC by Daniel Stutzbach · 14 years ago
  47. 48fd2a6 Merged revisions 84366 via svnmerge from by Antoine Pitrou · 14 years ago
  48. 33a2994 Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by by Antoine Pitrou · 14 years ago
  49. 042b128 Issue #9203: Computed gotos are now enabled by default on supported by Antoine Pitrou · 14 years ago
  50. 18b0056 Revert temporary debugging commit from r82756. by Mark Dickinson · 14 years ago
  51. 9cec307 Remove temporary debugging code. by Mark Dickinson · 14 years ago
  52. c951119 Add configure check for a bug with gcc soft floating-point and subnormals, to help debug issue 8265. by Mark Dickinson · 14 years ago
  53. ee33969 Temporary debug commit: include gcc version in configure output. If this doesn't help with reproducing test_float failures then I'll create a separate branch to work on this issue. by Mark Dickinson · 14 years ago
  54. d4fcdb1 Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running by Jeffrey Yasskin · 14 years ago
  55. 19a1488 Merged revisions 81004 via svnmerge from by Benjamin Peterson · 14 years ago
  56. c2037d6 only use -fno-strict-aliasing when needed by compiler by Benjamin Peterson · 14 years ago
  57. f7155a3 run autoreconf by Benjamin Peterson · 14 years ago
  58. 6ed7ac4 Revert r82089. Commit was intended for a branch. by Jean-Paul Calderone · 14 years ago
  59. 867c435 merge forward from the python 2.x branch by Jean-Paul Calderone · 14 years ago
  60. 1a41576 Merged revisions 81582 via svnmerge from by Martin v. Löwis · 14 years ago
  61. 8c2b6f1 Recorded merge of revisions 81077 via svnmerge from by Mark Dickinson · 14 years ago
  62. b2153e9 Merged revisions 80832 via svnmerge from by Mark Dickinson · 14 years ago
  63. 6a79229 Deprecate OSF* support by Jesus Cea · 14 years ago
  64. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  65. 82af01d Merged revisions 78965 via svnmerge from by Benjamin Peterson · 14 years ago
  66. df700f0 Merged revisions 80665 via svnmerge from by Marc-André Lemburg · 14 years ago
  67. 86b33c8 Merged revisions 80647 via svnmerge from by Ronald Oussoren · 14 years ago
  68. 0f752ee Merged revisions 80576 via svnmerge from by Jesus Cea · 14 years ago
  69. 740f53a Merged revisions 80574 via svnmerge from by Jesus Cea · 14 years ago
  70. bada4c3 configure.in: Avoid autoconf warning: Assume C89 semantics that by Matthias Klose · 14 years ago
  71. b159a55 configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE, by Matthias Klose · 14 years ago
  72. af30c5d configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ by Matthias Klose · 14 years ago
  73. 2b8733f - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING by Matthias Klose · 14 years ago
  74. b962171 - Issue #8510: Update to autoconf2.65. by Matthias Klose · 14 years ago
  75. c80c93f Merged revisions 80443 via svnmerge from by Matthias Klose · 14 years ago
  76. 712979d * Fixes cut&paste error in configure by Ronald Oussoren · 14 years ago
  77. 79a9351 Merged revisions 80191 via svnmerge from by Ronald Oussoren · 14 years ago
  78. 666028b Merged revisions 80187 via svnmerge from by Ronald Oussoren · 14 years ago
  79. 99f0376 regen configure by Benjamin Peterson · 14 years ago
  80. e6c9d24 build without -fno-strict-aliasing when gcc isn't buggy #3326 by Benjamin Peterson · 14 years ago
  81. 00d6a1d Merged revisions 79392 via svnmerge from by Victor Stinner · 14 years ago
  82. e7e59c2 Merged revisions 79352 via svnmerge from by Benjamin Peterson · 14 years ago
  83. 65b4ec5 Merged revisions 79351 via svnmerge from by Benjamin Peterson · 14 years ago
  84. ab0a752 Merged revisions 78962,78964 via svnmerge from by Benjamin Peterson · 14 years ago
  85. 2417634 Merged revisions 78818 via svnmerge from by Benjamin Peterson · 14 years ago
  86. 0f64b0b Merged revisions 78819 via svnmerge from by Benjamin Peterson · 14 years ago
  87. 1718bd1 Merged revisions 78817 via svnmerge from by Benjamin Peterson · 14 years ago
  88. d4be7a2 Merged revisions 78808 via svnmerge from by Ronald Oussoren · 14 years ago
  89. 92fb941 Bugfix for the fix for issue 8067 by Ronald Oussoren · 14 years ago
  90. 095d282 Merged revisions 78782 via svnmerge from by Ronald Oussoren · 14 years ago
  91. b8f11a6 Fix for issue 8067 by Ronald Oussoren · 14 years ago
  92. 8a0212e revert change unapplicable to 3.1 by Benjamin Peterson · 14 years ago
  93. 725e023 revert unapplicable change to py3k by Benjamin Peterson · 14 years ago
  94. f8c3a62 run autoconf by Benjamin Peterson · 14 years ago
  95. d5cbf45 run autoconf by Benjamin Peterson · 14 years ago
  96. 4d0a20a Merged revisions 78204 via svnmerge from by Martin v. Löwis · 14 years ago
  97. 19ed3c8 Merged revisions 78202 via svnmerge from by Martin v. Löwis · 14 years ago
  98. f659422 Merged revisions 78196 via svnmerge from by Martin v. Löwis · 14 years ago
  99. 7671efc Merged revisions 78194 via svnmerge from by Martin v. Löwis · 14 years ago
  100. 175a884 Merged revisions 78156 via svnmerge from by Ronald Oussoren · 14 years ago