summaryrefslogtreecommitdiff
path: root/examples/cacheclt.py
Commit message (Expand)AuthorAgeFilesLines
* Replace asyncio with trolliusVictor Stinner2014-05-201-4/+4
* examples: Replace asyncio.Return with ReturnVictor Stinner2014-02-261-9/+9
* Use "yield From(...)" syntax; set version to 0.2Victor Stinner2014-02-251-18/+18
* Merge with TulipVictor Stinner2014-02-091-4/+7
|\
| * examples: close the event loopVictor Stinner2014-01-281-4/+7
* | Change Return(): it now accepts more than 1 parameterVictor Stinner2014-01-131-1/+1
* | fix cache client and server examplesVictor Stinner2014-01-081-23/+24
|/
* A new, larger example: a cache server with a shareable, reconnecting client.Guido van Rossum2013-12-201-0/+211