Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f631d13ac719c95ac7f52654d251b351de93f83c
/
Modules
/
selectmodule.c
529fcfe
list2set(): correct return value (an int, not a PyObject*).
by Barry Warsaw
· 28 years ago
24c4b3d
list2set(): PyList_GetItem could fail.
by Barry Warsaw
· 28 years ago
c1cb360
Reworked to eliminate all potential memory problems, including
by Barry Warsaw
· 28 years ago
e4ac0aa
Several changes... Guido *please* take a look!
by Barry Warsaw
· 28 years ago
3727317
Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
a376cc5
Keep gcc -Wall happy.
by Guido van Rossum
· 28 years ago
d266eb4
New permission notice, includes CNRI.
by Guido van Rossum
· 28 years ago
6f489d9
Slightly different Windows ifdefs
by Guido van Rossum
· 28 years ago
4f0fbf8
Yet another pass at fd2obj -- this time for Windows
by Guido van Rossum
· 28 years ago
07432c0
fix subtle refcnt bug
by Guido van Rossum
· 30 years ago
524b588
Added 1995 to copyright message.
by Guido van Rossum
· 30 years ago
b6775db
Merge alpha100 branch back to main trunk
by Guido van Rossum
· 30 years ago
78ed420
Fixed a couple of bugs: getargs doesn't use % escapes, and seconds
by Sjoerd Mullender
· 31 years ago
c7a2270
* selectmodule.c (select_select): timeout argument may be None with same
by Guido van Rossum
· 31 years ago
a849b83
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
by Guido van Rossum
· 32 years ago
e537240
* Changed many files to use mkvalue() instead of newtupleobject().
by Guido van Rossum
· 32 years ago
6f5afc9
* ceval.c: ifdef out the last argument passing compat hack.
by Guido van Rossum
· 32 years ago
de126a6
Replaced max=-1 by max = -1.
by Guido van Rossum
· 32 years ago
ff4949e
* Makefile: cosmetics
by Guido van Rossum
· 32 years ago
4fbf798
* myselect.h: bzero -> memset
by Guido van Rossum
· 32 years ago
9d47992
Use "myselect.h" as intended.
by Guido van Rossum
· 32 years ago
ed233a5
Changes for new UNIX-specific built-in module 'select' and new header for
by Guido van Rossum
· 32 years ago