COMMITS
/ Modules/selectmodule.c December 16, 1996
B
list2set(): correct return value (an int, not a PyObject*).
Barry Warsaw committed
December 13, 1996
B
list2set(): PyList_GetItem could fail.
Barry Warsaw committed
December 12, 1996
B
Reworked to eliminate all potential memory problems, including
Barry Warsaw committed
B
Several changes... Guido *please* take a look!
Barry Warsaw committed
December 9, 1996
G
Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
Guido van Rossum committed
December 5, 1996
G
Keep gcc -Wall happy.
Guido van Rossum committed
October 25, 1996
G
New permission notice, includes CNRI.
Guido van Rossum committed
June 28, 1996
G
Slightly different Windows ifdefs
Guido van Rossum committed
June 12, 1996
G
Yet another pass at fd2obj -- this time for Windows
Guido van Rossum committed
March 29, 1995
G
fix subtle refcnt bug
Guido van Rossum committed
January 4, 1995
G
Added 1995 to copyright message.
Guido van Rossum committed
August 1, 1994
G
Merge alpha100 branch back to main trunk
Guido van Rossum committed
November 2, 1993
S
Fixed a couple of bugs: getargs doesn't use % escapes, and seconds
Sjoerd Mullender committed
November 1, 1993
G
* selectmodule.c (select_select): timeout argument may be None with same
Guido van Rossum committed
May 12, 1993
G
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
Guido van Rossum committed
March 16, 1993
G
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum committed
February 5, 1993
G
* ceval.c: ifdef out the last argument passing compat hack.
Guido van Rossum committed
August 6, 1992
G
Replaced max=-1 by max = -1.
Guido van Rossum committed
August 5, 1992
G
* Makefile: cosmetics
Guido van Rossum committed
August 4, 1992
G
* myselect.h: bzero -> memset
Guido van Rossum committed
June 23, 1992
G
Use "myselect.h" as intended.
Guido van Rossum committed
G
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum committed