Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
test
/
test_asynchat.py
09227b9
Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing
by Victor Stinner
· 15 years ago
2227251
Fix a race condition in test_asynchat uncovered by the Unladen Swallow JIT.
by Collin Winter
· 15 years ago
643e85d
Try to fix transient refleaks in test_asynchat.
by Antoine Pitrou
· 16 years ago
59beec3
Add import_function method to test.test_support, and modify a number of
by R. David Murray
· 16 years ago
e41b006
- Issue #2550: The approach used by client/server code for obtaining ports
by Trent Nelson
· 17 years ago
6e07081
Eliminate the sleeps that assume the server will start in .5 seconds.
by Neal Norwitz
· 17 years ago
4950442
When running asynchat tests on OS X (darwin), the test client now
by Facundo Batista
· 18 years ago
ec62423
Added tests for asynchat classes simple_producer & fifo, and the
by Facundo Batista
· 18 years ago
62bc8aa
Don't fail if another process is listening on our port.
by Neal Norwitz
· 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
· 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