summaryrefslogtreecommitdiffstats
path: root/Modules/threadmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-43/+36
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Make gcc -Wall happy:Guido van Rossum1998-10-071-12/+0
* Renamed thread.h to pythread.h.Guido van Rossum1998-10-011-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-1/+8
* # Remove an extra blank line from a doc string.Guido van Rossum1998-06-271-1/+0
* Added doc strings. Also export LockType from the modoule, and give itGuido van Rossum1998-06-271-15/+102
* t_bootstrap(): Use PyErr_ExceptionMatches(...) instead of PyErr_Occurred(...).Fred Drake1998-05-281-1/+1
* Don't store the exception info from an unhandled exception in a threadGuido van Rossum1998-02-061-1/+1
* Apply two changes, systematically:Guido van Rossum1997-10-011-5/+1
* Oops, one more checkin. Use the new tstate/interp interface.Guido van Rossum1997-08-021-1/+2
* Use the new functions PyEval_AcquireThread() andGuido van Rossum1997-07-181-5/+3
* Massive changes for separate thread state management.Guido van Rossum1997-05-051-27/+64
* initthread(): Removed extraneous Py_INCREF(ThreadError)Barry Warsaw1997-01-131-1/+0
* Renamed.Barry Warsaw1996-12-171-102/+102
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-1/+1
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* implement exit_thread through SystemExit exceptionGuido van Rossum1995-03-171-7/+8
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-2/+0
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-2/+6
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-26/+52
* Port to Solaris 2.3.Sjoerd Mullender1993-12-031-1/+1
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Various changes.Sjoerd Mullender1993-01-061-3/+12
* New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()Guido van Rossum1992-08-171-1/+5
* * Makefile: cosmeticsGuido van Rossum1992-08-051-13/+3
* * Makefile adapted to changes below.Guido van Rossum1992-08-041-0/+294