COMMITS
/ Modules/selectmodule.c August 25, 2000
S
Not every OS that support poll seems to support POLLMSG.
Sjoerd Mullender committed
A
Add interface to poll() system call (SF patch #100852)
Andrew M. Kuchling committed
July 31, 2000
P
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp committed
July 22, 2000
T
Even more ANSIfication: fix as many function pointers and declarations as
Thomas Wouters committed
T
Remove unused variable.
Thomas Wouters committed
July 21, 2000
T
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters committed
July 13, 2000
A
Use PyObject_AsFileDescriptor
Andrew M. Kuchling committed
July 11, 2000
J
One more include of limits.h (possibly to be moved elsewhere when there is
Jack Jansen committed
July 10, 2000
P
ANSI-fication
Peter Schneider-Kamp committed
June 30, 2000
G
Change copyright notice - 2nd try.
Guido van Rossum committed
G
Change copyright notice.
Guido van Rossum committed
June 28, 2000
G
Trent Mick:
Guido van Rossum committed
May 3, 2000
G
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum committed
February 29, 2000
G
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum committed
January 14, 2000
G
According to Ron Bickers, and with apparent approval of Chris
Guido van Rossum committed
August 27, 1999
G
Patch by Mark Hammond to avoid certain header files on Windows/CE.
Guido van Rossum committed
December 4, 1998
G
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum committed
August 4, 1998
G
Changes for BeOS, QNX and long long, by Chris Herborth.
Guido van Rossum committed
July 2, 1998
G
On Windows, put the select file descriptor arrays on the heap.
Guido van Rossum committed
June 28, 1998
G
Added doc strings.
Guido van Rossum committed
November 22, 1997
G
os2 patch by Jeff Rush
Guido van Rossum committed
October 1, 1997
G
Apply two changes, systematically:
Guido van Rossum committed
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