index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
selectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
os2 patch by Jeff Rush
Guido van Rossum
1997-11-22
1
-0/+5
*
Apply two changes, systematically:
Guido van Rossum
1997-10-01
1
-3/+1
*
list2set(): correct return value (an int, not a PyObject*).
Barry Warsaw
1996-12-16
1
-1/+1
*
list2set(): PyList_GetItem could fail.
Barry Warsaw
1996-12-13
1
-1/+3
*
Reworked to eliminate all potential memory problems, including
Barry Warsaw
1996-12-12
1
-74/+111
*
Several changes... Guido *please* take a look!
Barry Warsaw
1996-12-12
1
-163/+201
*
Add ``extern void bzero();'' for SGI, to keep gcc -Wall happy.
Guido van Rossum
1996-12-09
1
-0/+5
*
Keep gcc -Wall happy.
Guido van Rossum
1996-12-05
1
-0/+4
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13/+20
*
Slightly different Windows ifdefs
Guido van Rossum
1996-06-28
1
-1/+1
*
Yet another pass at fd2obj -- this time for Windows
Guido van Rossum
1996-06-12
1
-29/+58
*
fix subtle refcnt bug
Guido van Rossum
1995-03-29
1
-10/+11
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2/+2
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-6/+9
*
Fixed a couple of bugs: getargs doesn't use % escapes, and seconds
Sjoerd Mullender
1993-11-02
1
-2/+2
*
* selectmodule.c (select_select): timeout argument may be None with same
Guido van Rossum
1993-11-01
1
-6/+12
*
* selectmodule.c: fix (another!) two memory leaks -- this time in list2set
Guido van Rossum
1993-05-12
1
-0/+2
*
* Changed many files to use mkvalue() instead of newtupleobject().
Guido van Rossum
1993-03-16
1
-2/+2
*
* ceval.c: ifdef out the last argument passing compat hack.
Guido van Rossum
1993-02-05
1
-2/+6
*
Replaced max=-1 by max = -1.
Guido van Rossum
1992-08-06
1
-1/+1
*
* Makefile: cosmetics
Guido van Rossum
1992-08-05
1
-1/+2
*
* myselect.h: bzero -> memset
Guido van Rossum
1992-08-04
1
-12/+12
*
Use "myselect.h" as intended.
Guido van Rossum
1992-06-23
1
-5/+1
*
Changes for new UNIX-specific built-in module 'select' and new header for
Guido van Rossum
1992-06-23
1
-0/+194