1. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  2. 8235ea1 Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT. by Mark Hammond · 22 years ago
  3. bd23289 Silence compiler warning by Jeremy Hylton · 22 years ago
  4. f90ae20 Patch #488073: AtheOS port. by Martin v. Löwis · 22 years ago
  5. fdba55f I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they by Tim Peters · 22 years ago
  6. 7d1cd69 Patch #504224: add plan9 threads include to thread.c. by Martin v. Löwis · 22 years ago
  7. cdc4451 Include <unistd.h> in Python.h. Fixes #500924. by Martin v. Löwis · 23 years ago
  8. 3c28863 Partial patch from SF #452266, by Jason Petrone. by Guido van Rossum · 23 years ago
  9. 76f373d Repair more now-obsolete references to config.h. by Tim Peters · 23 years ago
  10. 4f1cd8b Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. by Martin v. Löwis · 23 years ago
  11. a6c2eb5 Donn Cave <donn@u.washington.edu>: by Fred Drake · 24 years ago
  12. 9e8181b Make better use of GNU Pth -- patch by Andy Dustman. by Guido van Rossum · 24 years ago
  13. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  14. 8ec68fd Prototype yet another forward declaration. by Thomas Wouters · 24 years ago
  15. f70ef4f Mass ANSIfication of function definitions. Doesn't cover all 'extern' by Thomas Wouters · 24 years ago
  16. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  17. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  18. 07bd90e Andy Dustman: add GNU pth user-space thread support. by Guido van Rossum · 24 years ago
  19. 095249f Jack Jansen: Posix threads are now supported on the Macintosh too. by Guido van Rossum · 24 years ago
  20. 2571cc8 Changes by Mark Hammond for Windows CE. Mostly of the form by Guido van Rossum · 25 years ago
  21. 65d5b57 Thanks to Chris Herborth, the thread primitives now have proper Py* by Guido van Rossum · 26 years ago
  22. f261526 Need to add default decl of DL_IMPORT, for mymalloc.h by Guido van Rossum · 26 years ago
  23. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  24. 1a8791e Changes for BeOS, QNX and long long, by Chris Herborth. by Guido van Rossum · 26 years ago
  25. 8e9ebfd os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
  26. 64f9105 DG/UX thread patches (Ross Andrus) by Guido van Rossum · 27 years ago
  27. d11bfdd Ugly hack for SGI IRIX 6.2. Apparently _POSIX_THREADS is defined even by Guido van Rossum · 27 years ago
  28. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  29. 80bb965 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  30. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  31. 7cf1fcf Always include config.h by Guido van Rossum · 28 years ago
  32. c3f82b6 nt thread support by Guido van Rossum · 29 years ago
  33. 6d023c9 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  34. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  35. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  36. cbaddb5 Added widget methods {Height,Width}{,MM}OfScreen. by Sjoerd Mullender · 31 years ago
  37. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 31 years ago
  38. 76ab5fe ushdr_t was not defined so fill in its size instead of using sizeof. by Sjoerd Mullender · 32 years ago
  39. e893412 Added error checking. Improved coexistance with dl module. by Sjoerd Mullender · 32 years ago
  40. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  41. d10d829 Added C++ support in thread.h; don't use signals if not strictly by Sjoerd Mullender · 32 years ago
  42. 2179945 newest version by Sjoerd Mullender · 32 years ago
  43. aee8bc1 adapted SV module to the new svideo library. update thread package. by Sjoerd Mullender · 32 years ago
  44. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  45. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  46. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago