1. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  2. e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 22 years ago
  3. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  4. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  5. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  6. 0036cba Remove acconfig.h. by Martin v. Löwis · 22 years ago
  7. 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 22 years ago
  8. c45929e Move autoheader declarations into configure.in. by Martin v. Löwis · 22 years ago
  9. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  10. 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 22 years ago
  11. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  12. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  13. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 22 years ago
  14. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  15. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  16. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  17. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  18. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  19. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  20. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  21. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  22. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  23. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  24. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  25. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  26. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  27. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  28. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  29. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  30. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  31. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  32. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  33. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago[Renamed (99%) from config.h.in]
  34. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  35. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  36. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  37. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  38. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 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. 6db412b Bump the version number in more places by Guido van Rossum · 23 years ago
  45. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  46. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  47. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 23 years ago
  48. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  49. f55204b Rip out various module-enabling switches, made obsolete by setup.py by Andrew M. Kuchling · 23 years ago
  50. 0e7b9fa Commit version of config.h.in that covers the TERMIOS test. by Eric S. Raymond · 23 years ago
  51. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 23 years ago
  52. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 23 years ago
  53. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 23 years ago
  54. a9586c7 Remove configure test for getline(), since it's no longer used at all by Andrew M. Kuchling · 23 years ago
  55. cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 23 years ago
  56. 78a1442 Patch #102469: Check for glibc's getline() extension by Andrew M. Kuchling · 24 years ago
  57. 8a41d20 Remove AC_C_INLINE test from configure.in, since the only place the symbol by Fred Drake · 24 years ago
  58. eebb1c6 The Usual. by Jeremy Hylton · 24 years ago
  59. ff71839 Another generated file... by Fred Drake · 24 years ago
  60. a2cb78f Donn Cave <donn@oz.net>: by Fred Drake · 24 years ago
  61. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  62. ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
  63. 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
  64. 0dc78c3 After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB) by Guido van Rossum · 24 years ago
  65. a50d6ec Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  66. cb85326 adds support for --with-pydebug configure option by Skip Montanaro · 24 years ago
  67. 5821b77 Add configure tests for poll() (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  68. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  69. bc7c7f9 Added test for uintptr_t, the C9X acceptable way to spell "type to by Barry Warsaw · 24 years ago
  70. a179503 Reran autoconf. by Sjoerd Mullender · 24 years ago
  71. 3a58420 Cleanup configure.in. Specifically: by Thomas Wouters · 24 years ago
  72. e201cba Oops, forgot to run autoheader before checking in the _getpty move to by Thomas Wouters · 24 years ago
  73. 8d2f2b2 From Sam Rushing's Medusa, via SF patch #100858: add & document by Andrew M. Kuchling · 24 years ago
  74. ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
  75. cf053b1 Added #undef of WITH_CYCLE_GC for autoconf's delight. by Barry Warsaw · 24 years ago
  76. 2a2c218 penultimate phase of Neil Schemenauer's GC patches by Jeremy Hylton · 24 years ago
  77. 5cdaf26 Somehow this had HAVE_SYS_SOCKET_H twice. Once is enough. Rerunning by Guido van Rossum · 24 years ago
  78. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  79. c0d24d8b Thread support is turned on my default now. To disable building by Barry Warsaw · 24 years ago
  80. 22c6934 Regenerated autoconf files. There's an extra change to config.h.in beyond by Andrew M. Kuchling · 24 years ago
  81. a28518a Add check for rint() in math library. by Guido van Rossum · 24 years ago
  82. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  83. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  84. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  85. 6f13e9a Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). by Guido van Rossum · 25 years ago
  86. ec3cacc Regenerated after new acconfig.h. by Guido van Rossum · 25 years ago
  87. f581db1 Remove test for getlogin_r(); the interface is not clearly defined, at by Fred Drake · 25 years ago
  88. 3bb3e57 Added detection of getlogin() and getlogin_r(). by Fred Drake · 25 years ago
  89. 35a092f Added detection for getgroups(), fpathconf(), pathconf(), by Fred Drake · 25 years ago
  90. 89143df Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. by Fred Drake · 25 years ago
  91. 569ef61 Changes resulting from patch to acconfig.h. by Guido van Rossum · 25 years ago
  92. 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 25 years ago
  93. 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 25 years ago
  94. 3f2c383 Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol by Guido van Rossum · 25 years ago
  95. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  96. 7a5f420 Chris Herborth's first pass at making config and install for BeOS better. by Guido van Rossum · 25 years ago
  97. 257fd51 Changes for long file support. by Guido van Rossum · 25 years ago
  98. ad678af The usual by Guido van Rossum · 26 years ago
  99. ec95c7b Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  100. 08d6be4 Add timegm to list of functions tested, for Marc-Andre L. by Guido van Rossum · 26 years ago