summaryrefslogtreecommitdiff
path: root/Lib/test/test_asynchat.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27034: Removed deprecated class asynchat.fifo.Serhiy Storchaka2016-05-161-31/+0
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-1/+0
* (Merge 3.4) Issue #16133: The asynchat.async_chat.handle_read() method nowVictor Stinner2014-07-241-3/+10
|\
| * Issue #21566: Make use of socket.listen() default backlog.Charles-Fran?ois Natali2014-07-231-1/+1
| * Issue #6916: Use assertWarns in test_asynchat.Berker Peksag2014-07-091-6/+6
| * (Merge 3.4) Issue #11259: asynchat.async_chat().set_terminator() now raises aVictor Stinner2014-07-081-2/+9
| |\
| | * (Merge 3.4) asynchat: PEP8-ify the codeVictor Stinner2014-07-081-2/+9
| | |\
| | | * (Merge 3.4) Issue #12523: asynchat.async_chat.push() now raises a TypeError ifVictor Stinner2014-07-081-2/+9
| | | |\
| | | | * #6916: attempt to fix BB failureGiampaolo Rodola'2014-06-221-2/+4
| | | | * #6916: raise a deprecation warning if using asynchat.fifoGiampaolo Rodola'2014-06-211-2/+7
* | | | | Issue #16133: The asynchat.async_chat.handle_read() method now ignoresVictor Stinner2014-07-241-0/+17
|/ / / /
* | | | Issue #11259: asynchat.async_chat().set_terminator() now raises a ValueError ifVictor Stinner2014-07-081-0/+8
|/ / /
* | | asynchat: PEP8-ify the codeVictor Stinner2014-07-081-13/+18
|/ /
* | Issue #12523: asynchat.async_chat.push() now raises a TypeError if it doesn'tVictor Stinner2014-07-081-0/+16
|/
* Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-5/+1
* Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ...Giampaolo Rodola'2013-05-161-7/+22
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-82/+87
* Merged revisions 79038 via svnmerge fromCollin Winter2010-03-171-0/+13
* Merged revisions 75962-75963 via svnmerge fromAntoine Pitrou2009-10-301-2/+2
* Use assertGreater instead of assertTrue(x > y).Alexandre Vassalotti2009-07-221-1/+1
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-3/+6
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-071-7/+7
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-20/+17
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-20/+26
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-3/+3
* Fix test failures caused by missing/incorrect conversion to bytes.Jeremy Hylton2007-08-291-4/+4
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-061-27/+186
* Fix asynchat to use bytes instead of strings.Guido van Rossum2007-07-121-6/+6
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-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