1. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  2. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  3. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  4. 8b8fb3d Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  5. 19b2369 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 19 years ago
  6. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  7. 30e97db SF Patch #902444: Use process scope thread on FreeBSD. System scope by Hye-Shik Chang · 20 years ago
  8. 6babcc2 typo by Skip Montanaro · 20 years ago
  9. f1afe66 Remove support for systems defining Py_PTHREAD_D[467] in by Skip Montanaro · 20 years ago
  10. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  11. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  12. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  13. 910ae62 Patch #716969: Detect thread creation failure. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  14. 1509a15 Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  15. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  16. b023381 Patch #650415: Avoid redefinition of macros. by Martin v. Löwis · 22 years ago
  17. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
  18. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  19. 42ab61e Document that _POSIX_SEMAPHORES is predefined. by Martin v. Löwis · 22 years ago
  20. cc89866 Patch #525532: Add support for POSIX semaphores. by Martin v. Löwis · 22 years ago
  21. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  22. 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 22 years ago
  23. 03459a5 Fix memory leak. This is part of SF patch #478006. by Fred Drake · 23 years ago
  24. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  25. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  26. 8023099 Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: by Guido van Rossum · 23 years ago
  27. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  28. c51395d GUSI on the Mac creates threads with a default stack size of 20KB, which is by Jack Jansen · 23 years ago
  29. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  30. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  31. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  32. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  33. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  34. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  35. 701f25e Rob Riggs wrote: by Guido van Rossum · 25 years ago
  36. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  37. 9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  38. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  39. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  40. 44ee479 Add a 'volatile' to the declaration of threadid in get_thread_ident(). by Guido van Rossum · 26 years ago
  41. 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
  42. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 26 years ago
  43. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  44. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  45. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  46. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  47. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  48. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 27 years ago
  49. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 27 years ago
  50. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  51. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  52. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  53. 6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. by Guido van Rossum · 28 years ago
  54. 2565bff Alpha OSF/1 fix by Guido van Rossum · 29 years ago
  55. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  56. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  57. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  58. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago