summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* the branch was merged into the trollius branchtrollius_interop_asyncioVictor Stinner2014-06-180-0/+0
* Interop: support also event loop policyVictor Stinner2014-06-112-23/+27
* iscoroutine() now also supports asyncio.CoroWrapperVictor Stinner2014-06-111-1/+8
* Add an example of interoperability between Trollius and asyncioVictor Stinner2014-06-111-0/+51
* Suppport yield from a trollius coroutine in an asyncio coroutineVictor Stinner2014-06-113-20/+47
* Basic interoperability with asyncioVictor Stinner2014-06-112-171/+193
* update the docVictor Stinner2014-06-111-7/+41
* update the docVictor Stinner2014-06-111-11/+10
* Fix tests on Python 3.3+Victor Stinner2014-06-052-0/+2
* set version to 0.3.1Victor Stinner2014-06-052-2/+2
* Merge with TulipVictor Stinner2014-06-0515-40/+168
|\
| * Tulip issue #169, Python issue #21326: Add BaseEventLoop.is_closed() methodVictor Stinner2014-06-045-19/+70
| * Fix tests on Windows: wait for the subprocess exitVictor Stinner2014-06-041-0/+2
| * Python issue #21651: Fix ResourceWarning when running asyncio tests on Windows.Victor Stinner2014-06-041-0/+1
| * cleanup test_base_events: cm variable was unusedVictor Stinner2014-06-041-1/+1
| * Python issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe docVictor Stinner2014-06-041-3/+3
| * Make sure that socketpair() close sockets on errorVictor Stinner2014-06-042-15/+26
| * Close sockets on errorsVictor Stinner2014-06-044-0/+50
| * Rephrase Task.cancel docstringVictor Stinner2014-06-021-1/+1
| * Make 'python3 setup.py test' work.Guido van Rossum2014-05-291-0/+1
| * Fix docstring typo: CancellationError should be CancelledError.Guido van Rossum2014-05-281-1/+1
| * Fix for raising exception not derived from BaseException in _SelectorSslTrans...Andrew Svetlov2014-05-272-1/+5
| * test_base_events: use mock.Mock instead of unittest.mock.Mock to simplify theVictor Stinner2014-05-201-1/+1
* | Trollius 0.3 requires Pulsar 0.8.2+Victor Stinner2014-06-021-0/+2
* | doc: fix type in hello worldVictor Stinner2014-05-261-1/+1
* | Added tag trollius-0.3 for changeset 8d506c152746Victor Stinner2014-05-260-0/+0
* | prepare release 0.3trollius-0.3Victor Stinner2014-05-261-2/+2
* | write Tulip 3.4 -> 3.4.1 changelogVictor Stinner2014-05-261-8/+52
* | adjust doc: document that trollius is not yet fully compatible with tulipVictor Stinner2014-05-261-6/+11
* | doc: mention that the name of the module changed from asyncio to trolliusVictor Stinner2014-05-231-0/+5
* | update the docVictor Stinner2014-05-221-5/+6
* | install: fedora packages have been acceptedVictor Stinner2014-05-221-2/+2
* | doc: prefer asyncio over trolliusVictor Stinner2014-05-221-3/+3
* | Update documentation; set version to 0.3Victor Stinner2014-05-203-13/+32
* | Replace asyncio with trolliusVictor Stinner2014-05-2047-219/+219
* | Rename the "asyncio" module to "trollius" to support Python 3.4Victor Stinner2014-05-2030-0/+0
* | Port to Python 2.6Victor Stinner2014-05-203-3/+3
* | Update READMEVictor Stinner2014-05-201-8/+2
* | Merge Tulip into TrolliusVictor Stinner2014-05-2021-41/+406
|\ \ | |/
| * Update instructions for Windows.Guido van Rossum2014-05-192-3/+21
| * Added tag 3.4.1 for changeset 7c85dd9f8f6eGuido van Rossum2014-05-190-0/+0
| * Bump version in setup.py.3.4.1Guido van Rossum2014-05-191-1/+1
| * Added tag 3.4.1 for changeset e6084a6ff3bbGuido van Rossum2014-05-190-0/+0
| * Add option to randomize test order.Guido van Rossum2014-05-191-0/+17
| * Fix test failures by not cleaning up watcher in test for issue #168.Guido van Rossum2014-05-131-6/+9
| * Fix issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffe...Guido van Rossum2014-05-123-7/+48
| * Removed dead code path in _run_once.schlamar2014-05-101-5/+1
| * Fix the second half of bugs.python.org/issue21447: race in _write_to_self().Guido van Rossum2014-05-062-6/+14
| * Simple echo client/server example (for Twitter thread).Guido van Rossum2014-05-042-0/+36
| * Add __weakref__ slots to Handle and CoroWrapper. Fixes issue #166.Guido van Rossum2014-04-274-2/+16