index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asynchat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Committing Py3k version of changelist 64080 and 64257, along with updated tests
Josiah Carlson
2008-07-07
1
-7/+7
*
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
Georg Brandl
2008-05-25
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-4/+4
*
Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...
Christian Heimes
2008-04-09
1
-20/+17
*
Merged revisions 60284-60349 via svnmerge from
Christian Heimes
2008-01-27
1
-20/+26
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-3/+3
*
Fix test failures caused by missing/incorrect conversion to bytes.
Jeremy Hylton
2007-08-29
1
-4/+4
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-27/+186
*
Fix asynchat to use bytes instead of strings.
Guido van Rossum
2007-07-12
1
-6/+6
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+2
*
test_asynchat is no longer expected to produce output.
Michael W. Hudson
2005-06-20
1
-1/+3
*
Convert asynchat test to unittest; exercise the client using a numeric value ...
Andrew M. Kuchling
2005-06-09
1
-14/+46
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Set the SO_REUSEADDR socket option in the server thread -- this seems
Guido van Rossum
2001-04-15
1
-0/+1
*
Add "import thread" at the top of the module; this prevents us from
Guido van Rossum
2001-04-14
1
-0/+1
*
After testing the test on Unix, several improvements:
Guido van Rossum
2001-04-06
1
-3/+4
*
Add test for asynchat. This also tests asyncore.
Guido van Rossum
2001-04-06
1
-0/+55