1. 1142de3 Patch #527027: Allow building python as shared library. by Martin v. Löwis · 22 years ago
  2. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  3. 16c2297 Enable pymalloc by default. by Neil Schemenauer · 22 years ago
  4. 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 22 years ago
  5. 4e732dc Expand LINKCC in configure.in. Suggested in bug report #529713. by Martin v. Löwis · 22 years ago
  6. 3d2b549 Patch 527434: Avoid double inclusion of thread.o on Sol2.8. by Martin v. Löwis · 22 years ago
  7. 524a098 Add a -Wno-long-double flag to the compile flags on Mac OS X. Fixes bug by Jack Jansen · 22 years ago
  8. 90d1006 Add fix for AIX as reported by srubben in SF bug #477487. by Jeremy Hylton · 22 years ago
  9. 4f8d054 When testing for availability of pthreads without special compiler options by Jack Jansen · 22 years ago
  10. 0c46c0c Apply Jack's patch attached to by Michael W. Hudson · 22 years ago
  11. a82d347 Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX by Martin v. Löwis · 22 years ago
  12. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  13. 54a3941 Bump version number to 2.3 by Andrew M. Kuchling · 22 years ago
  14. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 22 years ago
  15. 5424113 Fix for: by Michael W. Hudson · 23 years ago
  16. dd19cf8 Silly mistake in build directory extension fix. by Jack Jansen · 23 years ago
  17. 1999ef4 Test wether we are building on a case-insensitive filesystem (such by Jack Jansen · 23 years ago
  18. 8a97f4a sys.platform on Mac OS X is now "darwin", without any version number appended. by Jack Jansen · 23 years ago
  19. e1ceaa0 Define NDEBUG when compiling a release build on Unix. by Fred Drake · 23 years ago
  20. 06f15bb Compute thread headers through shell expansion in configure. Fixes #485679. by Martin v. Löwis · 23 years ago
  21. 44ddbde Remove INET6 define. Use ENABLE_IPV6 instead. by Martin v. Löwis · 23 years ago
  22. 418c3b1 OSX tests used specific version numbers to test for new features and by Jack Jansen · 23 years ago
  23. c010b6d Add sys/types.h and stdio.h into getaddrinfo test, based on itojun's message by Martin v. Löwis · 23 years ago
  24. 666b1e7 Link the core with CoreServices, not with Carbon, and don't use any Carbon by Jack Jansen · 23 years ago
  25. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  26. 861a65b Include netdb.h to detect getaddrinfo. Work around problem with getaddrinfo by Martin v. Löwis · 23 years ago
  27. af5567f install on HP-UX does not support the -d option. Using the install-sh instead. by Neil Schemenauer · 23 years ago
  28. 67b2659 Patch from SF bug #473150: configure weaknesses on HP-UX (Michael Piotrowski) by Guido van Rossum · 23 years ago
  29. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  30. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  31. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  32. b7da67a Use CXX in LINKCC if CXX is used to build main() and the system requires by Martin v. Löwis · 23 years ago
  33. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  34. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  35. a5f73f9 Check whether pthreads are available without any options before checking by Martin v. Löwis · 23 years ago
  36. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  37. 8158b5a Provide explicit program when trying to link pthread_create. by Martin v. Löwis · 23 years ago
  38. 25ae43b Support OpenUNIX like UnixWare. by Martin v. Löwis · 23 years ago
  39. 260aecc Use AC_TRY_RUN for checking for -Kpthread. by Martin v. Löwis · 23 years ago
  40. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  41. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  42. ce608b0 Fix SF bug 419062: building pbs on AIX 4.3.2 by Guido van Rossum · 23 years ago
  43. 3065c94 Add cross-compilation defaults to most AC_TRY_RUN values. The by Guido van Rossum · 23 years ago
  44. 127e56e When frameworks are not enabled don't put an empty target in the Makefile. by Jack Jansen · 23 years ago
  45. 5b718fc Use $(CC) -G to link shared libraries on Solaris. by Martin v. Löwis · 23 years ago
  46. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  47. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  48. a3891ea (Slightly modified) patch by Steve Spicklemire to make Python build by Jack Jansen · 23 years ago
  49. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  50. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  51. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  52. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  53. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  54. 9c63e6d Always compile gcmodule. by Neil Schemenauer · 23 years ago
  55. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  56. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  57. 591cbed MacOSX: if we're building without --enable-toolbox-glue don't attempt to by Jack Jansen · 23 years ago
  58. b6e9cad Lots of changes in the framework support: by Jack Jansen · 23 years ago
  59. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  60. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  61. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
  62. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
  63. 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 23 years ago
  64. b0db85a Remove redundant check for 'getaddrinfo' (it's already checked the block by Thomas Wouters · 23 years ago
  65. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  66. ca06bc6 - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify by Jack Jansen · 23 years ago
  67. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  68. 784d3df Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in, by Martin v. Löwis · 23 years ago
  69. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  70. 9db2f57 Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family. by Martin v. Löwis · 23 years ago
  71. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  72. 123cbd2 Use -Kpthread when trying to find out the size of pthread_t. by Martin v. Löwis · 23 years ago
  73. 130fb17 Patch #418659: Fixes for UnixWare and ReliantUnix. by Martin v. Löwis · 23 years ago
  74. b926866 Deactivate definition of ss_family and ss_len. Fixes bug #440486. by Martin v. Löwis · 23 years ago
  75. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  76. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  77. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  78. 9f71582 Check for --with-pydebug earlier, and record the result. by Fred Drake · 23 years ago
  79. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  80. fd91779 Default to ucs2 when no argument to --enable-unicode is specified. by Martin v. Löwis · 23 years ago
  81. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  82. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  83. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  84. c49e5b7 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Jack Jansen · 23 years ago
  85. 2ca5f3b Add a check for sys/modem.h, needed by termios on HP-UX. by Fred Drake · 23 years ago
  86. f8b71c5 Process Setup* files with makesetup in the same order as the makefile. by Neil Schemenauer · 23 years ago
  87. 6db412b Bump the version number in more places by Guido van Rossum · 23 years ago
  88. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  89. a42c827 "install -d" does not work on BSDI systems even though autoconf thinks by Neil Schemenauer · 23 years ago
  90. 4edbc2a Add CONFIG_ARGS Makefile variable (saves the arguments passed to configure). by Neil Schemenauer · 23 years ago
  91. bec1958 Use proper compiler flags on UnixWare. Closes bug #231439. by Martin v. Löwis · 23 years ago
  92. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  93. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 23 years ago
  94. a1a84e7 Move all knowledge that $(MAINOBJ) is built in the Modules/ directory by Fred Drake · 23 years ago
  95. f25cf6c Add Python/ prefix to files in LIBOBJS. This closes SF bug "[ #404827 ] Python by Neil Schemenauer · 23 years ago
  96. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  97. acbf9ef Don't create the Include directory if building outside of the source by Neil Schemenauer · 23 years ago
  98. f55204b Rip out various module-enabling switches, made obsolete by setup.py by Andrew M. Kuchling · 23 years ago
  99. 9505272 Revert SF patch #103655. Martin Löwis says: by Neil Schemenauer · 23 years ago
  100. 6625216 Use -G option for linking shared libraries on Solaris (SF patch #103656). by Neil Schemenauer · 23 years ago