Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -1/+1 |
* | Convert test_poll to unittest. | Georg Brandl | 2006-10-29 | 1 | -176/+140 |
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 1 | -1/+1 |
* | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint | Neal Norwitz | 2005-11-03 | 1 | -0/+20 |
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -5/+5 |
* | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 |
* | Fix for two problems on FreeBSD: | Andrew M. Kuchling | 2000-08-29 | 1 | -3/+6 |
* | Another new test using "from test.test_support import ...", causing | Tim Peters | 2000-08-26 | 1 | -3/+1 |
* | Test suite for poll() interface (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -0/+171 |