summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Add #ifdef's for platforms that don't have the constants POLLRDNORM andAndrew M. Kuchling2000-09-281-0/+8
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-3/+0
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Peter Schneider-Kamp <nowonder@nowonder.de>:Fred Drake2000-08-311-1/+1
* Not every OS that support poll seems to support POLLMSG.Sjoerd Mullender2000-08-251-0/+2
* Add interface to poll() system call (SF patch #100852)Andrew M. Kuchling2000-08-251-2/+319
* merge Include/my*.h into Include/pyport.hPeter Schneider-Kamp2000-07-311-1/+0
* Even more ANSIfication: fix as many function pointers and declarations asThomas Wouters2000-07-221-1/+1
* Remove unused variable.Thomas Wouters2000-07-221-1/+0
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Use PyObject_AsFileDescriptorAndrew M. Kuchling2000-07-131-24/+2
* One more include of limits.h (possibly to be moved elsewhere when there isJack Jansen2000-07-111-0/+3
* ANSI-ficationPeter Schneider-Kamp2000-07-101-12/+4
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Trent Mick:Guido van Rossum2000-06-281-3/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* According to Ron Bickers, and with apparent approval of ChrisGuido van Rossum2000-01-141-1/+1
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-271-0/+2
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Changes for BeOS, QNX and long long, by Chris Herborth.Guido van Rossum1998-08-041-1/+8
* On Windows, put the select file descriptor arrays on the heap.Guido van Rossum1998-07-021-0/+22
* Added doc strings.Guido van Rossum1998-06-281-2/+30
* os2 patch by Jeff RushGuido van Rossum1997-11-221-0/+5
* Apply two changes, systematically:Guido van Rossum1997-10-011-3/+1
* list2set(): correct return value (an int, not a PyObject*).Barry Warsaw1996-12-161-1/+1
* list2set(): PyList_GetItem could fail.Barry Warsaw1996-12-131-1/+3
* Reworked to eliminate all potential memory problems, includingBarry Warsaw1996-12-121-74/+111
* Several changes... Guido *please* take a look!Barry Warsaw1996-12-121-163/+201
* Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+5
* Keep gcc -Wall happy.Guido van Rossum1996-12-051-0/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* 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