1. 5d52e78 Make curses.h inclusion conditional as in the original patch #1012280. by Martin v. Löwis · 20 years ago
  2. ae2830c Patch #1012280: Include curses.h for term.h check. Fixes #933795. by Martin v. Löwis · 20 years ago
  3. 9996828 Patch #1026986: Add OpenBSD 3.5 and 3.6 to list of broken systems. by Martin v. Löwis · 20 years ago
  4. c5625ba Re-generate configure with recent configure.in change (for patch #1016224). by Trent Mick · 20 years ago
  5. a2542be The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSD by Matthias Klose · 20 years ago
  6. f0d5f79 Match the def'n of _XOPEN_SOURCE on Solaris 8/9 to suppress redefinition by Skip Montanaro · 20 years ago
  7. d632050 Define _BSD_TYPES. Fixes #1005308. Backported to 2.3. by Martin v. Löwis · 20 years ago
  8. b36687a Don't hardcode "Python" as the framework name, we have a variable for it: by Jack Jansen · 20 years ago
  9. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  10. d858a77 Massive performance improvement for C extension and builtin tracing code by Nicholas Bastin · 20 years ago
  11. 4c70b69 Making C profiling a configure option (at least temporarily) by Nicholas Bastin · 20 years ago
  12. 56f6a4f allow developers to more easily build a profiling version of the interpreter by Skip Montanaro · 20 years ago
  13. f30d60e Patch #510695: Add TSC profiling for the VM. by Martin v. Löwis · 20 years ago
  14. 6b08a40 Partial fix for #887242 (link extensions with dynamic_lookup in stead by Jack Jansen · 20 years ago
  15. 253d1f4 Record UnixWare 7.1.4 as broken. Fixes #929689. Backported to 2.3. by Martin v. Löwis · 20 years ago
  16. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  17. e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 20 years ago
  18. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  19. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  20. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  21. 8126860 Add FreeBSD support for bluetooth sockets. by Hye-Shik Chang · 20 years ago
  22. 12af048 Patch #874083: Bluetooth support for socket module. by Martin v. Löwis · 20 years ago
  23. b9949db Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld by Skip Montanaro · 20 years ago
  24. f8712e5 Remove support for systems defining __d6_pthread_create. by Skip Montanaro · 20 years ago
  25. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  26. b9820a3 Remove support for minix. Remove unused and unnecessary checks for sizeof(char). by Skip Montanaro · 20 years ago
  27. c8607b7 Revamped framework search path handling for MacOSX. This should allow by Jack Jansen · 21 years ago
  28. c19c5a6 Patch #836434: Use dlopen/dlsym on AIX if available. Also disable by Martin v. Löwis · 21 years ago
  29. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  30. 2389c41 Patch #833710: Set INSTSONAME on Solaris. Backported to 2.3. by Martin v. Löwis · 21 years ago
  31. 6169c6b FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't by Anthony Baxter · 21 years ago
  32. 76bafc6 Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3. by Martin v. Löwis · 21 years ago
  33. c050119 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 21 years ago
  34. 6dead95 Type. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  35. d7160f8 Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type. by Marc-André Lemburg · 21 years ago
  36. a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
  37. 519adae Patch #805604: Do not check for sem_init, do not use -Kthread, by Martin v. Löwis · 21 years ago
  38. 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
  39. fa3bdea Patch #798202: detect redhat9 Tcl/Tk in configure script. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  40. 3076559 This patch enables the building of Cygwin Python with a static core by Jason Tishler · 21 years ago
  41. fc9b75f Patch #771998: Put braces around variables. Will backport to 2.3. by Martin v. Löwis · 21 years ago
  42. 9bd4462 Update version number here as well; patchlevel.h is not the only place. by Fred Drake · 21 years ago
  43. e004041 Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. by Jack Jansen · 21 years ago
  44. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  45. f332228 Treat irix64 like irix. Fixes #764560. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  46. d8d39a0 avoid testing for -Kthread or -pthread if the default build environment by Skip Montanaro · 21 years ago
  47. 70fedcd Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  48. d6640d4 Include grp.h in setgroups test. Fixes #765822. by Martin v. Löwis · 21 years ago
  49. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  50. abccf41 FreeBSD 5.x has moved some library routines and typedefs outside the by Andrew MacIntyre · 21 years ago
  51. ab1e585 Patch #758910: Add pthread flag to CXX if possible. by Martin v. Löwis · 21 years ago
  52. 19d1734 Patch #752671: NetBSD needs to link libintl to _locale.so. by Martin v. Löwis · 21 years ago
  53. d141a8c Use -R instead of -rpath on Solaris. Fixes #749911. by Martin v. Löwis · 21 years ago
  54. 368de8f Give a warning if SO is set. Fixes #610332. by Martin v. Löwis · 21 years ago
  55. 8316feb Explicitly undefine PACKAGE_ variables. Fixes #746012. by Martin v. Löwis · 21 years ago
  56. 96ce805 Modified Patch #745620: build shared lib as ".so" for NetBSD. by Martin v. Löwis · 21 years ago
  57. b44f165 SF patch #719359, fix test_long failure on OSF/1 with vendor cc by Neal Norwitz · 21 years ago
  58. 4ee6eef Patch #742741: Check for true in different paths, support -pthread. by Martin v. Löwis · 21 years ago
  59. 858f817 Modified patch #742126: Don't define _XOPEN_SOURCE for OpenBSD 3.3. by Martin v. Löwis · 21 years ago
  60. 8225103 Get test_ioctl to pass on HPUX 11. by Neal Norwitz · 21 years ago
  61. c2409b4 Update patch #732284: Correct versions of OpenUNIX, UnixWare, add OpenServer. by Martin v. Löwis · 21 years ago
  62. f2e488d Patch #732479: Fix typos. by Martin v. Löwis · 21 years ago
  63. 53e73c3 Patch #732284: Disable _XOPEN_SOURCE on UnixWare 7. by Martin v. Löwis · 21 years ago
  64. 5f433f0 Patch #732234: Check for -Kthread. by Martin v. Löwis · 21 years ago
  65. 95c419b Try linking hstrerror and inet_aton tests. Look for these functions in -lresolv. by Martin v. Löwis · 21 years ago
  66. d3545ec Patch #730170: Check for sem_init in -lpthread. Fixes #727051. by Martin v. Löwis · 21 years ago
  67. bcd9396 Patch #730826: Enable extensions on NetBSD 2.0. by Martin v. Löwis · 21 years ago
  68. e941617 Patch #724588: Check whether the address of hstrerror and inet_pton can by Martin v. Löwis · 21 years ago
  69. 7f2588c SF patch #706707, time.tzset standards compliance update by Stuart Bishop by Neal Norwitz · 21 years ago
  70. 0b27ff9 SF patch #712367, get build working on AIX by Neal Norwitz · 21 years ago
  71. f26d63b Patch #650412: Check whether the address of flock and getpagesize by Martin v. Löwis · 21 years ago
  72. 150753c The test for setpgrp having two arguments didn't actually test anything. by Jack Jansen · 21 years ago
  73. a9d7142 Disable _XOPEN_SOURCE for Solaris 2.6. Fixes #690317. by Martin v. Löwis · 21 years ago
  74. 4daacb1 Add test for setpgrp. Fixes #690317. by Martin v. Löwis · 21 years ago
  75. 865400f /dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc. by Neal Norwitz · 21 years ago
  76. 7b59b42 Added a define EXTRAMACHDEPPATH which can be used to add sys.path items by Jack Jansen · 21 years ago
  77. d11b62e - New function time.tzset() provides access to the C library tzet() by Guido van Rossum · 21 years ago
  78. c28fc37 Refer to the Mac OS X bundle_loader by the altbininstall name, so that by Jack Jansen · 21 years ago
  79. 6eb37f0 Fix SF bug #691793, Python 2.3a2 build fails on Tru64 by Neal Norwitz · 21 years ago
  80. 97e3f00 Disabled -prebind again when linking the interpreter on MacOSX. It caused by Jack Jansen · 21 years ago
  81. 162e38c - sys.path[0] (the directory from which the script is loaded) is now by Guido van Rossum · 21 years ago
  82. 10b214c Use configure to check for inet_aton. by Neal Norwitz · 21 years ago
  83. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  84. 0780e47 On MacOSX, added -prebind option to link phase for executable (and by Jack Jansen · 21 years ago
  85. fe33b79 Test for presence of sysexits.h and set HAVE_SYSEXITS_H if so. Used by Barry Warsaw · 21 years ago
  86. decc6a4 Split OPT make variable into OPT and BASECFLAGS. The latter contains those by Skip Montanaro · 22 years ago
  87. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  88. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  89. 83f898c Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in now by Jack Jansen · 22 years ago
  90. faf5e4d Patch 659834 by Magnus Lie Hetland: by Guido van Rossum · 22 years ago
  91. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  92. 9c36c29 Use wcscoll for _locale.strcoll if available. by Martin v. Löwis · 22 years ago
  93. 03d00d5 Fix if-then-else-fi structure. by Martin v. Löwis · 22 years ago
  94. 7e4cfcb Unsupport --without-universal-newlines. by Martin v. Löwis · 22 years ago
  95. 79f3c53 Patch #651289: Fix quoting errors. by Martin v. Löwis · 22 years ago
  96. 9ef3376 Avoid semicolon usage in echo. by Martin v. Löwis · 22 years ago
  97. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
  98. 39f59b0 Remove MALLOC_ZERO_RETURNS_NULL. by Martin v. Löwis · 22 years ago
  99. d584368 Patch #639371: Remove FreeBSD 5 specific test, test for ctermid_r, setgroups by Martin v. Löwis · 22 years ago
  100. e117258 The libsocket/libnsl problem is specific to IRIX 4. Confirmed by Tim Rice. by Martin v. Löwis · 22 years ago