summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asynchat.py
Commit message (Expand)AuthorAgeFilesLines
* When running asynchat tests on OS X (darwin), the test client nowFacundo Batista2007-07-311-8/+14
* Added tests for asynchat classes simple_producer & fifo, and theFacundo Batista2007-07-291-26/+179
* Don't fail if another process is listening on our port.Neal Norwitz2006-06-131-1/+2
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-201-1/+3
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-091-14/+46
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-151-0/+1
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-141-0/+1
* After testing the test on Unix, several improvements:Guido van Rossum2001-04-061-3/+4
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-061-0/+55