COMMITS
/ Modules/selectmodule.c August 16, 2001
B
Fixed a couple of minor formatting nits where lines were > 79 columns wide.
Barry Warsaw committed
B
select_select(): Closing bug #448351 the easy way, i.e. by changing
Barry Warsaw committed
July 19, 2001
F
Make more warnings go away on the SGI compiler.
Fred Drake committed
July 14, 2001
A
[Bug #438050]
Andrew M. Kuchling committed
May 21, 2001
F
Add :method info to the PyArg_ParseTuple() format strings for poll objects.
Fred Drake committed
March 2, 2001
G
RISCOS changes by dschwertberger
Guido van Rossum committed
December 12, 2000
T
SF bug 110843: Low FD_SETSIZE limit on Win32 (PR#41). Boosted to 512.
Tim Peters committed
September 28, 2000
A
Add #ifdef's for platforms that don't have the constants POLLRDNORM and
Andrew M. Kuchling committed
September 26, 2000
F
Rationalize use of limits.h, moving the inclusion to Python.h.
Fred Drake committed
September 1, 2000
G
REMOVED all CWI, CNRI and BeOpen copyright markings.
Guido van Rossum committed
August 31, 2000
F
Peter Schneider-Kamp <nowonder@nowonder.de>:
Fred Drake committed
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