summaryrefslogtreecommitdiff
path: root/Lib/test/test_asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 88604 via svnmerge fromGiampaolo Rodolà2011-02-251-1/+1
* Fix asyncore test that fails on pypy by explicitly closing fileMichael Foord2011-01-161-1/+2
* Merged revisions 83201 via svnmerge fromGeorg Brandl2010-08-011-0/+13
* Merged revisions 83183,83186 via svnmerge fromEzio Melotti2010-07-271-97/+96
* Fix issue #8573 (asyncore._strerror bug): fixed os.strerror typo; included Na...Giampaolo Rodolà2010-05-181-0/+9
* Removed the assertion that dispatcher.connected attribute must be False after...Giampaolo Rodolà2010-05-121-6/+2
* Issue #8490: adds a more solid test suite for asyncoreGiampaolo Rodolà2010-05-101-1/+275
* Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...Giampaolo Rodolà2010-05-061-0/+17
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+6
* Suppress transient refleaks in test_asyncoreAntoine Pitrou2009-10-271-25/+29
* Adjust test_asyncore to account for intentional asyncore behavior changeR. David Murray2009-04-131-4/+1
* Make test_asyncore tests match code changes introduced by theR. David Murray2009-04-111-37/+20
* Fix for failing asyncore tests.Josiah Carlson2009-04-011-1/+2
* Issue #3759: test_asyncore.py leaked handle.Hirokazu Yamamoto2008-09-021-0/+2
* Fixed test for asyncore.Josiah Carlson2008-07-111-3/+3
* Fixed bugs 760475, 953599, and 1519.Josiah Carlson2008-07-071-2/+8
* Run svneol.py on all sources.Martin v. Löwis2008-06-131-415/+415
* Fixed test to reflect new filedispatcher semantics, as well as twoJosiah Carlson2008-06-101-2/+2
* Applying updated patch from Issue 1736190, which addresses partialJosiah Carlson2008-06-101-0/+3
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-421/+412
* Moved all of the capture_server socket setup code into the try blockFacundo Batista2007-07-281-9/+26
* Selectively enable tests for asyncore.readwrite based on the presenceFacundo Batista2007-07-221-81/+77
* Added a select.select call in the test server loop to make sure theFacundo Batista2007-07-191-5/+7
* Prevent asyncore.dispatcher tests from hanging by adding loop countersFacundo Batista2007-07-171-20/+46
* Changed the used port and commented out some tests that usesFacundo Batista2007-07-151-72/+82
* First version. Includes tests for helper functions: read, write,Facundo Batista2007-07-141-0/+370