index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_socketserver.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110393: Remove watchdog with hardcoded timeout (#110400)
Victor Stinner
2023-10-05
1
-7/+0
*
gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...
jb2170
2023-04-24
1
-10/+2
*
gh-103716: Add test support requires fork in simple_subprocess (gh-103717)
Ankit Kumar Pandey
2023-04-23
1
-1/+1
*
gh-93852: Add test.support.create_unix_domain_name() (#93914)
Victor Stinner
2022-06-17
1
-3/+1
*
gh-84461: Skip network require tests on Emscripten (GH-92383)
Christian Heimes
2022-05-06
1
-0/+2
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-1/+1
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
1
-2/+5
*
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs
2020-12-31
1
-0/+23
*
Revert "bpo-37193: remove thread objects which finished process its request (...
Jason R. Coombs
2020-11-02
1
-24/+0
*
bpo-37193: remove thread objects which finished process its request (GH-13893)
MARUYAMA Norihiro
2020-11-01
1
-0/+24
*
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
Hai Shi
2020-08-06
1
-4/+5
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-3/+4
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-1/+2
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-3/+1
*
bpo-38614: Use test.support.SHORT_TIMEOUT constant (GH-17566)
Victor Stinner
2019-12-11
1
-1/+1
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-19/+17
*
bpo-29184: Skip test_socketserver tests on PermissionError raised by Android ...
xdegaye
2017-11-18
1
-5/+14
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-8/+2
*
bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)
Victor Stinner
2017-08-10
1
-4/+5
*
Use sequence repetition instead of bytes constructor with integer argument.
Serhiy Storchaka
2016-09-11
1
-1/+1
*
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter
2016-06-29
1
-0/+79
*
Issue25931: fix tests broken by the conditional define of socketserver.Forking*
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-6/+7
*
Issue #23277: Remove unused imports in tests.
Serhiy Storchaka
2016-04-24
1
-2/+0
*
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter
2016-04-13
1
-1/+6
*
Issue #5824: Merge socketserver tests from 3.5
Martin Panter
2016-02-24
1
-21/+20
|
\
|
*
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
Martin Panter
2016-02-24
1
-21/+20
*
|
Issue #23430: Stop socketserver from catching SystemExit etc from handlers
Martin Panter
2016-02-21
1
-0/+92
|
/
*
Issue #26309: Rewrite test in main thread and avoid race condition
Martin Panter
2016-02-19
1
-24/+21
*
Issue #26309: Shut down socketserver request if verify_request() is false
Martin Panter
2016-02-18
1
-0/+24
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-0/+1
|
\
|
*
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins
2015-07-29
1
-0/+1
*
|
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
Berker Peksag
2015-02-03
1
-7/+12
|
\
\
|
|
/
|
*
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
Berker Peksag
2015-02-03
1
-7/+12
*
|
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Charles-François Natali
2014-10-13
1
-0/+10
|
\
\
|
|
/
|
*
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Charles-François Natali
2014-10-13
1
-0/+10
*
|
Issue #21040: socketserver: Use the selectors module.
Charles-François Natali
2014-03-24
1
-32/+0
|
/
*
Issue #18702: All skipped tests now reported as skipped.
Serhiy Storchaka
2013-11-03
1
-39/+46
*
Issue #17177: The imp module is pending deprecation.
Brett Cannon
2013-06-16
1
-1/+1
*
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-1/+1
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
\
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
|
\
|
|
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
|
|
*
Fix the patch for issue #7978: select() raises select.error before 3.3, not O...
Antoine Pitrou
2012-04-08
1
-1/+1
|
|
/
*
|
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea
2012-10-05
1
-15/+1
|
/
*
Fix flakiness in test_socketserver
Antoine Pitrou
2012-04-08
1
-1/+4
*
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou
2012-04-08
1
-0/+34
*
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna
2011-11-04
1
-1/+0
*
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
Victor Stinner
2011-07-14
1
-2/+1
*
test_sockserver: close servers when done
Victor Stinner
2011-01-03
1
-0/+2
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-5/+5
[next]