1. e01a0cd backport r66179 and r66283 from trunk: by Gregory P. Smith · 16 years ago
  2. ab8fe4e Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 16 years ago
  3. de39bd3 This is a backport of the fix in rev. 59369. by Ronald Oussoren · 17 years ago
  4. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  5. 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 18 years ago
  6. 2ec1df2 Check for values.h. by Martin v. Löwis · 18 years ago
  7. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  8. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  9. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  10. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  11. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  12. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  13. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  14. 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 18 years ago
  15. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  16. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  17. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  18. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 18 years ago
  19. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 18 years ago
  20. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  21. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  22. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  23. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  24. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  25. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  26. ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
  27. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  28. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  29. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  30. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  31. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  32. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  33. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  34. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago
  35. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  36. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  37. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  38. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 20 years ago
  39. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  40. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 20 years ago
  41. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  42. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  43. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  44. b2bdb3e Typo. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  45. a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
  46. 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
  47. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  48. abccf41 FreeBSD 5.x has moved some library routines and typedefs outside the by Andrew MacIntyre · 21 years ago
  49. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  50. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  51. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  52. bcd9396 Patch #730826: Enable extensions on NetBSD 2.0. by Martin v. Löwis · 21 years ago
  53. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  54. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  55. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  56. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 21 years ago
  57. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  58. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  59. 10b214c Use configure to check for inet_aton. by Neal Norwitz · 21 years ago
  60. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  61. fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 21 years ago
  62. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  63. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  64. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  65. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  66. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  67. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  68. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  69. 678fc1e Don't define _XOPEN_SOURCE and _POSIX_C_SOURCE on FreeBSD 5.0. Fixes #636318. by Martin v. Löwis · 22 years ago
  70. 01c0401 Use new-style CHECK_TYPE to avoid modifying confdefs.h. Include sys/types.h by Martin v. Löwis · 22 years ago
  71. bddf5a5 Protect pyconfig.h from multiple inclusions. by Martin v. Löwis · 22 years ago
  72. 35195ad Don't define _XOPEN_SOURCE on OpenBSD 2.x and 3.[012]. by Martin v. Löwis · 22 years ago
  73. c8ad7cc Check whether we can take the address of chown, link, and symlink. by Martin v. Löwis · 22 years ago
  74. e482658 Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX_C_SOURCE. by Martin v. Löwis · 22 years ago
  75. 60a5d72 Patch #623780: Replace obsolete struct macros. by Martin v. Löwis · 22 years ago
  76. a5f0907 Back out #479898. by Martin v. Löwis · 22 years ago
  77. dbe3f76 Patch #569139: Implementation of major, minor and makedev. by Martin v. Löwis · 22 years ago
  78. 19ff446 Check for wctype.h. by Martin v. Löwis · 22 years ago
  79. fed2405 Patch #479898: Use multibyte C library for printing strings if available. by Martin v. Löwis · 22 years ago
  80. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  81. 6aa9fdb Use utimes(2) where available to support microsecond timestamps. by Martin v. Löwis · 22 years ago
  82. 94717ed Patch #606592: Subsecond timestamps in stat_result. by Martin v. Löwis · 22 years ago
  83. 1169011 SF patch #584245, get python to link on OSF1 (Dec Unix) by Neal Norwitz · 22 years ago
  84. 0cec0ff Patch #573770: Implement lchown. by Martin v. Löwis · 22 years ago
  85. 6f18a3c Define _XOPEN_SOURCE and _GNU_SOURCE in pyconfig.h, to have them by Martin v. Löwis · 22 years ago
  86. e5bd2f4 Alas, roll back the definition of _XOPEN_SOURCE. It breaks the tests by Guido van Rossum · 22 years ago
  87. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  88. 57454e5 This introduces stricter library/header file checking for the Berkeley DB by Skip Montanaro · 22 years ago
  89. 606edc1 Patch #568235: Add posix.setpgid. by Martin v. Löwis · 22 years ago
  90. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  91. a3fb4f7 Patch #505375: Make doc strings optional. by Martin v. Löwis · 22 years ago
  92. 065c1a2 Stop testing for sigprocmask. This is a stop gap measure until I work by Michael W. Hudson · 22 years ago
  93. bc48826 Patch #555929: Cygwin AH_BOTTOM cleanup patch (*** version 2 ***) by Jason Tishler · 22 years ago
  94. 34f20ea This is patch by Michael W. Hudson · 22 years ago
  95. 1e1fcef Back out #555929 by Martin v. Löwis · 22 years ago
  96. eadb6bb Patch #555929: Cygwin AH_BOTTOM cleanup patch by Jason Tishler · 22 years ago
  97. 3d94942 #546163, fix link problem on Solaris 8 for makedev when using mknod by Neal Norwitz · 22 years ago
  98. e8aea58 Move WITH_UNIVERSAL_NEWLINES template into configure.in. by Martin v. Löwis · 22 years ago
  99. 6b3cc52 Add a test for fchdir(). This is part of SF feature #536796. by Fred Drake · 22 years ago
  100. 7b8c754 Mass checkin of universal newline support. by Jack Jansen · 22 years ago