Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |