summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Slightly different Windows ifdefsGuido van Rossum1996-06-281-1/+1
* Yet another pass at fd2obj -- this time for WindowsGuido van Rossum1996-06-121-29/+58
* fix subtle refcnt bugGuido van Rossum1995-03-291-10/+11
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-6/+9
* Fixed a couple of bugs: getargs doesn't use % escapes, and secondsSjoerd Mullender1993-11-021-2/+2
* * selectmodule.c (select_select): timeout argument may be None with sameGuido van Rossum1993-11-011-6/+12
* * selectmodule.c: fix (another!) two memory leaks -- this time in list2setGuido van Rossum1993-05-121-0/+2
* * Changed many files to use mkvalue() instead of newtupleobject().Guido van Rossum1993-03-161-2/+2
* * ceval.c: ifdef out the last argument passing compat hack.Guido van Rossum1993-02-051-2/+6
* Replaced max=-1 by max = -1.Guido van Rossum1992-08-061-1/+1
* * Makefile: cosmeticsGuido van Rossum1992-08-051-1/+2
* * myselect.h: bzero -> memsetGuido van Rossum1992-08-041-12/+12
* Use "myselect.h" as intended.Guido van Rossum1992-06-231-5/+1
* Changes for new UNIX-specific built-in module 'select' and new header forGuido van Rossum1992-06-231-0/+194