1. 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 27 years ago
  2. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  3. b02158e Oops, one more checkin. Use the new tstate/interp interface. by Guido van Rossum · 27 years ago
  4. 75aa0d6 Use the new functions PyEval_AcquireThread() and by Guido van Rossum · 27 years ago
  5. a027efa Massive changes for separate thread state management. by Guido van Rossum · 27 years ago
  6. 64278cf initthread(): Removed extraneous Py_INCREF(ThreadError) by Barry Warsaw · 28 years ago
  7. d0c1042 Renamed. by Barry Warsaw · 28 years ago
  8. a376cc5 Keep gcc -Wall happy. by Guido van Rossum · 28 years ago
  9. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  10. 385e7c6 implement exit_thread through SystemExit exception by Guido van Rossum · 29 years ago
  11. a597dde cosmetic changes so these modules will work with the strict new naming scheme by Guido van Rossum · 30 years ago
  12. 524b588 Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  13. 3bbc62e Another bulky set of minor changes. by Guido van Rossum · 30 years ago
  14. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  15. 66bca32 Port to Solaris 2.3. by Sjoerd Mullender · 31 years ago
  16. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  17. 34679b7 * Added Fixcprt.py: script to fix copyright message. by Guido van Rossum · 32 years ago
  18. ed59d20 Various changes. by Sjoerd Mullender · 32 years ago
  19. f9f2e82 New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway() by Guido van Rossum · 32 years ago
  20. ff4949e * Makefile: cosmetics by Guido van Rossum · 32 years ago
  21. 1984f1e * Makefile adapted to changes below. by Guido van Rossum · 32 years ago