Lines Matching defs:support
35 from test import support
36 from test.support import socket_helper
37 from test.support import threading_helper
38 from test.support import ALWAYS_EQ, LARGEST, SMALLEST
274 support.gc_collect()
790 MyProto, sock, ssl_handshake_timeout=support.LOOPBACK_TIMEOUT)
1363 "Don't support pipes for Windows")
1397 "Don't support pipes for Windows")
1431 "Don't support pipes for Windows")
1467 "Don't support pipes for Windows")
1506 "Don't support pipes for Windows")
1529 "Don't support pipes for Windows")
1531 # select, poll and kqueue don't support character devices (PTY) on Mac OS X
1533 @support.requires_mac_ver(10, 6)
1554 timeout=support.SHORT_TIMEOUT)
1559 timeout=support.SHORT_TIMEOUT)
1574 "Don't support pipes for Windows")
1576 # select, poll and kqueue don't support character devices (PTY) on Mac OS X
1578 @support.requires_mac_ver(10, 6)
1612 timeout=support.SHORT_TIMEOUT)
1619 timeout=support.SHORT_TIMEOUT)
1626 timeout=support.SHORT_TIMEOUT)
1633 timeout=support.SHORT_TIMEOUT)
2118 # kqueue doesn't support character devices (PTY) on Mac OS X older
2120 @support.requires_mac_ver(10, 9)
2128 # kqueue doesn't support character devices (PTY) on Mac OS X older
2130 @support.requires_mac_ver(10, 9)
2728 support.skip_if_broken_multiprocessing_synchronize()