summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Be careful accessing instance variables in __del__ (CPython issue 21340).Guido van Rossum2014-04-271-1/+3
| * Remove superfluous and useless line.Guido van Rossum2014-04-181-1/+0
| * Add gi_{frame,running,code} properties to CoroWrapper. Fixes issue #163.Guido van Rossum2014-04-152-0/+59
| * tasks: Make sure CoroWrapper.send proxies one argument correctlyYury Selivanov2014-04-152-0/+20
| * tasks: Fix CoroWrapper to workaround yield-from bug in CPythonYury Selivanov2014-04-142-1/+29
| * EventLoop.create_unix_server() now raises a ValueError if path and sock areVictor Stinner2014-04-052-0/+15
| * Fix bad grammar.Guido van Rossum2014-03-311-2/+2
| * Document Task.cancel() properly.Guido van Rossum2014-03-311-0/+19
| * Pull in Solaris devpoll support by Giampaolo Rodola'.Guido van Rossum2014-03-241-1/+61
| * Ensure call_soon(), call_later() and call_at() are invoked on current loop inVictor Stinner2014-03-212-1/+45
| * Back out inplace default for build_ext. See issue #116.Guido van Rossum2014-03-142-5/+3
* | Trollius issue #7: Fix asyncio.time_monotonic on Windows older than VistaVictor Stinner2014-05-092-1/+8
* | doc: mention the "return future object" option to write code workingVictor Stinner2014-03-281-6/+11
* | doc: add link to bitbucket at the topVictor Stinner2014-03-141-0/+2
* | Add a picture of Trollius flowerVictor Stinner2014-03-083-0/+8
* | doc: mention Pulsar which supports TrolliusVictor Stinner2014-03-061-0/+3
* | Merge Tulip into TrolliusVictor Stinner2014-03-067-80/+146
|\ \ | |/
| * Issue #157: Improve test_events.py, avoid run_briefly() which is not reliableVictor Stinner2014-03-062-73/+71
| * Skip test_remove_fds_after_closing() for IocpEventLoopVictor Stinner2014-03-061-0/+3
| * Fix ResourceWarning warningsVictor Stinner2014-03-061-0/+4
| * Issue #159: Fix windows_utils.socketpair()Victor Stinner2014-03-052-6/+38
| * Remove egg info in "make clean".Guido van Rossum2014-03-051-0/+1
| * Reject add/remove reader/writer when event loop is closed.Guido van Rossum2014-03-042-0/+28
| * Issue #158: Task._step() now also sets self to None if an exception is raised.Victor Stinner2014-03-041-1/+1
* | doc: +TornadoVictor Stinner2014-03-051-0/+3
* | Fix typo in docVictor Stinner2014-03-051-1/+0