| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises a | Serhiy Storchaka | 2013-08-20 | 1 | -0/+13 |
|
|
* | Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit | Charles-Francois Natali | 2013-05-06 | 1 | -7/+28 |
|
|
* | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. | Charles-François Natali | 2013-01-19 | 1 | -2/+2 |
|\ |
|
| * | Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. | Charles-François Natali | 2013-01-19 | 1 | -2/+2 |
|
|
* | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -4/+8 |
|
|
* | | Issue #16230: Fix a crash in select.select() when one the lists changes size ... | Antoine Pitrou | 2012-11-01 | 1 | -4/+2 |
|\ \
| |/ |
|
| * | Issue #16230: Fix a crash in select.select() when one the lists changes size ... | Antoine Pitrou | 2012-11-01 | 1 | -4/+2 |
|
|
* | | remove useless and defined initialization (closes #15921) | Benjamin Peterson | 2012-09-11 | 1 | -1/+1 |
|
|
* | | MERGE: Closes #15395: memory leaks in selectmodule.c | Jesus Cea | 2012-07-19 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Closes #15395: memory leaks in selectmodule.c | Jesus Cea | 2012-07-19 | 1 | -1/+2 |
|
|
* | | struct timeval.tv_usec is 4 bytes on 64-bit OS X as it should be, but | Brett Cannon | 2012-04-07 | 1 | -1/+5 |
|
|
* | | Issue #14180: Fix the select module to handle correctly the Windows timeval | Victor Stinner | 2012-03-13 | 1 | -3/+16 |
|
|
* | | Issue #14180: Fix another typo in kqueue_queue_control() | Victor Stinner | 2012-03-13 | 1 | -1/+1 |
|
|
* | | Issue #14180: Fix select.select() compilation on BSD and a typo in kqueue_que... | Victor Stinner | 2012-03-13 | 1 | -2/+4 |
|
|
* | | Close #14180: Factorize code to convert a number of seconds to time_t, timeva... | Victor Stinner | 2012-03-13 | 1 | -32/+7 |
|
|
* | | try to always use the old API | Benjamin Peterson | 2011-12-27 | 1 | -4/+5 |
|
|
* | | fix for old kernels which don't have epoll_create1 | Benjamin Peterson | 2011-12-27 | 1 | -3/+9 |
|
|
* | | add a flags parameter to select.epoll | Benjamin Peterson | 2011-12-27 | 1 | -19/+15 |
|
|
* | | Issue #6397: Support '/dev/poll' polling objects in select module, under Sola... | Jesus Cea | 2011-11-14 | 1 | -0/+370 |
|
|
* | | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. | Antoine Pitrou | 2011-10-12 | 1 | -16/+13 |
|
|
* | | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -8/+1 |
|\ \
| |/ |
|
| * | Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is | Charles-François Natali | 2011-08-28 | 1 | -8/+1 |
|
|
* | | merge 3.2 | Benjamin Peterson | 2011-06-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix closes issue 11568 - update select.epoll.register docstring with mention ... | Senthil Kumaran | 2011-06-27 | 1 | -1/+1 |
|
|
* | | Issue #11757: select.select() now raises ValueError when a negative timeout | Antoine Pitrou | 2011-04-09 | 1 | -0/+5 |
|/ |
|
* | Issue #9566: use Py_ssize_t instead of int | Victor Stinner | 2011-01-04 | 1 | -2/+1 |
|
|
* | #9862: On AIX PIPE_BUF is broken. Make it 512. | R. David Murray | 2010-10-15 | 1 | -0/+4 |
|
|
* | #6867: epoll.register() returns None. | Georg Brandl | 2010-08-02 | 1 | -3/+2 |
|
|
* | Merged revisions 79894-79895,80098,80120 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1243/+1243 |
|
|
* | Merged revisions 79866-79867 via svnmerge from | Benjamin Peterson | 2010-04-06 | 1 | -8/+0 |
|
|
* | Merged revisions 78101,78115,78117,78182,78188,78245,78386,78496 via svnmerge... | Georg Brandl | 2010-03-14 | 1 | -16/+15 |
|
|
* | Merged revisions 76847,76851,76869,76882,76891-76892,76924,77007,77070,77092,... | Benjamin Peterson | 2009-12-31 | 1 | -1/+1 |
|
|
* | Merged revisions 76108 via svnmerge from | Antoine Pitrou | 2009-11-04 | 1 | -13/+43 |
|
|
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 | 1 | -3/+4 |
|
|
* | Merged revisions 73916 via svnmerge from | Amaury Forgeot d'Arc | 2009-07-09 | 1 | -0/+2 |
|
|
* | Merged revisions 73818 via svnmerge from | Gregory P. Smith | 2009-07-04 | 1 | -0/+2 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -4/+4 |
|
|
* | Replace PyNumber_Int with PyNumber_Long. | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,... | Benjamin Peterson | 2008-09-22 | 1 | -1/+1 |
|
|
* | Merged revisions 65182 via svnmerge from | Georg Brandl | 2008-07-23 | 1 | -1/+3 |
|
|
* | #3247 Get rid of Py_FindMethod; use tp_members instead. | Amaury Forgeot d'Arc | 2008-07-02 | 1 | -8/+17 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -6/+20 |
|
|