Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -4/+18 |
| | | | | Note: waitflag not supported on NT. | ||||
* | typo (#indef -> #undef) | Guido van Rossum | 1996-08-26 | 1 | -1/+1 |
| | |||||
* | Add explicit #undef _POSIX_THREADS for use on Solaris 2.5 (Sjoerd). | Guido van Rossum | 1996-08-21 | 1 | -0/+1 |
| | |||||
* | 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(). | ||||
* | Lots of changes, most minor (fatal() instead of abort(), use of | Guido van Rossum | 1995-01-02 | 1 | -1/+1 |
| | | | | | | err_fetch/err_restore and so on). But... NOTE: import.c has been rewritten and all the DL stuff is now in the new file importdl.c. | ||||
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 1 | -0/+7 |
| | | | | | | | 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/+219 |
Added Tim Peters' pthread version. |