summaryrefslogtreecommitdiffstats
path: root/Python/thread_cthread.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes needed by NeXT (the only platform that seems to use this).Guido van Rossum1996-07-301-3/+38
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
| | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error().
* ceval.c: dict of local mapping is now a tupleGuido van Rossum1994-05-231-0/+6
| | | | | | | compile.c: lists and dictionary in code objects become tuples import.c: bump MAGIC thread*.[ch]: added thread_ident() function version.c: added '++' to version number and bumped date
* Tim's changes; removed some remaining non-functional ifdefsGuido van Rossum1994-05-111-4/+0
|
* Split thread.c into a number of system-specific files.Guido van Rossum1994-05-091-0/+158
Added Tim Peters' pthread version.