aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_poll.py
Commit message (Expand)AuthorAge
* bpo-45046: Support context managers in unittest (GH-28045)Serhiy Storchaka2022-05-08
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-22
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-25
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-19
* bpo-40275: Use new test.support helper submodules in tests (GH-21219)Hai Shi2020-06-30
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-05
* bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....Serhiy Storchaka2018-07-26
* bpo-31334: Fix timeout in select.poll.poll() (GH-3277)Riccardo Coccioli2017-10-17
* bpo-31786: Make functions in the select module blocking when timeout is a sma...Pablo Galindo2017-10-17
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #26741: Clean up subprocess.Popen object in test_pollMartin Panter2016-08-12
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
|\
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-07
* | Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-14
|\|
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-14
* | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-13
|\|
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-13
* | Fix rev85282, add missing import of subprocess moduleChristian Heimes2013-08-20
* | Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-20
|\|
| * Issue #8865: Concurrent invocation of select.poll.poll() now raises aSerhiy Storchaka2013-08-20
| * Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-19
* | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-15
* | Make test of poll() use unbuffered IORichard Oudkerk2012-12-09
* | Issue #16616: Enable test in test_poll which was (accidentally?) disabledRichard Oudkerk2012-12-09
* | Clean up the messages used by some tests.Brett Cannon2012-11-14
|/
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-28
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,...Christian Heimes2008-03-22
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Fix test_poll.py. By Christian Heimes.Guido van Rossum2007-07-11
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Whitespace normalization.Tim Peters2005-12-25
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-03
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-23
* Fix for two problems on FreeBSD:Andrew M. Kuchling2000-08-29
* Another new test using "from test.test_support import ...", causingTim Peters2000-08-26
* Test suite for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-25