Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The rest of the changes by Trent Mick and Dale Nagata for warning-free | Guido van Rossum | 2000-01-20 | 1 | -1/+1 |
| | | | | compilation on NT Alpha. Mostly added casts etc. | ||||
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -45/+45 |
| | | | | | names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). | ||||
* | Use _beginthread() and _endthread() in favor of CreateThread() and | Guido van Rossum | 1997-08-14 | 1 | -16/+8 |
| | | | | | | | ExitThread(). As discussed in c.l.p, this takes care of initialization and finalization of thread-local storage allocated by the C runtime system. Not sure whether non-MS compilers grok this though (but who cares :-). | ||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 1 | -13/+20 |
| | |||||
* | Sjoerd's thread changes (including down_sema typo fix). | Guido van Rossum | 1996-10-08 | 1 | -1/+5 |
| | | | | Note: waitflag not supported on NT. | ||||
* | nt thread support | Guido van Rossum | 1995-01-17 | 1 | -0/+245 |