| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -3/+12 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -3/+12 |
|
|
* | | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 1 | -5/+8 |
|\ \
| |/ |
|
| * | Issue #17919: Fixed integer overflow in the eventmask parameter. | Serhiy Storchaka | 2013-12-14 | 1 | -5/+8 |
|
|
* | | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. | Serhiy Storchaka | 2013-12-13 | 1 | -4/+0 |
|
|
* | | Fix rev85282, add missing import of subprocess module | Christian Heimes | 2013-08-20 | 1 | -0/+1 |
|
|
* | | Issue #8865: Concurrent invocation of select.poll.poll() now raises a | Serhiy Storchaka | 2013-08-20 | 1 | -2/+40 |
|\ \
| |/ |
|
| * | Issue #8865: Concurrent invocation of select.poll.poll() now raises a | Serhiy Storchaka | 2013-08-20 | 1 | -2/+40 |
|
|
| * | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-19 | 1 | -0/+10 |
|
|
* | | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -0/+10 |
|
|
* | | Make test of poll() use unbuffered IO | Richard Oudkerk | 2012-12-09 | 1 | -3/+6 |
|
|
* | | Issue #16616: Enable test in test_poll which was (accidentally?) disabled | Richard Oudkerk | 2012-12-09 | 1 | -6/+4 |
|
|
* | | Clean up the messages used by some tests. | Brett Cannon | 2012-11-14 | 1 | -1/+1 |
|/ |
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -2/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Merged revisions 61687-61688,61696,61700,61704-61705,61707-61709,61711-61712,... | Christian Heimes | 2008-03-22 | 1 | -1/+2 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -3/+3 |
|
|
* | Fix test_poll.py. By Christian Heimes. | Guido van Rossum | 2007-07-11 | 1 | -1/+1 |
|
|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 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 |
|
|