Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -6/+9 |
* | Fixed a couple of bugs: getargs doesn't use % escapes, and seconds | Sjoerd Mullender | 1993-11-02 | 1 | -2/+2 |
* | * selectmodule.c (select_select): timeout argument may be None with same | Guido van Rossum | 1993-11-01 | 1 | -6/+12 |
* | * selectmodule.c: fix (another!) two memory leaks -- this time in list2set | Guido van Rossum | 1993-05-12 | 1 | -0/+2 |
* | * Changed many files to use mkvalue() instead of newtupleobject(). | Guido van Rossum | 1993-03-16 | 1 | -2/+2 |
* | * ceval.c: ifdef out the last argument passing compat hack. | Guido van Rossum | 1993-02-05 | 1 | -2/+6 |
* | Replaced max=-1 by max = -1. | Guido van Rossum | 1992-08-06 | 1 | -1/+1 |
* | * Makefile: cosmetics | Guido van Rossum | 1992-08-05 | 1 | -1/+2 |
* | * myselect.h: bzero -> memset | Guido van Rossum | 1992-08-04 | 1 | -12/+12 |
* | Use "myselect.h" as intended. | Guido van Rossum | 1992-06-23 | 1 | -5/+1 |
* | Changes for new UNIX-specific built-in module 'select' and new header for | Guido van Rossum | 1992-06-23 | 1 | -0/+194 |