Commit Graph

195 Commits

Author SHA1 Message Date
Victor Stinner df7b72185c Added tag 0.5.1 for changeset 1c5b3f16c94d 2016-02-22 17:40:55 +01:00
Victor Stinner 0afed1425f 0.5.1: fix stop() 2016-02-22 17:23:39 +01:00
Victor Stinner 9a9206cf85 Update doc 2016-02-22 14:51:47 +01:00
Victor Stinner b51ab383d9 post-release: set version to 0.6 2016-02-22 14:32:16 +01:00
Victor Stinner 4a1f7cd78c Added tag 0.5 for changeset 7b01a843558d 2016-02-22 14:29:47 +01:00
Victor Stinner bd5a917eba prepare release 0.5 2016-02-22 14:29:31 +01:00
Victor Stinner 66049e8358 drop support for Python 2.6 and 3.2 2016-02-22 14:16:40 +01:00
Victor Stinner a0b7e8f193 openstack: more spec 2015-04-30 16:58:40 +02:00
Victor Stinner 973303a0b4 openstack: meetings 2015-03-04 15:11:18 +01:00
Victor Stinner c923f62306 openstack: add 2 specs 2015-02-18 02:31:32 +01:00
Victor Stinner 9cd56d6579 eventlet: python 3 issues 2015-02-04 18:42:51 +01:00
Victor Stinner 64c9f9c46a openstack: openstack-dev history; history before asyncio 2015-01-07 17:36:14 +01:00
Victor Stinner eed7c57972 tox: add py3_patch 2015-01-05 11:25:09 +01:00
Victor Stinner 99d6a58c22 aioeventlet API is now considered as stable 2015-01-06 17:45:04 +01:00
Victor Stinner 3e78e8b8b2 Don't use deprecated functions in tests 2015-01-06 01:43:31 +01:00
Victor Stinner 1420360fa5 Support Trollius 1.0.5 with monkey-patching
Restore the original threading module in asyncio.base_events namespace.
2014-12-27 00:27:09 +01:00
Victor Stinner 6cacb0b746 yield_future: rephrase the doc 2014-12-19 01:52:00 +01:00
Victor Stinner 818e79462f MANIFEST.in: add run_aiotest.py 2014-12-18 13:25:32 +01:00
Victor Stinner ca2a5d3536 Remove tests duplicated in aiotest 2014-12-15 09:31:34 +01:00
Victor Stinner 34cc79a1fa tox now also run the aiotest test suite 2014-12-12 18:03:43 +01:00
Victor Stinner 9b73d35009 Fix run_aiotest.py to support monkey-patching 2014-12-12 16:47:25 +01:00
Victor Stinner 6584d9e71c Add run_aiotest.py 2014-12-12 16:34:10 +01:00
Victor Stinner d8a93f06cf Remove a test which behaves differently depending on the the version of asyncio/trollius 2014-12-12 14:56:02 +01:00
Victor Stinner 666d0e365d update eventlet/py3 status 2014-12-12 14:53:06 +01:00
Victor Stinner 42047afc99 doc: Simplify yield_future example 2014-12-11 09:09:28 +01:00
Victor Stinner 14f5e3fbfe openstack update 2014-12-03 15:57:22 +01:00
Victor Stinner fa516d03c7 set version to 0.5 2014-12-03 00:57:18 +01:00
Victor Stinner 70fa952683 Added tag 0.4 for changeset 0368b4b558fe 2014-12-03 00:56:29 +01:00
Victor Stinner 262b085321 prepare release 0.4 2014-12-03 00:55:13 +01:00
Victor Stinner 3804048fb6 document api change 2014-12-03 00:53:47 +01:00
Victor Stinner c2ee3c6815 fix reST syntax 2014-12-03 00:48:59 +01:00
Victor Stinner 0964f50c79 rename the project from aiogreen to aioeventlet 2014-12-03 00:28:13 +01:00
Victor Stinner d784bb67c1 Rename the link_future() function to yield_future()
Set also the version to 0.4
2014-12-03 00:21:17 +01:00
Victor Stinner 821461e4b2 see also 2014-11-26 15:06:05 +01:00
Victor Stinner 3d89ce4f11 fix pyflakes warnings 2014-11-25 14:20:43 +01:00
Victor Stinner 9792abdbb7 remove dead code 2014-11-25 13:01:49 +01:00
Victor Stinner 4bf44eb471 tests: check also the exception message 2014-11-24 14:54:14 +01:00
Victor Stinner ba83f19677 wrap_greenthread(): catch missing run attribute
Add 2 tests: no run attribute, wrap exception.
2014-11-24 14:40:49 +01:00
Victor Stinner dbdec3aa97 add tests directly on greenlet 2014-11-24 14:36:46 +01:00
Victor Stinner dd7177f89f openstack: 2 patches for oslo messaging 2014-11-24 09:39:45 +01:00
Victor Stinner 4d2679617b Added tag 0.3 for changeset 2e38117c2b48 2014-11-23 23:20:51 +01:00
Victor Stinner 74a5f4075b prepare release 0.3 2014-11-23 23:20:15 +01:00
Victor Stinner 63e23d6c26 old version of asyncio didn't check thread safety 2014-11-23 23:14:03 +01:00
Victor Stinner 5dbc9f0795 typo 2014-11-23 22:50:58 +01:00
Victor Stinner db2746f4f1 Fix to run an event loop in a thread different than the main thread in debug
mode: disable eventlet "debug_blocking", it is implemented with the SIGALRM
signal, but signal handlers can only be set in the main thread.

Add a test: run an event loop in a thread different than the main thread.
2014-11-23 10:53:37 +01:00
Victor Stinner 160026cc0f fix call_soon() when called on a closed loop 2014-11-23 10:54:21 +01:00
Victor Stinner 823702dd42 cleanup tests 2014-11-22 02:01:56 +01:00
Victor Stinner 4edf2648f4 openstack: full date 2014-11-22 01:54:35 +01:00
Victor Stinner 74e048ff5b link_future() only accepts coroutine objects, not coroutine functions 2014-11-22 01:47:08 +01:00
Victor Stinner 4ceef20614 tests: use shorter delays 2014-11-22 01:40:19 +01:00