1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. b9b6900 bpo-31234: Add support.join_thread() helper (#3587) by Victor Stinner · 7 years ago
  3. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  4. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 8 years ago
  5. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  6. 316b16d (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method now by Victor Stinner · 10 years ago
  7. 45cff66 Issue #16133: The asynchat.async_chat.handle_read() method now ignores by Victor Stinner · 10 years ago
  8. 6e20460 Issue #21566: Make use of socket.listen() default backlog. by Charles-François Natali · 10 years ago
  9. e4857f3 Issue #6916: Use assertWarns in test_asynchat. by Berker Peksag · 10 years ago
  10. db5f8fc (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises a by Victor Stinner · 10 years ago
  11. 630a4f6 Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError if by Victor Stinner · 10 years ago
  12. 7b9328f (Merge 3.4) asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  13. fd5d1b5 asynchat: PEP8-ify the code by Victor Stinner · 10 years ago
  14. e8209da (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError if by Victor Stinner · 10 years ago
  15. d9e810a Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn't by Victor Stinner · 10 years ago
  16. 4f2eb81 #6916: attempt to fix BB failure by Giampaolo Rodola' · 10 years ago
  17. bd04876 #6916: raise a deprecation warning if using asynchat.fifo by Giampaolo Rodola' · 10 years ago
  18. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  19. 3cb0906 Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't accidentally hang. by Giampaolo Rodola' · 11 years ago
  20. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  21. 8641c56 Merged revisions 79038 via svnmerge from by Collin Winter · 14 years ago
  22. e03866f Merged revisions 75962-75963 via svnmerge from by Antoine Pitrou · 15 years ago
  23. 953f558 Use assertGreater instead of assertTrue(x > y). by Alexandre Vassalotti · 15 years ago
  24. a21e4ca Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge by R. David Murray · 15 years ago
  25. d74900e Committing Py3k version of changelist 64080 and 64257, along with updated tests by Josiah Carlson · 16 years ago
  26. 2067bfd Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. by Georg Brandl · 16 years ago
  27. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  28. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  29. af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 16 years ago
  30. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  31. b4df71f Fix test failures caused by missing/incorrect conversion to bytes. by Jeremy Hylton · 17 years ago
  32. 806c246 Merged revisions 56753-56781 via svnmerge from by Guido van Rossum · 17 years ago
  33. 076da09 Fix asynchat to use bytes instead of strings. by Guido van Rossum · 17 years ago
  34. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  35. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  36. 7390942 test_asynchat is no longer expected to produce output. by Michael W. Hudson · 19 years ago
  37. 5ac2534 Convert asynchat test to unittest; exercise the client using a numeric value as the terminator by Andrew M. Kuchling · 19 years ago
  38. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  39. f3ee46b Set the SO_REUSEADDR socket option in the server thread -- this seems by Guido van Rossum · 23 years ago
  40. 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 23 years ago
  41. dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 23 years ago
  42. 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 23 years ago