1. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  2. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  3. bcd9396 Patch #730826: Enable extensions on NetBSD 2.0. by Martin v. Löwis · 21 years ago
  4. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  5. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  6. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  7. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 21 years ago
  8. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  9. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  10. 10b214c Use configure to check for inet_aton. by Neal Norwitz · 21 years ago
  11. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  12. fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 21 years ago
  13. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  14. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  15. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  16. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  17. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  18. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  19. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  20. 678fc1e Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318. by Martin v. Löwis · 22 years ago
  21. 01c0401 Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h by Martin v. Löwis · 22 years ago
  22. bddf5a5 Protect pyconfig.h from multiple inclusions. by Martin v. Löwis · 22 years ago
  23. 35195ad Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. by Martin v. Löwis · 22 years ago
  24. c8ad7cc Check whether we can take the address of chown, link, and symlink. by Martin v. Löwis · 22 years ago
  25. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  26. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  27. a5f0907 Back out #479898. by Martin v. Löwis · 22 years ago
  28. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  29. 19ff446 Check for wctype.h. by Martin v. Löwis · 22 years ago
  30. fed2405 Patch #479898: Use multibyte C library for printing strings if available. by Martin v. Löwis · 22 years ago
  31. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  32. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  33. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  34. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  35. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  36. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  37. e5bd2f4 Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests by Guido van Rossum · 22 years ago
  38. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  39. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  40. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  41. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  42. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  43. 065c1a2 Stop testing for sigprocmask. This is a stop gap measure until I work by Michael W. Hudson · 22 years ago
  44. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  45. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  46. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  47. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  48. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  49. e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 22 years ago
  50. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  51. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago
  52. 06a83e9 Patch #543447: Add posix.mknod. by Martin v. Löwis · 22 years ago
  53. 0036cba Remove acconfig.h. by Martin v. Löwis · 22 years ago
  54. 1143799 Update to autoconf 2.5x. by Martin v. Löwis · 22 years ago
  55. c45929e Move autoheader declarations into configure.in. by Martin v. Löwis · 22 years ago
  56. 2e64c34 Expose C library's gettext. Fixes #516412. by Martin v. Löwis · 22 years ago
  57. 41933dd Patch #532729: check for sem_init in -lrt. by Martin v. Löwis · 22 years ago
  58. 3afb2d2 Remove compiler warnings on Solaris 8. Can go into 2.2.x, but not necessary. by Neal Norwitz · 22 years ago
  59. b2c92f4 Patch #511193: Implement killpg in posixmodule. by Martin v. Löwis · 22 years ago
  60. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
  61. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  62. c524d95 SF patch #460805 by Chris Gonnerman: Support for unsetenv() by Guido van Rossum · 23 years ago
  63. 98bf58f SF patch #462296: Add attributes to os.stat results; by Nick Mathewson. by Guido van Rossum · 23 years ago
  64. a6535fd Shut up warnings for setgroups() on Linux -- you have to #include by Guido van Rossum · 23 years ago
  65. 61c5edf Expose setgroups. Fixes feature request #468116. by Martin v. Löwis · 23 years ago
  66. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  67. 6953233 Check for term.h and include it on non-ncurses system to get a declaration by Martin v. Löwis · 23 years ago
  68. 244edc8 Add chroot call. Implements feature #459267. by Martin v. Löwis · 23 years ago
  69. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  70. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  71. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  72. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  73. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  74. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  75. 655c955 Patch #453627: Define the following macros when compiling on a UnixWare 7.x system: by Martin v. Löwis · 23 years ago
  76. f95dd0a Fix portability problems with glibc 2.0, as reported in #449157. by Martin v. Löwis · 23 years ago
  77. f24b2f3 Autotest for netpacket/packet.h, as it is not available on all Linux versions. by Martin v. Löwis · 23 years ago
  78. 9b75dca Expose nl_langinfo through locale where available. by Martin v. Löwis · 23 years ago
  79. 864e9ff Auto-detect hstrerror. Raise socket.herror in PyH_Error. Register the three by Martin v. Löwis · 23 years ago
  80. 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]
  81. 791bfda Autocheck for snprintf, and use sprintf if it is not available. by Martin v. Löwis · 23 years ago
  82. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  83. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  84. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  85. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  86. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  87. b9ab159 Emulate inet_{pton,ntop} on systems that don't provide it. by Martin v. Löwis · 23 years ago
  88. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  89. c49e5b7 Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include by Jack Jansen · 23 years ago
  90. 2ca5f3b Add a check for sys/modem.h, needed by termios on HP-UX. by Fred Drake · 23 years ago
  91. 6db412b Bump the version number in more places by Guido van Rossum · 23 years ago
  92. 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 23 years ago
  93. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  94. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 23 years ago
  95. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  96. f55204b Rip out various module-enabling switches, made obsolete by setup.py by Andrew M. Kuchling · 23 years ago
  97. 0e7b9fa Commit version of config.h.in that covers the TERMIOS test. by Eric S. Raymond · 23 years ago
  98. a57b89b Committing patch #103216, autodetect of dbmmodule support and building by Barry Warsaw · 23 years ago
  99. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 23 years ago
  100. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 23 years ago