Commits
User selector
Commit History
Commits on Jul 28, 2008
Backport r65182. This change modified from using the unsigned max value
Show description for 46b3a79committed
Commits on Sep 27, 2006
[Backport of rev. 42093 by neal.norwitz]
Show description for e703122committed
Commits on Nov 3, 2005
Backport (with output/test_poll):
Show description for 6e4524fcommitted
Commits on Aug 7, 2004
Commits on Mar 21, 2004
Added configure check for broken poll() on some unix systems (MacOS X 10.3)
Show description for e62c5c8committed
Commits on Oct 12, 2003
Simplify and speedup uses of Py_BuildValue():
Show description for 8ae4689committed
Commits on Sep 10, 2003
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
Show description for 62dba4ccommitted
Commits on Feb 11, 2003
SF bug 684667: Modules/selectmodule.c returns NULL without exception set.
Show description for 5f322d3committed
Commits on Nov 18, 2002
Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on
Show description for 47ec6c0committed
Commits on Nov 12, 2002
Use PyInt_AsLong instead of PyInt_AS_LONG after the call to
Show description for 08c4cc4committed
Commits on Sep 24, 2002
- committed
Thomas Heller On Windows, call WSAGetLastError() to retrieve the error number.
Show description for 106f4c7committed
Thomas Heller
Commits on Jul 28, 2002
Commits on Jul 23, 2002
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Show description for 62b1ab1committed
Commits on Jul 17, 2002
- committed
staticforward bites the dust.
Show description for 938ace6committed
Commits on Jun 13, 2002
Commits on May 31, 2002
Commits on Apr 1, 2002
Use the PyModule_Add*() APIs instead of manipulating the module dict
Show description for 4baedc1committed
Commits on Mar 3, 2002
OS/2 EMX port changes (Modules part of patch #450267):
Show description for 7bf6833committed
Andrew MacIntyre
Commits on Jan 12, 2002
Commits on Dec 8, 2001
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Show description for 1464839committed
Commits on Oct 25, 2001
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)
Show description for a0dfc85committed
Commits on Oct 24, 2001
Commits on Aug 16, 2001
Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it
Show description for 4b046c2committed- committed
select_select(): Closing bug #448351 the easy way, i.e. by changing
Show description for b44740fcommitted
Commits on Jul 19, 2001
Make more warnings go away on the SGI compiler.
Show description for dff3a37committed
Commits on Jul 14, 2001
[Bug #438050]
Show description for 737fbb3committed
Commits on May 21, 2001
Commits on Mar 2, 2001
Commits on Dec 12, 2000
Commits on Sep 28, 2000
Add #ifdef's for platforms that don't have the constants POLLRDNORM and
Show description for 36d97ebcommitted
Commits on Sep 26, 2000
Rationalize use of limits.h, moving the inclusion to Python.h.
Show description for d5fadf7committed
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991committed