1. 21af4c0 Back port of r60765 (fix --enable-universalsdk doc typo). by Brett Cannon · 16 years ago
  2. ab8fe4e Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 16 years ago
  3. ff36b2c Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 17 years ago
  4. 60d96cd Backport of #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  5. d4029c8 Bug #1608: use -fwrapv when GCC supports it. This is important, newer by Guido van Rossum · 17 years ago
  6. de39bd3 This is a backport of the fix in rev. 59369. by Ronald Oussoren · 17 years ago
  7. 9b12e00 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  8. e467dbc - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  9. df65f9b Backport of rev. 57904 by Ronald Oussoren · 17 years ago
  10. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  11. a8cfa2a Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 17 years ago
  12. 9147f7e Disable _XOPEN_SOURCE on NetBSD 1.x. by Martin v. Löwis · 18 years ago
  13. 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 18 years ago
  14. 2ec1df2 Check for values.h. by Martin v. Löwis · 18 years ago
  15. ca362b6 Forward-port r52358: by Martin v. Löwis · 18 years ago
  16. 33bb610 Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. by Martin v. Löwis · 18 years ago
  17. da70fd1 Fix test for uintptr_t. Fixes #1568842. by Martin v. Löwis · 18 years ago
  18. 934c90d Backport rev. 51971: by Georg Brandl · 18 years ago
  19. 541a48b Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  20. c95f756 It's unlikely that future versions will require _POSIX_C_SOURCE by Ronald Oussoren · 18 years ago
  21. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  22. f875264 This patch solves the problem Skip was seeing with zlib, this patch ensures that by Ronald Oussoren · 18 years ago
  23. 05fdbf1 Make check order match in configure and configure.in. by Walter Dörwald · 18 years ago
  24. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  25. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  26. 7659f0f Fix typo. Backport if anyone cares. :-) by Neal Norwitz · 18 years ago
  27. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  28. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  29. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  30. 222c515 Port to OpenBSD 3.9. Patch from Aldo Cortesi. by Martin v. Löwis · 18 years ago
  31. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  32. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  33. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  34. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  35. 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 18 years ago
  36. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  37. f7afe95 Patch #1045620: Prepend Modules/ before Setup in stdout. by Martin v. Löwis · 18 years ago
  38. 0f48d98 Patch #1324762: Change --with-cxx to --with-cxx-main. by Martin v. Löwis · 18 years ago
  39. 288a5be If compiling with g++ don't use -Wstrict-prototpes. by Skip Montanaro · 18 years ago
  40. 9176fc1 Patch #1464444: Add --with-system-ffi. by Martin v. Löwis · 18 years ago
  41. 44fe0e4 Correct test whether wchar_t is unsigned. Fixed crash in #1454485. by Martin v. Löwis · 18 years ago
  42. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 18 years ago
  43. a058836 Revert 43615, fixing it properly through quadrigraphs. by Martin v. Löwis · 18 years ago
  44. e8fb992 Martin's change 43604 broke the Mac builds apparently due to an autoconf by Neal Norwitz · 18 years ago
  45. ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. by Martin v. Löwis · 18 years ago
  46. 28161e2 patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther by Georg Brandl · 18 years ago
  47. dedeeaa Get gcc to do strict IEEE math. This flag was already used for cc, just not by Neal Norwitz · 18 years ago
  48. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  49. 39fd231 On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will by Jack Jansen · 18 years ago
  50. 86d6626 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 18 years ago
  51. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  52. 82bca63 Avoid linking python with readline. by Martin v. Löwis · 18 years ago
  53. 4ddc78a Delete aclocal.m4, and require autoconf 2.59, fixing #811160 in a different way. by Martin v. Löwis · 18 years ago
  54. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 18 years ago
  55. 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 19 years ago
  56. fd9a72a Patch #881820: look for openpty and forkpty also in libbsd. Will backport. by Martin v. Löwis · 19 years ago
  57. 020c46a icc accepts -OPT... but generates a warning, so just disable the check by Neal Norwitz · 19 years ago
  58. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
  59. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  60. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  61. d5845ec Use -xcode=pic32 for SunPro. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  62. d24499d Jack said we don't need the Mac/Python/ directory any more. by Neal Norwitz · 19 years ago
  63. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  64. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  65. 7dece66 Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. by Martin v. Löwis · 19 years ago
  66. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  67. 147fbe5 Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. Backported to 2.4. by Martin v. Löwis · 19 years ago
  68. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  69. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 19 years ago
  70. 1d45906 Configure bug reporting address. by Martin v. Löwis · 19 years ago
  71. 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 19 years ago
  72. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 19 years ago
  73. da49e19 Patch #1097739 by Bob Ippolito: by Jack Jansen · 20 years ago
  74. c110f86 Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set by Jack Jansen · 20 years ago
  75. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  76. 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
  77. fd1c69e Bump version number to 2.5. by Martin v. Löwis · 20 years ago
  78. c601e0f Move the AC_MSG_RESULT function call for checking for pthread options up into by Brett Cannon · 20 years ago
  79. ec6eb36 SF patch #1035255: Remove CoreServices / CoreFoundation dependencies in core by Raymond Hettinger · 20 years ago
  80. 3376149 Patch #1044395: Allow configure option --enable-shared in FreeBSD. by Hye-Shik Chang · 20 years ago
  81. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  82. 5d52e78 Make curses.h inclusion conditional as in the original patch #1012280. by Martin v. Löwis · 20 years ago
  83. ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
  84. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
  85. af16e8c Apply patch #1016224: configure.in change to allow build of _bsddb module on by Trent Mick · 20 years ago
  86. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  87. f0d5f79 Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinition by Skip Montanaro · 20 years ago
  88. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  89. 331708b Patch #1003700: Add socketpair function to socket module. by Dave Cole · 20 years ago
  90. 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 20 years ago
  91. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  92. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  93. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  94. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  95. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
  96. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  97. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  98. 253d1f4 Record UnixWare 7.1.4 as broken. Fixes #929689. Backported to 2.3. by Martin v. Löwis · 20 years ago
  99. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  100. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago