index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
selectmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue27018 - Fix the documentation of select.epoll.register method.
Senthil Kumaran
2016-05-14
1
-1
/
+1
*
merge 3.4 (#25371)
Benjamin Peterson
2015-10-10
1
-179
/
+286
|
\
|
*
Issue #23652: Merge with 3.4
Zachary Ware
2015-08-01
1
-179
/
+286
|
|
\
|
|
*
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-31
1
-43
/
+63
|
|
*
Issue #23485: select.kqueue.control() is now retried when interrupted by a si...
Victor Stinner
2015-03-31
1
-11
/
+34
|
|
*
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-18
/
+51
|
|
*
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner
2015-03-30
1
-50
/
+83
|
|
*
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner
2015-03-30
1
-14
/
+39
|
|
*
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner
2015-03-30
1
-3
/
+4
|
|
*
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner
2015-03-28
1
-39
/
+20
|
|
*
Issue #23708: select.devpoll now retries its internal write() when interrupted
Victor Stinner
2015-03-19
1
-7
/
+3
|
|
*
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner
2015-03-18
1
-8
/
+3
*
|
|
add a missing comma (closes #25371)
Benjamin Peterson
2015-10-10
1
-2
/
+2
|
/
/
*
|
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware
2015-08-01
1
-0
/
+11
|
/
*
Issue #20656: Restore explicit downcast in select_select().
Victor Stinner
2014-02-18
1
-1
/
+2
*
Close #20656: Fix select.select() on OpenBSD 64-bit
Victor Stinner
2014-02-18
1
-10
/
+12
*
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner
2014-02-17
1
-4
/
+6
*
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-69
/
+177
|
\
|
*
Issue #20452: select and selectors round (again) timeout away from zero for
Victor Stinner
2014-01-31
1
-1
/
+3
|
*
(Merge 3.3) Issue #20311: Revert 033137c12d88 (02f9db3e684e),
Victor Stinner
2014-01-25
1
-68
/
+174
|
|
\
|
|
*
(Merge 3.3) Issue #20311: select.epoll.poll() now rounds the timeout away from
Victor Stinner
2014-01-21
1
-1
/
+3
|
|
|
\
|
|
*
|
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-14
/
+11
|
|
*
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
1
-54
/
+163
|
|
|
\
\
|
|
|
*
\
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-3
/
+2
|
|
|
|
\
\
|
|
|
*
|
|
Fix indentation of switch cases.
Guido van Rossum
2013-12-06
1
-11
/
+11
|
|
|
*
|
|
Issue #19437: Fix select.epoll.poll(), fix code handling PyMem_New() error
Victor Stinner
2013-10-30
1
-1
/
+0
|
|
|
*
|
|
select.epoll.fromfd(fd) must be not change the inheritable flag of the file
Victor Stinner
2013-08-28
1
-1
/
+1
|
|
|
*
|
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-2
/
+17
|
|
|
*
|
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
1
-40
/
+135
|
|
|
|
\
\
\
|
|
|
|
*
|
|
Fix devpoll_dealloc().
Richard Oudkerk
2013-08-22
1
-1
/
+1
|
|
|
|
*
|
|
Move definition of devpoll_internal_close() before devpoll_close().
Richard Oudkerk
2013-08-22
1
-15
/
+15
|
|
|
|
*
|
|
Fix compilation of select module on Solaris.
Richard Oudkerk
2013-08-22
1
-1
/
+1
|
|
|
|
*
|
|
Close #18794: Add a fileno() method and a closed attribute to select.devpoll
Victor Stinner
2013-08-22
1
-7
/
+85
|
|
|
|
*
|
|
Issue #8865: Concurrent invocation of select.poll.poll() now raises a
Serhiy Storchaka
2013-08-20
1
-0
/
+13
|
|
|
|
|
\
\
\
|
|
|
|
*
|
|
|
Issue #18408: Fix select.select() to handle PyList_New() failure (MemoryError)
Victor Stinner
2013-07-09
1
-3
/
+3
|
|
|
|
*
|
|
|
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali
2013-05-20
1
-25
/
+25
|
|
|
|
*
|
|
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
Charles-Francois Natali
2013-05-06
1
-5
/
+22
|
|
|
|
|
\
\
\
\
|
|
|
|
|
*
\
\
\
Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL.
Charles-Fran?ois Natali
2013-01-19
1
-5
/
+22
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
|
|
|
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-15
1
-4
/
+8
|
|
|
|
|
|
*
|
|
|
Issue #16876: Revert be8e6b81284e, which wasn't thread-safe: wait until a
Charles-Fran?ois Natali
2013-01-12
1
-32
/
+13
|
|
|
|
|
|
*
|
|
|
Issue #16876: Optimize epoll.poll() by keeping a per-instance epoll events
Charles-Fran?ois Natali
2013-01-09
1
-13
/
+32
|
|
|
|
|
|
*
|
|
|
Issue #16488: epoll() objects now support the `with` statement.
Antoine Pitrou
2012-12-15
1
-0
/
+22
|
|
|
|
|
|
*
|
|
|
Issue #16230: Fix a crash in select.select() when one the lists changes size ...
Antoine Pitrou
2012-11-01
1
-4
/
+2
|
|
|
|
|
|
|
\
\
\
\
|
|
|
|
|
|
*
|
|
|
|
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea
2012-10-05
1
-5
/
+0
*
|
|
|
|
|
|
|
|
|
|
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-2
/
+1
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Issue #20311: Revert 033137c12d88, select.epoll.poll() rounds again the timeout
Victor Stinner
2014-01-25
1
-3
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
Victor Stinner
2014-01-21
1
-1
/
+3
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Issue #17919: Fixed integer overflow in the eventmask parameter.
Serhiy Storchaka
2013-12-14
1
-11
/
+29
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Serhiy Storchaka
2013-12-13
1
-3
/
+2
|
/
/
/
/
/
/
*
|
|
|
|
|
Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
Christian Heimes
2013-08-25
1
-1
/
+1
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[next]