1. 3065c94 Add cross-compilation defaults to most AC_TRY_RUN values. The by Guido van Rossum · 23 years ago
  2. 127e56e When frameworks are not enabled don't put an empty target in the Makefile. by Jack Jansen · 23 years ago
  3. 5b718fc Use $(CC) -G to link shared libraries on Solaris. by Martin v. Löwis · 23 years ago
  4. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  5. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  6. a3891ea (Slightly modified) patch by Steve Spicklemire to make Python build by Jack Jansen · 23 years ago
  7. 98935bf SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro). by Guido van Rossum · 23 years ago
  8. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  9. 36546db Patch #455231: Support ELF properly on OpenBSD. by Martin v. Löwis · 23 years ago
  10. 703ad70 Use -fPIC instead of -fpic for gcc on HP/UX. Fixes bug #433234. by Martin v. Löwis · 23 years ago
  11. a5f8bb5 Check for RFC 2553 API. Fixes bug #454493. by Martin v. Löwis · 23 years ago
  12. 9c63e6d Always compile gcmodule. by Neil Schemenauer · 23 years ago
  13. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  14. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  15. 591cbed MacOSX: if we're building without --enable-toolbox-glue don't attempt to by Jack Jansen · 23 years ago
  16. b6e9cad Lots of changes in the framework support: by Jack Jansen · 23 years ago
  17. 1ba3fd5 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  18. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  19. a2ac602 Move IPv6 test further down so that usage of -lnsl has been tested. by Martin v. Löwis · 23 years ago
  20. 1d5ecb7 Patch #433537: Cache ac_cv_bad_static_forward. by Martin v. Löwis · 23 years ago
  21. 9a66b6d Various fixes to streamline build process on Mac OS X: by Jack Jansen · 23 years ago
  22. b0db85a Remove redundant check for 'getaddrinfo' (it's already checked the block by Thomas Wouters · 23 years ago
  23. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  24. ca06bc6 - On OSX add -no-cpp-precomp to OPT. The user still has to manually specify by Jack Jansen · 23 years ago
  25. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  26. 784d3df Allow usage of gcc on OSF/1; this reverts rev 1.23 of configure.in, by Martin v. Löwis · 23 years ago
  27. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  28. 9db2f57 Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family. by Martin v. Löwis · 23 years ago
  29. 5a3e4cb Patch #429442 from Jason Tishler: Corrects sys.platform and by Andrew M. Kuchling · 23 years ago
  30. 123cbd2 Use -Kpthread when trying to find out the size of pthread_t. by Martin v. Löwis · 23 years ago
  31. 130fb17 Patch #418659: Fixes for UnixWare and ReliantUnix. by Martin v. Löwis · 23 years ago
  32. b926866 Deactivate definition of ss_family and ss_len. Fixes bug #440486. by Martin v. Löwis · 23 years ago
  33. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  34. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  35. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  36. 9f71582 Check for --with-pydebug earlier, and record the result. by Fred Drake · 23 years ago
  37. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  38. fd91779 Default to ucs2 when no argument to --enable-unicode is specified. by Martin v. Löwis · 23 years ago
  39. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  40. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  41. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  42. c49e5b7 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Jack Jansen · 23 years ago
  43. 2ca5f3b Add a check for sys/modem.h, needed by termios on HP-UX. by Fred Drake · 23 years ago
  44. f8b71c5 Process Setup* files with makesetup in the same order as the makefile. by Neil Schemenauer · 23 years ago
  45. 6db412b Bump the version number in more places by Guido van Rossum · 23 years ago
  46. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  47. a42c827 "install -d" does not work on BSDI systems even though autoconf thinks by Neil Schemenauer · 23 years ago
  48. 4edbc2a Add CONFIG_ARGS Makefile variable (saves the arguments passed to configure). by Neil Schemenauer · 23 years ago
  49. bec1958 Use proper compiler flags on UnixWare. Closes bug #231439. by Martin v. Löwis · 23 years ago
  50. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  51. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 23 years ago
  52. a1a84e7 Move all knowledge that $(MAINOBJ) is built in the Modules/ directory by Fred Drake · 23 years ago
  53. f25cf6c Add Python/ prefix to files in LIBOBJS. This closes SF bug "[ #404827 ] Python by Neil Schemenauer · 23 years ago
  54. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  55. acbf9ef Don't create the Include directory if building outside of the source by Neil Schemenauer · 23 years ago
  56. f55204b Rip out various module-enabling switches, made obsolete by setup.py by Andrew M. Kuchling · 23 years ago
  57. 9505272 Revert SF patch #103655. Martin Löwis says: by Neil Schemenauer · 23 years ago
  58. 6625216 Use -G option for linking shared libraries on Solaris (SF patch #103656). by Neil Schemenauer · 23 years ago
  59. 28aa9d3 Add Include to the list of source directories. by Neil Schemenauer · 23 years ago
  60. b3531b8 Simplify linking on AIX and BeOS (SF patch #103679). by Neil Schemenauer · 23 years ago
  61. 9f8cdf5 Patches for AIX. Checked by Benjamin Collar. by Marc-André Lemburg · 23 years ago
  62. d9cf41c - Remove Guido's LINKCC=CXX experiment. by Neil Schemenauer · 23 years ago
  63. 3ae1d0a Restore --with-suffix option. AC_EXEEXT doesn't aways do what the user wants by Neil Schemenauer · 23 years ago
  64. 8abedde Removed setup.cfg from the list of generated files Fixed typo in message by Andrew M. Kuchling · 23 years ago
  65. 61c5115 - LIBRARY is now a SUBST variable. by Neil Schemenauer · 23 years ago
  66. 55f0cf3 - build now happens in toplevel directory, add subdir paths to filenames by Neil Schemenauer · 23 years ago
  67. 2755290 Fix some make errors during "make clobber" or "make distclean", caused by Guido van Rossum · 23 years ago
  68. 7d64577 Bump up version number. by Neil Schemenauer · 23 years ago
  69. b226b0c Patch #102588 / PEP 229: Tweak the configure script to build setup.cfg by Andrew M. Kuchling · 23 years ago
  70. 124698c Fixed typo: Using --with-dbm had no effect because due to a typo it by Sjoerd Mullender · 23 years ago
  71. a888540 Eric the half-a-wit, driven to berserk rage after repeatedly doing by Eric S. Raymond · 23 years ago
  72. 1360359 Make HAVE_TERMIOS_H and associated config.sh shell variable available by Eric S. Raymond · 23 years ago
  73. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 23 years ago
  74. acb14c7 SF Patch #102362 by bbum: Support dynamic module loading under OSX by Guido van Rossum · 23 years ago
  75. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 23 years ago
  76. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 23 years ago
  77. 3d15bd8 Adapted version of Eric Raymond's patches to automatically configure by Guido van Rossum · 23 years ago
  78. a9586c7 Remove configure test for getline(), since it's no longer used at all by Andrew M. Kuchling · 23 years ago
  79. cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 23 years ago
  80. 537970f Set CXX even when --with-cxx is not specified. Closes bug #124782 by Martin v. Löwis · 24 years ago
  81. 78a1442 Patch #102469: Check for glibc's getline() extension by Andrew M. Kuchling · 24 years ago
  82. 8a41d20 Remove AC_C_INLINE test from configure.in, since the only place the symbol by Fred Drake · 24 years ago
  83. a1c4da2 Fix for SF bug #117606: by Greg Ward · 24 years ago
  84. 2cffc7d Move our own getopt() implementation to _PyOS_GetOpt(), and use it by Thomas Wouters · 24 years ago
  85. 884d3ba Make sure the Modules/ directory is created before writing Modules/Setup. by Fred Drake · 24 years ago
  86. 8d6e8af Hack to force -lpthread instead instead of -lcma on HPUX, by Philipp by Guido van Rossum · 24 years ago
  87. 036144d Test for and create Modules/Setup in the configure script if it does not by Fred Drake · 24 years ago
  88. 1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Jeremy Hylton · 24 years ago
  89. f4670e9 When we know the compiler is GCC, always add the -Wall and by Fred Drake · 24 years ago
  90. c9a5cc1 Remove macro that mentions DL_EXPORT_HEADER; it caused a spurious warning by Fred Drake · 24 years ago
  91. 5839e58 Checking in three Darwin-specific patches. by Guido van Rossum · 24 years ago
  92. 5790be1 Donn Cave <donn@oz.net>: Update for BeOS. This closes SourceForge patch #101774. by Fred Drake · 24 years ago
  93. 4095101 Put arguments to test -z in double quotes. Fixes Bug #116325. by Guido van Rossum · 24 years ago
  94. 7d1219d Change all occurances of by Barry Warsaw · 24 years ago
  95. 3dc0a51 [ Patch #101730 ] Add initial static support for Darwin/MacOSX. By D.K. Wolfe. by Guido van Rossum · 24 years ago
  96. 02706f5 Properly set LINKFORSHARED on Reliant UNIX. Problem and required linker by Fred Drake · 24 years ago
  97. 05a65d6 If dbopen is not in libc, checking whether it is in libdb will fail if by Martin v. Löwis · 24 years ago
  98. 1258049 Stupid typo in the pthread_t test by Guido van Rossum · 24 years ago
  99. e126233 Poke-and-hope attempt to fix Bugs #115006 and #114324: fix the test by Guido van Rossum · 24 years ago
  100. cd5ff9f Change HP=UX compiler options from -Aa to -Ae, which implies by Guido van Rossum · 24 years ago