summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182)Miss Islington (bot)2018-12-171-2/+2
* bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877)Yury Selivanov2017-12-181-7/+3
* bpo-31234: Add support.join_thread() helper (#3587)Victor Stinner2017-09-141-6/+2
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-6/+1
* bpo-30980: Fix double close in asyncore.file_wrapper (#2789)Nir Soffer2017-07-241-1/+4
* bpo-30106: Fix test_asyncore.test_quick_connect() (#1234)Victor Stinner2017-04-211-1/+2
* bpo-30106: Fix tearDown() of test_asyncore (#1194)Victor Stinner2017-04-201-2/+2
* Fix/optimize test_asyncore.test_quick_connect() (#1188)Victor Stinner2017-04-191-39/+38
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)Ned Deily2017-03-041-0/+3
* Issue #28683: Fix the tests that bind() a unix socket and raise PermissionErrorXavier de Gaye2016-12-141-1/+3
* Adds test.support.PGO and skips tests that are not useful for PGO.Steve Dower2016-09-061-0/+3
* (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-291-0/+4
|\
| * Issue #11453, #18174: Fix leak of file descriptor in test_asyncoreVictor Stinner2014-07-291-0/+4
* | Issue #21566: Make use of socket.listen() default backlog.Charles-François Natali2014-07-231-1/+1
* | (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosedVictor Stinner2014-06-271-0/+16
|\ \ | |/
| * Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapperVictor Stinner2014-06-271-0/+16
* | (Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana.Victor Stinner2014-06-271-36/+17
|\ \ | |/
| * Closes #21582: Cleanup test_asyncore. Patch written by diana.Victor Stinner2014-06-271-36/+18
* | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_...Giampaolo Rodola'2014-04-291-17/+0
* | Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKel...Antoine Pitrou2014-04-191-6/+1
|/
* Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-1/+6
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-221-3/+2
* Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...Giampaolo Rodola'2013-05-161-3/+10
* test_asyncore: wait explicitly for a thread termination (this dangling threadCharles-François Natali2013-01-131-1/+1
|\
| * test_asyncore: wait explicitly for a thread termination (this dangling threadCharles-François Natali2013-01-131-1/+1
| |\
| | * test_asyncore: wait explicitly for a thread termination (this dangling threadCharles-François Natali2013-01-131-0/+1
* | | #16896: merge with 3.3.Ezio Melotti2013-01-101-16/+8
|\ \ \ | |/ /
| * | #16896: test_asyncore now works with unittest test discovery. Patch by Zacha...Ezio Melotti2013-01-101-16/+8
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-3/+3
|/ /
* | Set a time threshold in test_asyncore.capture_server so that tests don'tKristján Valur Jónsson2012-04-061-3/+4
* | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-5/+9
|\ \ | |/
| * attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-3/+7
* | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586Giampaolo Rodola'2012-03-231-10/+12
* | merge 79422b3684f1 in 3.3 branch (issue 10340)Giampaolo Rodola'2012-03-221-0/+16
|\ \ | |/
| * fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-221-0/+16
| * Merged revisions 88604 via svnmerge fromGiampaolo Rodolà2011-02-251-1/+1
* | test_asyncore: Actually try to received OOB data.Charles-François Natali2011-11-021-0/+1
* | test_asyncore: Enable tests of Unix domain sockets with poll().Charles-François Natali2011-10-311-2/+9
* | Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag...Charles-François Natali2011-10-291-0/+4
* | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. PatchCharles-François Natali2011-10-291-0/+28
* | Issue #12656: Really fix test_asyncore failures on Windows buildbots...Charles-François Natali2011-08-251-1/+2
* | Issue #12656: Fix test_asyncore failures on Windows buildbots.Charles-François Natali2011-08-251-5/+7
* | Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.Charles-François Natali2011-08-241-46/+85
* | Issue 11177: asyncore's create_socket() arguments can now be omitted.Giampaolo Rodolà2011-02-251-10/+10
* | (issue 11214) - fix asyncore.strerror test failure on AIXGiampaolo Rodolà2011-02-251-1/+1
|/
* #10273: Rename assertRegexpMatches and assertRaisesRegexp to assertRegex and ...Ezio Melotti2010-12-011-2/+2
* fix leaking socketsBenjamin Peterson2010-10-311-0/+2
* have test_asyncore properly close files.Brett Cannon2010-10-291-2/+4
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-141-1/+2
* Fix issue 6706: adds new handle_accepted() method to asyncore.dispatcherGiampaolo Rodolà2010-10-041-5/+28