1. 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 15 years ago
  2. 2227251 Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT. by Collin Winter · 15 years ago
  3. 643e85d Try to fix transient refleaks in test_asynchat. by Antoine Pitrou · 16 years ago
  4. 59beec3 Add import_function method to test.test_support, and modify a number of by R. David Murray · 16 years ago
  5. e41b006 - Issue #2550: The approach used by client/server code for obtaining ports by Trent Nelson · 17 years ago
  6. 6e07081 Eliminate the sleeps that assume the server will start in .5 seconds. by Neal Norwitz · 17 years ago
  7. 4950442 When running asynchat tests on OS X (darwin), the test client now by Facundo Batista · 18 years ago
  8. ec62423 Added tests for asynchat classes simple_producer & fifo, and the by Facundo Batista · 18 years ago
  9. 62bc8aa Don't fail if another process is listening on our port. by Neal Norwitz · 19 years ago
  10. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 20 years ago
  11. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 20 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  13. f3ee46b Set the SO_REUSEADDR socket option in the server thread -- this seems by Guido van Rossum · 24 years ago
  14. 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 24 years ago
  15. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 24 years ago
  16. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 24 years ago