summaryrefslogtreecommitdiff
path: root/Lib/test/test_poll.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-31334: Fix timeout in select.poll.poll() (GH-3277)Riccardo Coccioli2017-10-171-1/+1
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-171-0/+22
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-121-1/+2
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-3/+12
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-3/+12
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-5/+8
|\ \ | |/
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-5/+8
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-4/+0
|\ \ | |/
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-4/+0
* | Fix rev85282, add missing import of subprocess moduleChristian Heimes2013-08-201-0/+1
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
|\ \ | |/
| * Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-201-2/+40
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+10
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-151-0/+10
* | Make test of poll() use unbuffered IORichard Oudkerk2012-12-091-3/+6
* | Issue #16616: Enable test in test_poll which was (accidentally?) disabledRichard Oudkerk2012-12-091-6/+4
* | Clean up the messages used by some tests.Brett Cannon2012-11-141-1/+1
|/
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-221-1/+2
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+1
* Raise statement normalization in Lib/test/.Collin Winter2007-08-291-3/+3
* Fix test_poll.py. By Christian Heimes.Guido van Rossum2007-07-111-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-176/+140
* Whitespace normalization.Tim Peters2005-12-251-1/+1
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+20
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-5/+5
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-291-3/+6
* Another new test using "from test.test_support import ...", causingTim Peters2000-08-261-3/+1
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-0/+171