1. d6359c5 Always link libpython.so with LIBS. Fixes #589422. by Martin v. Löwis · 22 years ago
  2. ea0c382 - Get _environ through the NSEnviron call in a MacOSX framework. This allows by Jack Jansen · 22 years ago
  3. 1bc894b Shared libraries also work on GNU/Hurd. Suggested by Matthias Klose. by Martin v. Löwis · 22 years ago
  4. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  5. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  6. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  7. e5bd2f4 Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests by Guido van Rossum · 22 years ago
  8. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  9. 5a7ef7e Define _XOPEN_SOURCE in configure and Python.h. by Jeremy Hylton · 22 years ago
  10. af4c12f Use AC_FUNC_SETPGRP. by Jeremy Hylton · 22 years ago
  11. 938ace6 staticforward bites the dust. by Jeremy Hylton · 22 years ago
  12. cccd1e7 Remove the configure option for disabling the reference cycle GC. by Neil Schemenauer · 22 years ago
  13. 8345f71 Not sure how I forgot to check these in - thought I did all the files in one by Skip Montanaro · 22 years ago
  14. 0b06be7 Patch #557719 by Tony Lownds, slightly massaged by me: streamline the by Jack Jansen · 22 years ago
  15. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  16. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  17. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  18. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  19. 065c1a2 Stop testing for sigprocmask. This is a stop gap measure until I work by Michael W. Hudson · 22 years ago
  20. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  21. 1931ca7 Use somewhat longer C++ program to detect whether linking requires the C++ by Martin v. Löwis · 22 years ago
  22. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  23. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  24. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  25. 09bdf72 Patch #553403: Fix typo. by Martin v. Löwis · 22 years ago
  26. b51033d Patch #551093: Let cygwin default to --enable-shared. by Martin v. Löwis · 22 years ago
  27. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  28. a454857 Test for --export-dynamic directly to avoid problems with binutils 2.12. by Martin v. Löwis · 22 years ago
  29. e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 22 years ago
  30. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  31. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  32. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  33. 9701732 Bump AC_PREREQ to 2.53. by Martin v. Löwis · 22 years ago
  34. 0036cba Remove acconfig.h. by Martin v. Löwis · 22 years ago
  35. 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 22 years ago
  36. c45929e Move autoheader declarations into configure.in. by Martin v. Löwis · 22 years ago
  37. 2d7e264 Eliminate use of LIBOBJS which is an error in autoconf 2.53. by Martin v. Löwis · 22 years ago
  38. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  39. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  40. 16c2297 Enable pymalloc by default. by Neil Schemenauer · 22 years ago
  41. 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 22 years ago
  42. 4e732dc Expand LINKCC in configure.in. Suggested in bug report #529713. by Martin v. Löwis · 22 years ago
  43. 3d2b549 Patch 527434: Avoid double inclusion of thread.o on Sol2.8. by Martin v. Löwis · 22 years ago
  44. 524a098 Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug by Jack Jansen · 22 years ago
  45. 4f8d054 When testing for availability of pthreads without special compiler options by Jack Jansen · 22 years ago
  46. 594bc80 Regenerate. by Michael W. Hudson · 22 years ago
  47. a82d347 Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX by Martin v. Löwis · 22 years ago
  48. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  49. f2f219d Regenerate configure script by Andrew M. Kuchling · 22 years ago
  50. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 22 years ago
  51. 5424113 Fix for: by Michael W. Hudson · 23 years ago
  52. dd19cf8 Silly mistake in build directory extension fix. by Jack Jansen · 23 years ago
  53. 1999ef4 Test wether we are building on a case-insensitive filesystem (such by Jack Jansen · 23 years ago
  54. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
  55. e1ceaa0 Define NDEBUG when compiling a release build on Unix. by Fred Drake · 23 years ago
  56. 06f15bb Compute thread headers through shell expansion in configure. Fixes #485679. by Martin v. Löwis · 23 years ago
  57. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  58. 418c3b1 OSX tests used specific version numbers to test for new features and by Jack Jansen · 23 years ago
  59. c010b6d Add sys/types.h and stdio.h into getaddrinfo test, based on itojun's message by Martin v. Löwis · 23 years ago
  60. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  61. 861a65b Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo by Martin v. Löwis · 23 years ago
  62. af5567f install on HP-UX does not support the -d option. Using the install-sh instead. by Neil Schemenauer · 23 years ago
  63. 67b2659 Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski) by Guido van Rossum · 23 years ago
  64. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  65. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  66. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  67. b7da67a Use CXX in LINKCC if CXX is used to build main() and the system requires by Martin v. Löwis · 23 years ago
  68. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  69. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  70. a5f73f9 Check whether pthreads are available without any options before checking by Martin v. Löwis · 23 years ago
  71. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  72. 8158b5a Provide explicit program when trying to link pthread_create. by Martin v. Löwis · 23 years ago
  73. 25ae43b Support OpenUNIX like UnixWare. by Martin v. Löwis · 23 years ago
  74. 260aecc Use AC_TRY_RUN for checking for -Kpthread. by Martin v. Löwis · 23 years ago
  75. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  76. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  77. ce608b0 Fix SF bug 419062: building pbs on AIX 4.3.2 by Guido van Rossum · 23 years ago
  78. 3065c94 Add cross-compilation defaults to most AC_TRY_RUN values. The by Guido van Rossum · 23 years ago
  79. 127e56e When frameworks are not enabled don't put an empty target in the Makefile. by Jack Jansen · 23 years ago
  80. 5b718fc Use $(CC) -G to link shared libraries on Solaris. by Martin v. Löwis · 23 years ago
  81. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  82. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  83. a3891ea (Slightly modified) patch by Steve Spicklemire to make Python build by Jack Jansen · 23 years ago
  84. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  85. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  86. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  87. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  88. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  89. cf22946 Always build gcmodule. by Neil Schemenauer · 23 years ago
  90. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  91. e3eb1f2 Patch #427190: Implement and use METH_NOARGS and METH_O. by Martin v. Löwis · 23 years ago
  92. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  93. 591cbed MacOSX: if we're building without --enable-toolbox-glue don't attempt to by Jack Jansen · 23 years ago
  94. e578a63 Oops, forgot to check in configure. by Jack Jansen · 23 years ago
  95. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  96. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  97. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
  98. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
  99. 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 23 years ago
  100. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago