Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) ↵ | Miss Islington (bot) | 2021-07-26 | 1 | -1/+1 |
| | | | | | | | | (GH-27380) Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) | Christian Heimes | 2020-11-20 | 1 | -1/+1 |
| | | | Signed-off-by: Christian Heimes <christian@python.org> | ||||
* | bpo-40275: Use new test.support helper submodules in tests (GH-20824) | Hai Shi | 2020-06-25 | 1 | -1/+1 |
| | |||||
* | bpo-40275: Fix name error in support.socket_helper (GH-19825) | Victor Stinner | 2020-05-01 | 1 | -4/+6 |
| | | | | | Replace TestFailed with support.TestFailed. Bug spotted by pyflakes. | ||||
* | Add missing sys import to socket_helper.py (GH-19791) | Pablo Galindo | 2020-04-29 | 1 | -0/+1 |
| | |||||
* | bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) | Serhiy Storchaka | 2020-04-29 | 1 | -0/+89 |
| | |||||
* | bpo-40275: Avoid importing socket in test.support (GH-19603) | Serhiy Storchaka | 2020-04-25 | 1 | -0/+177 |
* Move socket related functions from test.support to socket_helper. * Import socket, nntplib and urllib.error lazily in transient_internet(). * Remove importing multiprocess. |