| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-92169: Use warnings_helper.import_deprecated() to import deprecated module... | Hugo van Kemenade | 2022-05-03 | 1 | -4/+1 |
|
|
* | bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) | Christian Heimes | 2022-03-22 | 1 | -0/+2 |
|
|
* | Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2... | Victor Stinner | 2021-12-07 | 1 | -0/+841 |
|
|
* | bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521) | Victor Stinner | 2021-11-15 | 1 | -841/+0 |
|
|
* | bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t... | Irit Katriel | 2021-06-24 | 1 | -1/+5 |
|
|
* | bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) | Christian Heimes | 2020-11-20 | 1 | -1/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21449) | Hai Shi | 2020-08-03 | 1 | -12/+14 |
|
|
* | bpo-40275: Adding threading_helper submodule in test.support (GH-20263) | Hai Shi | 2020-05-27 | 1 | -4/+5 |
|
|
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -6/+7 |
|
|
* | bpo-38614: Use default join_thread() timeout in tests (GH-17559) | Victor Stinner | 2019-12-10 | 1 | -3/+2 |
|
|
* | bpo-35513: Replace time.time() with time.monotonic() in tests (GH-11182) | Victor Stinner | 2018-12-17 | 1 | -2/+2 |
|
|
* | bpo-32331: Fix socket.type when SOCK_NONBLOCK is available (#4877) | Yury Selivanov | 2017-12-19 | 1 | -7/+3 |
|
|
* | bpo-31234: Add support.join_thread() helper (#3587) | Victor Stinner | 2017-09-14 | 1 | -6/+2 |
|
|
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -6/+1 |
|
|
* | bpo-30980: Fix double close in asyncore.file_wrapper (#2789) | Nir Soffer | 2017-07-24 | 1 | -1/+4 |
|
|
* | bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) | Victor Stinner | 2017-04-21 | 1 | -1/+2 |
|
|
* | bpo-30106: Fix tearDown() of test_asyncore (#1194) | Victor Stinner | 2017-04-20 | 1 | -2/+2 |
|
|
* | Fix/optimize test_asyncore.test_quick_connect() (#1188) | Victor Stinner | 2017-04-19 | 1 | -39/+38 |
|
|
* | bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) | Ned Deily | 2017-03-04 | 1 | -0/+3 |
|
|
* | Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError | Xavier de Gaye | 2016-12-14 | 1 | -1/+3 |
|
|
* | Adds test.support.PGO and skips tests that are not useful for PGO. | Steve Dower | 2016-09-07 | 1 | -0/+3 |
|
|
* | (Merge 3.4) Issue #11453, #18174: Fix leak of file descriptor in test_asyncore | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|\ |
|
| * | Issue #11453, #18174: Fix leak of file descriptor in test_asyncore | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
|
|
* | | Issue #21566: Make use of socket.listen() default backlog. | Charles-François Natali | 2014-07-23 | 1 | -1/+1 |
|
|
* | | (Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed | Victor Stinner | 2014-06-27 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper | Victor Stinner | 2014-06-27 | 1 | -0/+16 |
|
|
* | | (Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana. | Victor Stinner | 2014-06-27 | 1 | -36/+17 |
|\ \
| |/ |
|
| * | Closes #21582: Cleanup test_asyncore. Patch written by diana. | Victor Stinner | 2014-06-27 | 1 | -36/+18 |
|
|
* | | fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr_... | Giampaolo Rodola' | 2014-04-29 | 1 | -17/+0 |
|
|
* | | Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica McKel... | Antoine Pitrou | 2014-04-19 | 1 | -6/+1 |
|/ |
|
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -1/+6 |
|
|
* | Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss... | Antoine Pitrou | 2013-08-21 | 1 | -3/+2 |
|
|
* | Issue #17992: Add timeouts to asyncore and asynchat tests so that they won't ... | Giampaolo Rodola' | 2013-05-16 | 1 | -3/+10 |
|
|
* | test_asyncore: wait explicitly for a thread termination (this dangling thread | Charles-François Natali | 2013-01-13 | 1 | -1/+1 |
|\ |
|
| * | test_asyncore: wait explicitly for a thread termination (this dangling thread | Charles-François Natali | 2013-01-13 | 1 | -1/+1 |
| |\ |
|
| | * | test_asyncore: wait explicitly for a thread termination (this dangling thread | Charles-François Natali | 2013-01-13 | 1 | -0/+1 |
|
|
* | | | #16896: merge with 3.3. | Ezio Melotti | 2013-01-10 | 1 | -16/+8 |
|\ \ \
| |/ / |
|
| * | | #16896: test_asyncore now works with unittest test discovery. Patch by Zacha... | Ezio Melotti | 2013-01-10 | 1 | -16/+8 |
|
|
* | | | Issue #16717: get rid of socket.error, replace with OSError | Andrew Svetlov | 2012-12-18 | 1 | -3/+3 |
|/ / |
|
* | | Set a time threshold in test_asyncore.capture_server so that tests don't | Kristján Valur Jónsson | 2012-04-06 | 1 | -3/+4 |
|
|
* | | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -5/+9 |
|\ \
| |/ |
|
| * | attempt to fix asyncore buildbot failure | Giampaolo Rodola' | 2012-03-23 | 1 | -3/+7 |
|
|
* | | fix failing asyncore test as per http://bugs.python.org/issue10340#msg156586 | Giampaolo Rodola' | 2012-03-23 | 1 | -10/+12 |
|
|
* | | merge 79422b3684f1 in 3.3 branch (issue 10340) | Giampaolo Rodola' | 2012-03-22 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne... | Giampaolo Rodola' | 2012-03-22 | 1 | -0/+16 |
|
|
| * | Merged revisions 88604 via svnmerge from | Giampaolo Rodolà | 2011-02-25 | 1 | -1/+1 |
|
|
* | | test_asyncore: Actually try to received OOB data. | Charles-François Natali | 2011-11-02 | 1 | -0/+1 |
|
|
* | | test_asyncore: Enable tests of Unix domain sockets with poll(). | Charles-François Natali | 2011-10-31 | 1 | -2/+9 |
|
|
* | | Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... | Charles-François Natali | 2011-10-29 | 1 | -0/+4 |
|
|
* | | Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch | Charles-François Natali | 2011-10-29 | 1 | -0/+28 |
|
|