1. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 23 years ago
  2. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 23 years ago
  3. a9586c7 Remove configure test for getline(), since it's no longer used at all by Andrew M. Kuchling · 23 years ago
  4. cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 23 years ago
  5. 78a1442 Patch #102469: Check for glibc's getline() extension by Andrew M. Kuchling · 24 years ago
  6. 8a41d20 Remove AC_C_INLINE test from configure.in, since the only place the symbol by Fred Drake · 24 years ago
  7. eebb1c6 The Usual. by Jeremy Hylton · 24 years ago
  8. ff71839 Another generated file... by Fred Drake · 24 years ago
  9. a2cb78f Donn Cave <donn@oz.net>: by Fred Drake · 24 years ago
  10. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  11. ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
  12. 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
  13. 0dc78c3 After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) by Guido van Rossum · 24 years ago
  14. a50d6ec Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  15. cb85326 adds support for --with-pydebug configure option by Skip Montanaro · 24 years ago
  16. 5821b77 Add configure tests for poll() (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  17. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  18. bc7c7f9 Added test for uintptr_t, the C9X acceptable way to spell "type to by Barry Warsaw · 24 years ago
  19. a179503 Reran autoconf. by Sjoerd Mullender · 24 years ago
  20. 3a58420 Cleanup configure.in. Specifically: by Thomas Wouters · 24 years ago
  21. e201cba Oops, forgot to run autoheader before checking in the _getpty move to by Thomas Wouters · 24 years ago
  22. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  23. ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
  24. cf053b1 Added #undef of WITH_CYCLE_GC for autoconf's delight. by Barry Warsaw · 24 years ago
  25. 2a2c218 penultimate phase of Neil Schemenauer's GC patches by Jeremy Hylton · 24 years ago
  26. 5cdaf26 Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning by Guido van Rossum · 24 years ago
  27. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  28. c0d24d8b Thread support is turned on my default now. To disable building by Barry Warsaw · 24 years ago
  29. 22c6934 Regenerated autoconf files. There's an extra change to config.h.in beyond by Andrew M. Kuchling · 24 years ago
  30. a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
  31. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  32. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  33. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  34. 6f13e9a Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). by Guido van Rossum · 25 years ago
  35. ec3cacc Regenerated after new acconfig.h. by Guido van Rossum · 25 years ago
  36. f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
  37. 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
  38. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  39. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  40. 569ef61 Changes resulting from patch to acconfig.h. by Guido van Rossum · 25 years ago
  41. 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 25 years ago
  42. 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 25 years ago
  43. 3f2c383 Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol by Guido van Rossum · 25 years ago
  44. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  45. 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 25 years ago
  46. 257fd51 Changes for long file support. by Guido van Rossum · 25 years ago
  47. ad678af The usual by Guido van Rossum · 26 years ago
  48. ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  49. 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 26 years ago
  50. 2cb5660 Get rid of test for -lsun (very old IRIX); add test for -lm (needed on by Guido van Rossum · 26 years ago
  51. bd24eb4 We no longer check for libsun.a. by Guido van Rossum · 26 years ago
  52. 1809975 Added mktime to checked functions by Guido van Rossum · 26 years ago
  53. 8f4ceb1 Two unrelated changes: by Guido van Rossum · 27 years ago
  54. 9601315 Add checks for setlocale() and <locale.h> by Guido van Rossum · 27 years ago
  55. 1171ee6 Added configuration tests for presence of alarm(), pause(), and getpwent() by Guido van Rossum · 27 years ago
  56. b06df27 --with-readline is obsolete (and some editorial stuff in README) by Guido van Rossum · 27 years ago
  57. 443389f Add MALLOC_ZERO_RETURNS_NULL symbol. by Guido van Rossum · 27 years ago
  58. 0be3e49 The usual effects of a new configure.in by Guido van Rossum · 27 years ago
  59. f4eb63e Add HAVE_PTHREAD_H; move WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  60. 4a3df1c Changes for Lee Busby's SIGFPE patch set. New symbol WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  61. 44be35a A number of new symbols have appeared (courtesy autoconf 2.12?) by Guido van Rossum · 27 years ago
  62. ccaf3b6 The usual. by Guido van Rossum · 28 years ago
  63. 84e7b24 The usual... by Guido van Rossum · 28 years ago
  64. 9caf77a Put definition of _REENTRANT in config.h by Guido van Rossum · 28 years ago
  65. 42dcad3 The usual by Guido van Rossum · 28 years ago
  66. a68acba The usual by Guido van Rossum · 28 years ago
  67. 7b3853f Follow new configure.in by Guido van Rossum · 28 years ago
  68. 57d0915 putenv by Guido van Rossum · 28 years ago
  69. 22b6db6 added plock by Guido van Rossum · 28 years ago
  70. 920b13d Added HAVE_FLOCK by Guido van Rossum · 28 years ago
  71. 554e96f Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. by Guido van Rossum · 28 years ago
  72. 57855b1 added strftime by Guido van Rossum · 29 years ago
  73. 8ddd0ad derived from new configure.in by Guido van Rossum · 29 years ago
  74. af5b83e README: changed URL format to <URL:...>; added section on Tk. by Guido van Rossum · 29 years ago
  75. 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 29 years ago
  76. 2bcafeb test for presence of stddef.h by Guido van Rossum · 30 years ago
  77. dabb11b add test for volatile by Guido van Rossum · 30 years ago
  78. 4e8af44 Simplify value of INSTALL (always 'cp'). by Guido van Rossum · 30 years ago
  79. 32d8ba4 * Makefile.in (Makefile): add dependency on config.status by Guido van Rossum · 30 years ago
  80. 2f60076 new versions derived from new acconfig.h and new configure.in by Guido van Rossum · 30 years ago
  81. b9c4461 Derived changes after change to configure.in by Guido van Rossum · 30 years ago
  82. f132852 Finally committed it again (a matter of cvs admin trouble?) by Guido van Rossum · 30 years ago
  83. 61fe861 Now generated automatically by autoheader by Guido van Rossum · 30 years ago
  84. 91168a8 new file (again!?!?!) by Guido van Rossum · 30 years ago