1. 42ab61e Document that _POSIX_SEMAPHORES is predefined. by Martin v. Löwis · 22 years ago
  2. cc89866 Patch #525532: Add support for POSIX semaphores. by Martin v. Löwis · 22 years ago
  3. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 23 years ago
  4. 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 23 years ago
  5. 03459a5 Fix memory leak. This is part of SF patch #478006. by Fred Drake · 23 years ago
  6. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  7. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  8. 8023099 Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: by Guido van Rossum · 23 years ago
  9. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  10. c51395d GUSI on the Mac creates threads with a default stack size of 20KB, which is by Jack Jansen · 23 years ago
  11. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  12. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  13. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  14. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  15. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  16. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  17. 701f25e Rob Riggs wrote: by Guido van Rossum · 25 years ago
  18. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  19. 9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  20. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  21. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  22. 44ee479 Add a 'volatile' to the declaration of threadid in get_thread_ident(). by Guido van Rossum · 26 years ago
  23. 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
  24. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 26 years ago
  25. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  26. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  27. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  28. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  29. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  30. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 27 years ago
  31. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  32. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  33. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  34. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  35. 6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. by Guido van Rossum · 28 years ago
  36. 2565bff Alpha OSF/1 fix by Guido van Rossum · 30 years ago
  37. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  38. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  39. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  40. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago