1. a6e9758 Patch #497098: build support for GNU/Hurd. by Martin v. Löwis · 23 years ago
  2. eb9b103 Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and by Martin v. Löwis · 23 years ago
  3. 0daad59 Patch #462122: add readline startup and pre_event hooks. by Martin v. Löwis · 23 years ago
  4. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  5. 810cc51 This time (I hope) I've fixed largefile by Guido van Rossum · 23 years ago
  6. 387c547 Revert parts of patch #453627, documenting the resulting test failures instead. by Martin v. Löwis · 23 years ago
  7. 28341ce Move UnixWare 7 defines to acconfig.h, regenerate pyconfig.h.in. by Martin v. Löwis · 23 years ago
  8. b855216 Changes to automatically enable large file support on some systems. by Guido van Rossum · 23 years ago
  9. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  10. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  11. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  12. 530f990 Move USE_TOOLBOX_OBJECT_GLUE into acconfig.h. by Martin v. Löwis · 23 years ago
  13. 01dfdb3 Patch #401196: Configuration machinery for IPv6. by Martin v. Löwis · 23 years ago
  14. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  15. e8964d4 Define __EXTENSIONS__ on Solaris. Fixes posixmodule error in bug #232787. by Martin v. Löwis · 23 years ago
  16. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  17. 1360359 Make HAVE_TERMIOS_H and associated config.sh shell variable available by Eric S. Raymond · 23 years ago
  18. aef734b Part of SF patch #102409 by jlt63: Cygwin Python DLL and Shared Extension Patch. by Guido van Rossum · 24 years ago
  19. 4c3f57c SF Patch #103154 by jlt63: Cygwin Check Import Case Patch. by Guido van Rossum · 24 years ago
  20. cadfaec Configuration test for working getc_unlocked() (and flockfile() and by Guido van Rossum · 24 years ago
  21. a2cb78f Donn Cave <donn@oz.net>: by Fred Drake · 24 years ago
  22. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  23. c9cb847 Skip Montanaro <skip@mojam.com>: by Fred Drake · 24 years ago
  24. cb85326 adds support for --with-pydebug configure option by Skip Montanaro · 24 years ago
  25. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  26. e736177 Added #undef HAVE_UINTPTR_T for autoconf's delight. by Barry Warsaw · 24 years ago
  27. ce81d59 Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources. by Fred Drake · 24 years ago
  28. 7d3a511 Cray J90 fixes for long ints. by Tim Peters · 24 years ago
  29. cf053b1 Added #undef of WITH_CYCLE_GC for autoconf's delight. by Barry Warsaw · 24 years ago
  30. a3f6e91 This patch extends PC/config.h and configure.in as appropriate for by Fred Drake · 24 years ago
  31. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  32. 59903fe Added tests for socklen_t by Guido van Rossum · 24 years ago
  33. ef2255b Part of the Unicode checkin for Marc-Andre Lemburg. by Guido van Rossum · 24 years ago
  34. 85d8be5 Define HAVE_DYNAMIC_LOADING. by Guido van Rossum · 25 years ago
  35. c6f6df3 Correct stupid typo (HAVE_GETHOSTBTNAME). by Guido van Rossum · 25 years ago
  36. e74c429 Patch by Vladimir Marangozov, inspired by a bug report from Gary by Guido van Rossum · 25 years ago
  37. 8137680 For BeOS PowerPC. Chris Herborth. by Guido van Rossum · 25 years ago
  38. 7152e9b Add symbols for gethostbyname_r variants (sigh). by Guido van Rossum · 25 years ago
  39. 54ecc3d Patches by William Lewis for Nextstep descendants. by Guido van Rossum · 25 years ago
  40. f98e2a7 Changes for long file support by Steve Clift. by Guido van Rossum · 26 years ago
  41. 2522136 Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. by Guido van Rossum · 26 years ago
  42. b06df27 --with-readline is obsolete (and some editorial stuff in README) by Guido van Rossum · 27 years ago
  43. 443389f Add MALLOC_ZERO_RETURNS_NULL symbol. by Guido van Rossum · 27 years ago
  44. 7a24c37 Move WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  45. 4a3df1c Changes for Lee Busby's SIGFPE patch set. New symbol WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  46. 8e09a9f Add HAVE_OLD_CPP to list of known defines by Guido van Rossum · 28 years ago
  47. 93ee6e0 Add entry for _REENTRANT macro by Guido van Rossum · 28 years ago
  48. 94d46d5 Added C_THREADS by Guido van Rossum · 28 years ago
  49. 76be6ed The usual changes when a release is nearing... by Guido van Rossum · 30 years ago
  50. 2bcafeb test for presence of stddef.h by Guido van Rossum · 30 years ago
  51. dabb11b add test for volatile by Guido van Rossum · 30 years ago
  52. 32d8ba4 * Makefile.in (Makefile): add dependency on config.status by Guido van Rossum · 30 years ago
  53. 0039f51 changed GETPGRP_HAVE_ARGS into GETPGRP_HAVE_ARG by Guido van Rossum · 30 years ago
  54. c5832ff Changes for posix threads by Guido van Rossum · 30 years ago
  55. aff6906 Added HAVE_STDARG_PROTOTYPES and signed by Guido van Rossum · 30 years ago
  56. 4c627be Small changes by Guido van Rossum · 31 years ago
  57. 2712c16 Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward, by Guido van Rossum · 31 years ago
  58. f1009e8 * README: describe new build procedure; added section on building by Guido van Rossum · 31 years ago
  59. 79556aa redid build process; added --with-svr4; renamed USE_THREAD to by Guido van Rossum · 31 years ago