summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncore.py
Commit message (Expand)AuthorAgeFilesLines
* 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