1. 0b334a6 Revert temporary checkin in revision 63545. by Mark Dickinson · 16 years ago
  2. 8c255e4 Patch #1722225: Support QNX 6. by Martin v. Löwis · 16 years ago
  3. 8f66a4a Temporary checkin to get configure to report more by Mark Dickinson · 16 years ago
  4. 580c7fe Fix for issue #2573: Can't change the framework name on OS X builds by Ronald Oussoren · 16 years ago
  5. 6513466 Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is by Mark Dickinson · 16 years ago
  6. 7a3d864 Make configure test for tanh(-0.) == -0. committed in r62447 actually by Mark Dickinson · 16 years ago
  7. 265d738 test_math and test_cmath are failing on the FreeBSD 6.2 trunk buildbot, by Mark Dickinson · 16 years ago
  8. 6f34109 I finally got the time to update and merge Mark's and my trunk-math branch. The patch is collaborated work of Mark Dickinson and me. It was mostly done a few months ago. The patch fixes a lot of loose ends and edge cases related to operations with NaN, INF, very small values and complex math. by Christian Heimes · 16 years ago
  9. dc96a77 Issue #2544: On HP-UX systems, use 'gcc -shared' for linking when gcc by Thomas Heller · 16 years ago
  10. 9fdfaaf Fix compiler warning about finite() missing on Solaris. by Neal Norwitz · 16 years ago
  11. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 16 years ago
  12. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 16 years ago
  13. aa5778d Remove our implementation of memmove() and strerror(); both are in the C89 by Brett Cannon · 16 years ago
  14. 1b4e45b Allow Gnu gcc's to build python on OSX by removing -Wno-long-double, by Jeffrey Yasskin · 16 years ago
  15. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 16 years ago
  16. 91a1dec Fix --enable-universalsdk and its comment line so that zsh's flag completion by Brett Cannon · 16 years ago
  17. 9a8bb0e Fix a minor typo. by Brett Cannon · 16 years ago
  18. 951cc0f Fixed bug #1983: Return from fork() is pid_t, not int by Christian Heimes · 16 years ago
  19. cba36bb Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 16 years ago
  20. 4872351 Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite function is not called isfinite() but finite(). Sorry, my fault. :) by Christian Heimes · 16 years ago
  21. fb2d25a Issue #1646: Make socket support TIPC. The socket module now has support by Christian Heimes · 17 years ago
  22. cb78de6 Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 17 years ago
  23. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
  24. db3d6cb Fixed #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  25. e552959 Ran autoconf. by Thomas Heller · 17 years ago
  26. a51d5c8 Fix chflags issue on Tru64, from #1490190. by Martin v. Löwis · 17 years ago
  27. 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
  28. 486b1b0 Issue #1292: On alpha, arm, ppc, and s390 linux systems the by Thomas Heller · 17 years ago
  29. 6e183f8 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  30. 9afb985 - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  31. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 17 years ago
  32. 38f1b98 Macosx: this patch ensures that the value of MACOSX_DEPLOYMENT_TARGET used by Ronald Oussoren · 17 years ago
  33. eba4065 Bump autoconf minimum version to 2.61. by Martin v. Löwis · 17 years ago
  34. 89e975f whoops - need to check in configure as well by Skip Montanaro · 17 years ago
  35. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  36. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
  37. eb62357 Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86. by Martin v. Löwis · 17 years ago
  38. 382abef Patch #1490190: posixmodule now includes os.chflags() and os.lchflags() by Martin v. Löwis · 17 years ago
  39. aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 17 years ago
  40. 4d542ec Disable _XOPEN_SOURCE on NetBSD 1.x. Will backport to 2.5 by Martin v. Löwis · 18 years ago
  41. 0347a9a Get DBL_MAX from float.h not values.h. Will backport. by Martin v. Löwis · 18 years ago
  42. 443ccc7 Check for values.h. Will backport. by Martin v. Löwis · 18 years ago
  43. c1d7597 Restore CFLAGS after checking for __attribute__ by Martin v. Löwis · 18 years ago
  44. aac1316 Add check for the PyArg_ParseTuple format, and declare it if it is supported. by Martin v. Löwis · 18 years ago
  45. fefbc20 Forward-port r52358: by Martin v. Löwis · 18 years ago
  46. 40e9aed Guard uintptr_t test with HAVE_STDINT_H, test for stdint.h. Will backport. by Martin v. Löwis · 18 years ago
  47. ebe2670 Fix test for uintptr_t. Fixes #1568842. Will backport. by Martin v. Löwis · 18 years ago
  48. 4a8fbdb Fix %zd string formatting on Mac OS X so it prints negative numbers. by Neal Norwitz · 18 years ago
  49. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  50. 9be5732 Try to get Unix bots install working again. by Neal Norwitz · 18 years ago
  51. c95f756 It's unlikely that future versions will require _POSIX_C_SOURCE by Ronald Oussoren · 18 years ago
  52. 0907f4d Drop usage of test -e in configure as it is not portable. by Martin v. Löwis · 18 years ago
  53. f875264 This patch solves the problem Skip was seeing with zlib, this patch ensures that by Ronald Oussoren · 18 years ago
  54. 4994d95 Patch #1506645: add Python wrappers for the curses functions by Walter Dörwald · 18 years ago
  55. 6e73aaa Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy by Neal Norwitz · 18 years ago
  56. 7659f0f Fix typo. Backport if anyone cares. :-) by Neal Norwitz · 18 years ago
  57. 0e8bd7e Patch #1495999: Part two of Windows CE changes. by Martin v. Löwis · 18 years ago
  58. 2db3a8f And the last bit: move IDLE one level up and adjust makefiles by Ronald Oussoren · 18 years ago
  59. 5b78732 * Ensure that "make altinstall" works when the tree was configured by Ronald Oussoren · 18 years ago
  60. 222c515 Port to OpenBSD 3.9. Patch from Aldo Cortesi. by Martin v. Löwis · 18 years ago
  61. 567a8ff Integrate installing a framework in the 'make install' by Ronald Oussoren · 18 years ago
  62. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  63. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  64. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  65. 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 18 years ago
  66. 988117f Patch 1471883: --enable-universalsdk on Mac OS X by Ronald Oussoren · 18 years ago
  67. f7afe95 Patch #1045620: Prepend Modules/ before Setup in stdout. by Martin v. Löwis · 18 years ago
  68. 0f48d98 Patch #1324762: Change --with-cxx to --with-cxx-main. by Martin v. Löwis · 18 years ago
  69. 288a5be If compiling with g++ don't use -Wstrict-prototpes. by Skip Montanaro · 18 years ago
  70. 9176fc1 Patch #1464444: Add --with-system-ffi. by Martin v. Löwis · 18 years ago
  71. 44fe0e4 Correct test whether wchar_t is unsigned. Fixed crash in #1454485. by Martin v. Löwis · 18 years ago
  72. 8220174 Python on OS X 10.3 and above now uses dlopen() (via dynload_shlib.c) by Anthony Baxter · 18 years ago
  73. a058836 Revert 43615, fixing it properly through quadrigraphs. by Martin v. Löwis · 18 years ago
  74. e8fb992 Martin's change 43604 broke the Mac builds apparently due to an autoconf by Neal Norwitz · 18 years ago
  75. ff60023 Set "not found" value for svnversion to not-found. Fixes #1463559. by Martin v. Löwis · 18 years ago
  76. 28161e2 patch #1416559: don't define _XOPEN_SOURCE on Mac OS Panther by Georg Brandl · 18 years ago
  77. dedeeaa Get gcc to do strict IEEE math. This flag was already used for cc, just not by Neal Norwitz · 18 years ago
  78. 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 18 years ago
  79. 39fd231 On OSX, use --arch_only `arch` in stead of --arch_only ppc, so things will by Jack Jansen · 18 years ago
  80. 86d6626 Patch #1432345: Make python compile on DragonFly. by Martin v. Löwis · 18 years ago
  81. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  82. 82bca63 Avoid linking python with readline. by Martin v. Löwis · 18 years ago
  83. 4ddc78a Delete aclocal.m4, and require autoconf 2.59, fixing #811160 in a different way. by Martin v. Löwis · 18 years ago
  84. 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
  85. 671b9e3 Fix bugs #1244610, #1392915, fix build problem on OpenBSD 3.7 and 3.8. by Neal Norwitz · 19 years ago
  86. fd9a72a Patch #881820: look for openpty and forkpty also in libbsd. Will backport. by Martin v. Löwis · 19 years ago
  87. 020c46a icc accepts -OPT... but generates a warning, so just disable the check by Neal Norwitz · 19 years ago
  88. fe8e3d9 If there is no libtermcap all the readline tests failed. by Neal Norwitz · 19 years ago
  89. c5bf5a0 Always set SVNVERSION to "exported" if it otherwise fails. by Martin v. Löwis · 19 years ago
  90. dea59e5 Stop maintaining the buildno file. by Martin v. Löwis · 19 years ago
  91. d5845ec Use -xcode=pic32 for SunPro. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  92. d24499d Jack said we don't need the Mac/Python/ directory any more. by Neal Norwitz · 19 years ago
  93. a716eab Revert r41662 and the part of 41552 that originally caused the problem by Neal Norwitz · 19 years ago
  94. e237d50 Add a workaround for file.ftell() to raise IOError for ttys. by Hye-Shik Chang · 19 years ago
  95. 7dece66 Patch #1227966: Do not defined _XOPEN_SOURCE_EXTENDED on Solaris 10. by Martin v. Löwis · 19 years ago
  96. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  97. 147fbe5 Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. Backported to 2.4. by Martin v. Löwis · 19 years ago
  98. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  99. 7026a0a patch [1171735] - Darwin 8's headers disable functionality when by Bob Ippolito · 19 years ago
  100. 1d45906 Configure bug reporting address. by Martin v. Löwis · 19 years ago