summaryrefslogtreecommitdiff
path: root/Python/thread_nt.h
Commit message (Expand)AuthorAgeFilesLines
...
* Trent Mick <trentm@activestate.com>:Fred Drake2000-06-301-11/+11
* - workaround to make 1.6 build under MSVC 5.0. hopefully,Fredrik Lundh2000-06-291-0/+4
* Trent Mick's Win64 changes: size_t vs. int or long; also some overflowGuido van Rossum2000-06-281-2/+5
* Bill Tutt:Guido van Rossum2000-05-111-1/+24
* Quick fix by Mark Hammond -- Yakov changed a dprintf call but it wasGuido van Rossum2000-05-051-1/+1
* Fast NonRecursiveMutex support by Yakov Markovitch, markovitch@iso.ru,Guido van Rossum2000-05-041-25/+113
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-201-1/+1
* Thanks to Chris Herborth, the thread primitives now have proper Py*Guido van Rossum1998-12-211-45/+45
* Use _beginthread() and _endthread() in favor of CreateThread() andGuido van Rossum1997-08-141-16/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Sjoerd's thread changes (including down_sema typo fix).Guido van Rossum1996-10-081-1/+5
* nt thread supportGuido van Rossum1995-01-171-0/+245