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_poll.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
Applied patch #1657 epoll and kqueue wrappers for the select module
Christian Heimes
2008-03-21
1
-1/+2
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+1
*
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