summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* 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-241-1/+2
* | Issue #12656: Fix test_asyncore failures on Windows buildbots.Charles-François Natali2011-08-241-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
* #9354: Provide getsockopt() in asyncore file_wrapper(). Patch by Lukas Langa.Georg Brandl2010-07-281-0/+13
* With skipUnless there is no need to add test classes conditionally.Ezio Melotti2010-07-271-6/+3
* Use proper skips and assert* methods in test_asyncore.Ezio Melotti2010-07-271-96/+97
* Merged revisions 81294 via svnmerge fromGiampaolo Rodolà2010-05-181-0/+9
* Merged revisions 81102 via svnmerge fromGiampaolo Rodolà2010-05-121-6/+2
* Merged revisions 81043 via svnmerge fromGiampaolo Rodolà2010-05-101-1/+275
* Merged revisions 80875 via svnmerge fromGiampaolo Rodolà2010-05-061-0/+17
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+6
* Merged revisions 75826 via svnmerge fromAntoine Pitrou2009-10-271-25/+29
* Merged revisions 71553 via svnmerge fromR. David Murray2009-04-131-4/+1
* Merged revisions 70873,70904,70934,71490 via svnmerge fromR. David Murray2009-04-121-38/+22
* Issue #3782: os.write() must not accept unicode stringsAntoine Pitrou2008-09-151-5/+5
* Merged revisions 66162 via svnmerge fromHirokazu Yamamoto2008-09-021-0/+2
* Fixed test for asyncore.Josiah Carlson2008-07-111-3/+3
* Fixed bugs 760475, 953599, and 1519. This is a translation of changelist 64768Josiah Carlson2008-07-071-2/+8
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-071-2/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-19/+11
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+0
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-90/+103
* Merged revisions 56443-56466 via svnmerge fromGuido van Rossum2007-07-201-6/+8
* Fix test_asyncore after merge. It needs to use bytes.Guido van Rossum2007-07-181-11/+12