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