| Commit message (Expand) | Author | Age |
* | gh-110395: test: assert after the child dies. (#111816) | Gregory P. Smith | 2023-11-07 |
* | gh-110395: invalidate open kqueues after fork (#110517) | Davide Rizzo | 2023-11-04 |
* | bpo-35934: Add socket.create_server() utility function (GH-11784) | Giampaolo Rodola | 2019-04-09 |
* | bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095) | Serhiy Storchaka | 2017-10-12 |
* | Issue #23277: Remove unused sys and os imports | Berker Peksag | 2016-04-24 |
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 |
* | Merge: #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 |
|\ |
|
| * | #11973: add test for previously fixed kevent signed/unsigned bug. | R David Murray | 2014-10-12 |
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 |
|/ |
|
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-28 |
* | Close #18794: Add a fileno() method and a closed attribute to select.devpoll | Victor Stinner | 2013-08-22 |
* | Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event | Charles-François Natali | 2013-08-02 |
|\ |
|
| * | Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and event | Charles-François Natali | 2013-08-02 |
* | | Issue #6419: Fix a test_kqueue failure on some BSD flavors. | Charles-Francois Natali | 2013-03-31 |
|\| |
|
| * | Issue #6419: Fix a test_kqueue failure on some BSD flavors. | Charles-Francois Natali | 2013-03-31 |
* | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 |
|/ |
|
* | Issue #12400: Add missing import (os) to test_kqueue | Victor Stinner | 2011-06-29 |
* | Issue #12400: don't use sys.stderr in test_kqueue because it may be replaced by | Victor Stinner | 2011-06-29 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | Merged revisions 76108 via svnmerge from | Antoine Pitrou | 2009-11-04 |
* | Merged revisions 73995,74002,74005,74007-74008,74011,74019-74023 via svnmerge... | Alexandre Vassalotti | 2009-07-17 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 |
* | Merged revisions 68897 via svnmerge from | Mark Dickinson | 2009-01-24 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 |