Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
e7a0d3997846155e1a9dcd95eb559039da34ee08
/
Lib
/
test
/
test_asynchat.py
e2a383d
Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.)
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
7390942
test_asynchat is no longer expected to produce output.
by Michael W. Hudson
· 20 years ago
5ac2534
Convert asynchat test to unittest; exercise the client using a numeric value as the terminator
by Andrew M. Kuchling
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 22 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