summaryrefslogtreecommitdiff
path: root/Lib/test/test_kqueue.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a test for select.kevent. (#4349)Serhiy Storchaka2017-11-091-3/+6
* [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095)....Serhiy Storchaka2017-10-131-0/+24
* #11973: add test for previously fixed kevent signed/unsigned bug.R David Murray2014-10-121-0/+25
* Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
* Issue #6419: Fix a test_kqueue failure on some BSD flavors.Charles-Francois Natali2013-03-311-22/+13
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
* Issue #7211: Allow 64-bit values for the `ident` and `data` fields of keventAntoine Pitrou2009-11-041-0/+11
* #5910: fix kqueue for calls with more than one event.Georg Brandl2009-07-161-0/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-1/+1
* Issue #5025: Fix occasional test_kqueue failure on OS X.Mark Dickinson2009-01-241-3/+6
* Applied patch #1657 epoll and kqueue wrappers for the select moduleChristian Heimes2008-03-211-0/+166