1. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  2. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  3. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 20 years ago
  4. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 20 years ago
  5. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 22 years ago
  6. f3ee46b Set the SO_REUSEADDR socket option in the server thread -- this seems by Guido van Rossum · 24 years ago
  7. 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 24 years ago
  8. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 24 years ago
  9. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 24 years ago