COMMITS
/ Modules/selectmodule.c January 4, 2008
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
August 17, 2007
S
Remove support for BeOS
Skip Montanaro committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 19, 2006
N
Check return result from Py_InitModule*(). This API can fail.
Neal Norwitz committed
November 3, 2005
N
Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint
Neal Norwitz committed
August 7, 2004
A
[Bug #923315] Produce correct result on AIX
Andrew M. Kuchling committed
March 21, 2004
N
Added configure check for broken poll() on some unix systems (MacOS X 10.3)
Nicholas Bastin committed
October 12, 2003
R
Simplify and speedup uses of Py_BuildValue():
Raymond Hettinger committed
September 10, 2003
B
select.select() now accepts a sequence (as defined by PySequence_Fast()) for
Brett Cannon committed
February 11, 2003
T
SF bug 684667: Modules/selectmodule.c returns NULL without exception set.
Tim Peters committed
November 18, 2002
N
Don't use PyNumber_Float() since it's is nearly useless. Instead, rely on
Neil Schemenauer committed
November 12, 2002
W
Use PyInt_AsLong instead of PyInt_AS_LONG after the call to
Walter Dörwald committed
September 24, 2002
T
I did fix too much - including winsock.h is sufficient.
Thomas Heller committed
T
On Windows, call WSAGetLastError() to retrieve the error number.
Thomas Heller committed
July 28, 2002
N
SF patch #577031, remove PyArg_Parse() since it's deprecated
Neal Norwitz committed
July 23, 2002
M
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
Mark Hammond committed
July 17, 2002
T
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters committed
J
staticforward bites the dust.
Jeremy Hylton committed
June 13, 2002
M
Patch #568124: Add doc string macros.
Martin v. Löwis committed
May 31, 2002
N
Remove unused static function
Neal Norwitz committed
April 1, 2002
F
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake committed
March 3, 2002
A
OS/2 EMX port changes (Modules part of patch #450267):
Andrew MacIntyre committed
January 12, 2002
M
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis committed
December 8, 2001
G
Patch supplied by Burton Radons for his own SF bug #487390: Modifying
Guido van Rossum committed
October 25, 2001
G
Fix SF bug #474538: Memory (reference) leak in poller.register (Dave Brueck)
Guido van Rossum committed
October 24, 2001
G
SF patch #474590 -- RISC OS support
Guido van Rossum committed
August 16, 2001
T
Stop adding 3 to FD_SETSIZE -- it makes no sense. If it turns out it
Tim Peters committed
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