Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add default case (standard conformance) to avoid piling up | Guido van Rossum | 1997-06-02 | 1 | -4/+4 |
| | | | | system specific #ifdefs. | ||||
* | DG/UX thread patches (Ross Andrus) | Guido van Rossum | 1997-05-22 | 1 | -3/+8 |
| | |||||
* | Add pthred-std define for Linux. | Guido van Rossum | 1997-05-15 | 1 | -0/+2 |
| | |||||
* | Support for various versions of the pthread draft. | Guido van Rossum | 1997-05-13 | 1 | -12/+64 |
| | |||||
* | Add detach call so threads are GC'ed. | Guido van Rossum | 1997-04-30 | 1 | -0/+2 |
| | |||||
* | Working semaphore implementation by Sjoerd. | Guido van Rossum | 1997-01-17 | 1 | -3/+64 |
| | |||||
* | 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 | -2/+3 |
| | | | | Note: waitflag not supported on NT. | ||||
* | Changes necessary for AIX. | Guido van Rossum | 1996-08-08 | 1 | -0/+15 |
| | |||||
* | Got rid of florida hack and made it work with Solaris 2.5 pthreads. | Guido van Rossum | 1996-06-11 | 1 | -19/+7 |
| | | | | Wonder if this will break it on all other platforms :-) | ||||
* | Alpha OSF/1 fix | Guido van Rossum | 1995-01-09 | 1 | -1/+4 |
| | |||||
* | 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(). | ||||
* | ceval.c: dict of local mapping is now a tuple | Guido van Rossum | 1994-05-23 | 1 | -3/+8 |
| | | | | | | | 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 ifdefs | Guido van Rossum | 1994-05-11 | 1 | -86/+89 |
| | |||||
* | Split thread.c into a number of system-specific files. | Guido van Rossum | 1994-05-09 | 1 | -0/+272 |
Added Tim Peters' pthread version. |