aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asynchat.py
Commit message (Expand)AuthorAge
* Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-13
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-31
* Committing Py3k version of changelist 64080 and 64257, along with updated testsJosiah Carlson2008-07-07
* Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.Georg Brandl2008-05-25
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-09
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-27
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Fix test failures caused by missing/incorrect conversion to bytes.Jeremy Hylton2007-08-29
* Merged revisions 56753-56781 via svnmerge fromGuido van Rossum2007-08-06
* Fix asynchat to use bytes instead of strings.Guido van Rossum2007-07-12
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* test_asynchat is no longer expected to produce output.Michael W. Hudson2005-06-20
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-09
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-15
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-14
* After testing the test on Unix, several improvements:Guido van Rossum2001-04-06
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-06