1. daca3d7 Issue #22206: Using pthread, PyThread_create_key() now sets errno to ENOMEM and by Victor Stinner · 10 years ago
  2. 590cebe Issue #19787: PyThread_set_key_value() now always set the value by Victor Stinner · 10 years ago
  3. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 10 years ago
  4. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 10 years ago
  5. 80aa565 Issue #18203: Replace malloc() with PyMem_RawMalloc() to allocate thread locks by Victor Stinner · 11 years ago
  6. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  7. 17485bf Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 11 years ago
  8. 56379c0 Issue #16588: Silence unused-but-set warnings in Python/thread_pthread.h by Christian Heimes · 11 years ago
  9. 187aa54 Signal condition variables with the mutex held. Destroy condition variables by Kristján Valur Jónsson · 12 years ago
  10. 577c830 Issue #14184: merge by Ned Deily · 12 years ago
  11. 7ca97d5 Issue #14184: Increase the default stack size for secondary threads on by Ned Deily · 12 years ago
  12. 87e78ce Issue #12469: partial revert of 024827a9db64, freebsd6 thread initialization by Victor Stinner · 13 years ago
  13. e71db44 Issue #12392: fix thread initialization on FreeBSD 6 by Victor Stinner · 13 years ago
  14. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  15. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  16. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  17. fc20b0c Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  18. 0d5e52d Issue #1856: Avoid crashes and lockups when daemon threads run while the by Antoine Pitrou · 13 years ago
  19. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 13 years ago
  20. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 13 years ago
  21. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 13 years ago
  22. 6e678b4 Issue #9670: merge with current by Ned Deily · 13 years ago
  23. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 13 years ago
  24. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  25. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 13 years ago
  26. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 13 years ago
  27. 19f8edc Issue #10062: Allow building on platforms which do not have sem_timedwait. by Antoine Pitrou · 14 years ago
  28. 2fea9b9 issue 9786 Native TLS support for pthreads by Kristján Valur Jónsson · 14 years ago
  29. 7f14f0d Recorded merge of revisions 81032 via svnmerge from by Antoine Pitrou · 14 years ago
  30. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  31. 3937083 Make (most of) Python's tests pass under Thread Sanitizer. by Jeffrey Yasskin · 14 years ago
  32. 7c3e577 Issue #7316: the acquire() method of lock objects in the :mod:`threading` by Antoine Pitrou · 14 years ago
  33. 72aee3d Merged revisions 78393 via svnmerge from by Amaury Forgeot d'Arc · 14 years ago
  34. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. a6eb56c Don't call memset() before checking that the ptr is not NULL. by Armin Rigo · 19 years ago
  37. 8b8fb3d Add 0 to _POSIX_SEMAPHORES. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  38. 19b2369 Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no by Anthony Baxter · 19 years ago
  39. 30ea2f2 This closes patch: by Michael W. Hudson · 20 years ago
  40. 30e97db SF Patch #902444: Use process scope thread on FreeBSD. System scope by Hye-Shik Chang · 20 years ago
  41. 6babcc2 typo by Skip Montanaro · 20 years ago
  42. f1afe66 Remove support for systems defining Py_PTHREAD_D[467] in by Skip Montanaro · 20 years ago
  43. 4d474be remove DGUX support. by Skip Montanaro · 20 years ago
  44. 4bae2d5 Getting rid of code dependent on GUSI or the MetroWerks compiler. by Jack Jansen · 21 years ago
  45. fac083d Patch 775605: Cygwin pthread_sigmask() workaround patch by Jason Tishler · 21 years ago
  46. 910ae62 Patch #716969: Detect thread creation failure. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  47. 1509a15 Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  48. dfc33fd Don't use Posix semaphores on Solaris 8. Fixes #662787. by Martin v. Löwis · 21 years ago
  49. b023381 Patch #650415: Avoid redefinition of macros. by Martin v. Löwis · 21 years ago
  50. 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 21 years ago
  51. a7a76d3 Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. by Martin v. Löwis · 22 years ago
  52. 42ab61e Document that _POSIX_SEMAPHORES is predefined. by Martin v. Löwis · 22 years ago
  53. cc89866 Patch #525532: Add support for POSIX semaphores. by Martin v. Löwis · 22 years ago
  54. 7bb1c9a Remove the unused & broken PyThread_*_sema() functions and related constants. by Fred Drake · 22 years ago
  55. 7668957 Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails by Jack Jansen · 22 years ago
  56. 03459a5 Fix memory leak. This is part of SF patch #478006. by Fred Drake · 23 years ago
  57. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  58. 69c0ff3 Do not define _POSIX_THREADS if unistd.h defines it. by Martin v. Löwis · 23 years ago
  59. 8023099 Add SF patch #468347 -- mask signals for non-main pthreads, by Jason Lowe: by Guido van Rossum · 23 years ago
  60. d0b69ec Improve threading on Solaris, according to SF patch #460269, submitted by Guido van Rossum · 23 years ago
  61. c51395d GUSI on the Mac creates threads with a default stack size of 20KB, which is by Jack Jansen · 23 years ago
  62. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  63. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  64. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  65. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  66. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  67. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  68. 701f25e Rob Riggs wrote: by Guido van Rossum · 25 years ago
  69. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 25 years ago
  70. 9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  71. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  72. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  73. 44ee479 Add a 'volatile' to the declaration of threadid in get_thread_ident(). by Guido van Rossum · 26 years ago
  74. 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
  75. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 26 years ago
  76. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  77. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  78. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  79. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  80. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  81. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 27 years ago
  82. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 27 years ago
  83. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  84. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  85. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  86. 6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. by Guido van Rossum · 28 years ago
  87. 2565bff Alpha OSF/1 fix by Guido van Rossum · 29 years ago
  88. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  89. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  90. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  91. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago