| Commit message (Expand) | Author | Age | Files | Lines |
| * | Python issue #23243: Close explicitly event loops in tests | Victor Stinner | 2015-01-15 | 1 | -0/+1 |
| * | Tests: explicitly close event loops and transports | Victor Stinner | 2015-01-14 | 1 | -0/+1 |
| * | Truncate to 80 columns | Victor Stinner | 2015-01-09 | 1 | -3/+6 |
| * | CPython doesn't have asyncio.test_support | Victor Stinner | 2014-12-26 | 1 | -8/+13 |
| * | Python issue #22926: In debug mode, call_soon(), call_at() and call_later() | Victor Stinner | 2014-12-26 | 1 | -16/+60 |
| * | asyncio.test_support now uses test.support and test.script_helper if available | Victor Stinner | 2014-12-19 | 1 | -13/+8 |
| * | Copy a subset of test.support from CPython 3.5 to no more depend on the test | Victor Stinner | 2014-12-18 | 1 | -4/+8 |
| * | Python issue #22429: Fix EventLoop.run_until_complete(), don't stop the event | Victor Stinner | 2014-12-05 | 1 | -0/+25 |
| * | Coroutine objects are now rejected with a TypeError by the following functions: | Victor Stinner | 2014-11-20 | 1 | -11/+15 |
| * | Python issue #22641: On Python 3.4 and newer, the default SSL context for | Victor Stinner | 2014-11-05 | 1 | -1/+1 |
| * | run_forever() now consumes BaseException of the temporary task | Victor Stinner | 2014-10-11 | 1 | -1/+21 |
| * | Improve canceled timer callback handles cleanup (CPython issue #22448) | Yury Selivanov | 2014-09-25 | 1 | -7/+77 |
| * | Fix debug log in BaseEventLoop.create_connection(): get the socket object from | Victor Stinner | 2014-07-30 | 1 | -0/+3 |
| * | Clean up some docstrings and comments. Remove unused unimplemented _read_from... | Guido van Rossum | 2014-07-12 | 1 | -2/+0 |
| * | Tulip issue #182: Improve logs of BaseEventLoop._run_once() | Victor Stinner | 2014-07-11 | 1 | -0/+1 |
| * | Fix some pyflakes warnings: remove unused imports | Victor Stinner | 2014-07-11 | 1 | -1/+0 |
| * | Tulip issue #185: Add a create_task() method to event loops | Victor Stinner | 2014-07-08 | 1 | -0/+24 |
| * | Tulip issue #137: In debug mode, save traceback where Future, Task and Handle | Victor Stinner | 2014-06-27 | 1 | -3/+6 |
| * | Add test to check that run_until_complete() checks the loop of the future | Victor Stinner | 2014-06-25 | 1 | -0/+6 |
| * | Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandle | Victor Stinner | 2014-06-25 | 1 | -2/+2 |
| * | Make slow_select() test pass on Windows. | Guido van Rossum | 2014-06-23 | 1 | -1/+2 |
| * | Tulip issue #172: only log selector timing in debug mode | Victor Stinner | 2014-06-23 | 1 | -0/+3 |
| * | Add an unit test to check that setting the PYTHONASYNCIODEBUG env var enables | Victor Stinner | 2014-06-23 | 1 | -0/+24 |
| * | Tulip issue #105: in debug mode, log callbacks taking more than 100 ms to be | Victor Stinner | 2014-06-20 | 1 | -0/+28 |
| * | Refactor tests: add a base TestCase class | Victor Stinner | 2014-06-18 | 1 | -7/+4 |
| * | Refactor test__run_once_logging() to not rely on the exact number of calls to | Victor Stinner | 2014-06-18 | 1 | -18/+11 |
| * | Tulip issue #169, Python issue #21326: Add BaseEventLoop.is_closed() method | Victor Stinner | 2014-06-04 | 1 | -0/+14 |
| * | cleanup test_base_events: cm variable was unused | Victor Stinner | 2014-06-04 | 1 | -1/+1 |
| * | Close sockets on errors | Victor Stinner | 2014-06-04 | 1 | -0/+21 |
| * | test_base_events: use mock.Mock instead of unittest.mock.Mock to simplify the | Victor Stinner | 2014-05-20 | 1 | -1/+1 |
| * | Ensure call_soon(), call_later() and call_at() are invoked on current loop in | Victor Stinner | 2014-03-21 | 1 | -0/+23 |
| * | Fix pyflakes warnings: remove unused variables and imports | Victor Stinner | 2014-02-26 | 1 | -1/+1 |
| * | Replace "unittest.mock" with "mock" in unit tests | Victor Stinner | 2014-02-26 | 1 | -54/+54 |
| * | Issue #136: Add get/set_debug() methods to BaseEventLoopTests. Add also a | Victor Stinner | 2014-02-19 | 1 | -0/+6 |
| * | Fix spelling & typos | Yury Selivanov | 2014-02-18 | 1 | -1/+1 |
| * | Add new event loop exception handling API (closes issue #80). | Yury Selivanov | 2014-02-18 | 1 | -14/+180 |
| * | Add support for UNIX Domain Sockets. Closes issue #81. | Yury Selivanov | 2014-02-18 | 1 | -1/+1 |
| * | Issue #130: Add more checks on subprocess_exec/subprocess_shell parameters | Victor Stinner | 2014-02-11 | 1 | -2/+52 |
| * | Issue #126: call_soon(), call_soon_threadsafe(), call_later(), call_at() and | Victor Stinner | 2014-02-11 | 1 | -0/+18 |
| * | Remove resolution and _granularity from selectors and asyncio | Victor Stinner | 2014-02-07 | 1 | -1/+2 |
| * | Cosmetic improvement to test__run_once_logging() mock argument. | Guido van Rossum | 2014-02-04 | 1 | -5/+3 |
| * | Adjust unit tests regarding timings: tolerate slow buildbots, add a test on the | Victor Stinner | 2014-02-04 | 1 | -7/+8 |
| * | Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ... | Guido van Rossum | 2014-01-31 | 1 | -2/+7 |
| * | Don't export BaseEventLoop, BaseSelectorEventLoop nor BaseProactorEventLoop | Victor Stinner | 2014-01-25 | 1 | -1/+2 |
| * | Export more symbols: BaseEventLoop, BaseProactorEventLoop, | Victor Stinner | 2014-01-25 | 1 | -2/+1 |
| * | Unit tests use the main asyncio module instead of submodules like events | Victor Stinner | 2014-01-24 | 1 | -49/+46 |
| * | Relax timing (from upstream CPython repo). | Guido van Rossum | 2013-11-23 | 1 | -1/+1 |
| * | Generalized error handling callback for DatastoreProtocol. | Guido van Rossum | 2013-11-15 | 1 | -1/+1 |
| * | Avoid ResourceWarning. Fix for CPython issue 19580 by Vajrasky Kok. | Guido van Rossum | 2013-11-14 | 1 | -4/+18 |
| * | Relax timing requirement. Fixes CPython issue 19579. | Guido van Rossum | 2013-11-13 | 1 | -2/+2 |