1. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  2. 635f6fb This patch partly (some stuff went in already) ports Python to Monterey. by Trent Mick · 24 years ago
  3. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  4. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  5. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  6. a44d353 Trent Mick <trentm@activestate.com>: by Fred Drake · 24 years ago
  7. 701f25e Rob Riggs wrote: by Guido van Rossum · 25 years ago
  8. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  9. 9e46e56 BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net. by Guido van Rossum · 26 years ago
  10. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  11. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  12. 44ee479 Add a 'volatile' to the declaration of threadid in get_thread_ident(). by Guido van Rossum · 26 years ago
  13. 532246e Improved version of patch for HPUX from David Arnold. by Guido van Rossum · 26 years ago
  14. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 26 years ago
  15. 730806d Make new gcc -Wall happy by Guido van Rossum · 26 years ago
  16. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  17. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  18. c8fba8e Add pthred-std define for Linux. by Guido van Rossum · 27 years ago
  19. d6353e2 Support for various versions of the pthread draft. by Guido van Rossum · 27 years ago
  20. f4806c2 Add detach call so threads are GC'ed. by Guido van Rossum · 27 years ago
  21. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  22. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  23. cf1474b Sjoerd's thread changes (including down_sema typo fix). by Guido van Rossum · 28 years ago
  24. 1a62311 Changes necessary for AIX. by Guido van Rossum · 28 years ago
  25. 6602099 Got rid of florida hack and made it work with Solaris 2.5 pthreads. by Guido van Rossum · 28 years ago
  26. 2565bff Alpha OSF/1 fix by Guido van Rossum · 30 years ago
  27. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  28. e944da8 ceval.c: dict of local mapping is now a tuple by Guido van Rossum · 30 years ago
  29. b98b1b3 Tim's changes; removed some remaining non-functional ifdefs by Guido van Rossum · 30 years ago
  30. 2c8cb9f Split thread.c into a number of system-specific files. by Guido van Rossum · 30 years ago