Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.9] bpo-45097: Remove incorrect deprecation warnings in asyncio. (GH-28153) | Serhiy Storchaka | 2021-09-04 | 1 | -30/+2 |
| | | | | | | Deprecation warnings about the loop argument were incorrectly emitted in cases when the loop argument was used inside the asyncio library, not from user code. | ||||
* | [3.9] bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) ↵ | Miss Islington (bot) | 2021-08-26 | 1 | -0/+1 |
| | | | | | | | | (GH-27970) Co-authored-by: Łukasz Langa <lukasz@langa.pl> (cherry picked from commit 7dc505b8655b3e48b93a4274dfd26e5856d9c64f) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | [3.9] bpo-44815: Always show deprecation in asyncio.gather/sleep() (GH-27569) | Sam Bull | 2021-08-18 | 1 | -4/+33 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -2/+0 |
| | | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility. | ||||
* | Issue #22002: Make full use of test discovery in test sub-packages. | Zachary Ware | 2014-07-23 | 1 | -22/+3 |
| | | | | | | Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery. | ||||
* | asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668 | Yury Selivanov | 2014-03-27 | 1 | -12/+10 |
| | |||||
* | Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for ↵ | Guido van Rossum | 2013-11-18 | 1 | -5/+5 |
| | | | | issue 19645. | ||||
* | Skip the asyncio tests when threads are not available. | Guido van Rossum | 2013-10-19 | 1 | -0/+5 |
| | | | | See http://bugs.python.org/issue19295 | ||||
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+26 |