Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Thanks to Chris Herborth, the thread primitives now have proper Py* | Guido van Rossum | 1998-12-21 | 1 | -57/+57 |
| | | | | | 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). | ||||
* | Massive changes for separate thread state management. | Guido van Rossum | 1997-05-05 | 1 | -0/+80 |
| | | | | | All per-thread globals are moved into a struct which is manipulated separately. | ||||
* | Rename DEBUG macro to Py_DEBUG | Guido van Rossum | 1996-12-30 | 1 | -3/+3 |
| | |||||
* | 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 | -3/+10 |
| | | | | Note: waitflag not supported on NT. | ||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -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(). | ||||
* | Fix waiting for children -- save ppid in pidlist as well. | Guido van Rossum | 1994-05-30 | 1 | -14/+34 |
| | |||||
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 1 | -0/+5 |
| | | | | | | | 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 | ||||
* | Split thread.c into a number of system-specific files. | Guido van Rossum | 1994-05-09 | 1 | -0/+414 |
Added Tim Peters' pthread version. |