74 Commits (278c1e159c970da6cd6683d18c6211f5118674cc)

Author SHA1 Message Date
Victor Stinner 278c1e159c
bpo-40094: Add test.support.wait_process() (GH-19254) 6 years ago
Victor Stinner 0d63bacefd
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566) 6 years ago
Serhiy Storchaka 5b10b98247
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) 7 years ago
xdegaye 9001d1f438
bpo-29184: Skip test_socketserver tests on PermissionError raised by Android (GH-4387) 8 years ago
Antoine Pitrou a6a4dc816d bpo-31370: Remove support for threads-less builds (#3385) 8 years ago
Victor Stinner aa8ec34ad5 bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057) 8 years ago
Serhiy Storchaka 5f1a5187f7 Use sequence repetition instead of bytes constructor with integer argument. 9 years ago
Martin Panter 34eeed4290 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase 10 years ago
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) a945969d71 Issue25931: fix tests broken by the conditional define of socketserver.Forking* 10 years ago
Serhiy Storchaka e437a10d15 Issue #23277: Remove unused imports in tests. 10 years ago
Martin Panter 0cab9c1eba Issue #26404: Add context manager to socketserver, by Aviv Palivoda 10 years ago
Martin Panter 1827eff030 Issue #5824: Fix DatagramRequestHandler tests by binding the client socket 10 years ago
Martin Panter d9108d1253 Issue #23430: Stop socketserver from catching SystemExit etc from handlers 10 years ago
Martin Panter 4bf427495f Issue #26309: Rewrite test in main thread and avoid race condition 10 years ago
Martin Panter c12fef9aa3 Issue #26309: Shut down socketserver request if verify_request() is false 10 years ago
Robert Collins 1ee9283254 Issue #23254: Document how to close the TCPServer listening socket. 11 years ago
Berker Peksag 3265344a85 Issue #23358: Add missing BaseServer entry to socketserver.__all__. 11 years ago
Charles-François Natali 0f4f048fa5 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. 11 years ago
Charles-François Natali 1d29cc5b6c Issue #21040: socketserver: Use the selectors module. 12 years ago
Serhiy Storchaka 43767638a9 Issue #18702: All skipped tests now reported as skipped. 12 years ago
Serhiy Storchaka 7908068627 Issue #18702: All skipped tests now reported as skipped. 12 years ago
Brett Cannon e4f41deccf Issue #17177: The imp module is pending deprecation. 13 years ago
Andrew Svetlov ad28c7f9da Issue #16706: get rid of os.error 13 years ago
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Andrew Svetlov 737fb89dd1 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Jesus Cea f1af705720 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 13 years ago
Antoine Pitrou b5588c3f94 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 14 years ago
Antoine Pitrou c0aa9eeb90 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. 14 years ago
Antoine Pitrou f18d6f3f44 Fix flakiness in test_socketserver 14 years ago
Antoine Pitrou 467a5c4067 Fix flakiness in test_socketserver 14 years ago
Antoine Pitrou b0a9c66a49 Issue #7978: socketserver now restarts the select() call when EINTR is returned. 14 years ago
Antoine Pitrou fa1d84107a Issue #7978: socketserver now restarts the select() call when EINTR is returned. 14 years ago
Florent Xicluna 12b66b5217 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. 14 years ago
Florent Xicluna 5f761d79c0 Issue #13140: Fix the daemon_threads attribute of ThreadingMixIn. 14 years ago
Victor Stinner 5702ae6f3f Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 15 years ago
Victor Stinner b30ac940db Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 15 years ago
Victor Stinner 109761ba07 test_sockserver: close servers when done 15 years ago
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from 15 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 15 years ago
Ezio Melotti b3aedd4862 #9424: Replace deprecated assert* methods in the Python test suite. 15 years ago
Victor Stinner f6da42fd5a Merged revisions 81545 via svnmerge from 16 years ago
Victor Stinner 5f22e72e6d Merged revisions 81543 via svnmerge from 16 years ago
Victor Stinner 708c0727f9 Issue #7449: Skip test_socketserver if threading support is disabled 16 years ago
Victor Stinner 45df820591 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from 16 years ago
Victor Stinner 6a10281d33 Issue #7449, last part (11): fix many tests if thread support is disabled 16 years ago
Antoine Pitrou e312391529 Merged revisions 80487,80489 via svnmerge from 16 years ago
Antoine Pitrou 3bcba8e288 Merged revisions 80484 via svnmerge from 16 years ago
Antoine Pitrou 53d7d06ed3 Merged revisions 80484 via svnmerge from 16 years ago
Antoine Pitrou a624040d72 Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, 16 years ago
Georg Brandl 1b37e8728c Merged revisions 78093 via svnmerge from 16 years ago