summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_socketserver.py
Commit message (Expand)AuthorAgeFilesLines
* gh-110393: Remove watchdog with hardcoded timeout (#110400)Victor Stinner2023-10-051-7/+0
* gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...jb21702023-04-241-10/+2
* gh-103716: Add test support requires fork in simple_subprocess (gh-103717)Ankit Kumar Pandey2023-04-231-1/+1
* gh-93852: Add test.support.create_unix_domain_name() (#93914)Victor Stinner2022-06-171-3/+1
* gh-84461: Skip network require tests on Emscripten (GH-92383)Christian Heimes2022-05-061-0/+2
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-221-1/+1
* bpo-43843: libregrtest uses threading.excepthook (GH-25400)Victor Stinner2021-04-161-2/+5
* bpo-37193: Remove thread objects which finished process its request (GH-23127)Jason R. Coombs2020-12-311-0/+23
* Revert "bpo-37193: remove thread objects which finished process its request (...Jason R. Coombs2020-11-021-24/+0
* bpo-37193: remove thread objects which finished process its request (GH-13893)MARUYAMA Norihiro2020-11-011-0/+24
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-4/+5
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-3/+4
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-251-1/+2
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-311-3/+1
* bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)Victor Stinner2019-12-111-1/+1
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-051-19/+17
* bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...xdegaye2017-11-181-5/+14
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-8/+2
* bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)Victor Stinner2017-08-101-4/+5
* Use sequence repetition instead of bytes constructor with integer argument.Serhiy Storchaka2016-09-111-1/+1
* Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-0/+79
* Issue25931: fix tests broken by the conditional define of socketserver.Forking*Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-6/+7
* Issue #23277: Remove unused imports in tests.Serhiy Storchaka2016-04-241-2/+0
* Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-1/+6
* Issue #5824: Merge socketserver tests from 3.5Martin Panter2016-02-241-21/+20
|\
| * Issue #5824: Fix DatagramRequestHandler tests by binding the client socketMartin Panter2016-02-241-21/+20
* | Issue #23430: Stop socketserver from catching SystemExit etc from handlersMartin Panter2016-02-211-0/+92
|/
* Issue #26309: Rewrite test in main thread and avoid race conditionMartin Panter2016-02-191-24/+21
* Issue #26309: Shut down socketserver request if verify_request() is falseMartin Panter2016-02-181-0/+24
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+1
|\
| * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-0/+1
* | Issue #23358: Add missing BaseServer entry to socketserver.__all__.Berker Peksag2015-02-031-7/+12
|\ \ | |/
| * Issue #23358: Add missing BaseServer entry to socketserver.__all__.Berker Peksag2015-02-031-7/+12
* | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-131-0/+10
|\ \ | |/
| * Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-131-0/+10
* | Issue #21040: socketserver: Use the selectors module.Charles-François Natali2014-03-241-32/+0
|/
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-39/+46
* Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-1/+1
* Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-1/+1
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|\
| * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| |\
| | * Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| | * Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-081-1/+1
| |/
* | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-15/+1
|/
* Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
* Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-081-0/+34
* Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-1/+0
* Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20Victor Stinner2011-07-141-2/+1
* test_sockserver: close servers when doneVictor Stinner2011-01-031-0/+2
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-5/+5