summaryrefslogtreecommitdiff
path: root/README
Commit message (Expand)AuthorAgeFilesLines
* post-release: set version to 0.4.1Victor Stinner2014-06-231-1/+1
* READMEVictor Stinner2014-06-231-7/+38
* Update READMEVictor Stinner2014-05-201-8/+2
* The documentation is now online at http://trollius.readthedocs.org/Victor Stinner2014-02-211-194/+1
* Fill the changelogVictor Stinner2014-02-171-0/+14
* Update changelog, set version to 0.1.6Victor Stinner2014-02-121-1/+5
* prepare release 0.1.5Victor Stinner2014-02-101-2/+2
* Update changelogVictor Stinner2014-02-091-0/+21
* Merge with TulipVictor Stinner2014-02-091-3/+4
|\
| * Minor packaging tweak by ?ric Araujo. Fixes issue #116.Guido van Rossum2014-01-301-3/+3
* | Prepare release 0.1.4trollius-0.1.4Victor Stinner2014-01-221-1/+3
* | The project moved to https://bitbucket.org/enovance/trolliusVictor Stinner2014-01-221-2/+3
* | Emit a warning when Return is not raisedVictor Stinner2014-01-161-0/+1
* | Fix CoroWrapper (_DEBUG=True): add missing importVictor Stinner2014-01-161-1/+1
* | Add an experimental Twisted event loopVictor Stinner2014-01-141-0/+4
* | Prepare release 0.1.3trollius-0.1.3Victor Stinner2014-01-131-8/+8
* | Support "with (yield lock):" syntax for Lock, Condition and SemaphoreVictor Stinner2014-01-131-3/+1
* | Change Return(): it now accepts more than 1 parameterVictor Stinner2014-01-131-1/+3
* | Workaround bugs in the ssl module of Python older than 2.6.6 (ex: systemVictor Stinner2014-01-131-0/+2
* | README: mention Return((x, y)) syntaxVictor Stinner2014-01-111-0/+1
* | Fix compatibility with Python 2.6Victor Stinner2014-01-111-0/+2
* | Update status of the project; supported Python version and OSesVictor Stinner2014-01-101-2/+3
* | README: list backportsVictor Stinner2014-01-091-0/+22
* | Added support for subprocesses and pipes on Windows, Python 2.7.schlamar2014-01-091-8/+0
* | selector_events: move getsockopt() wrapper outside the methodVictor Stinner2014-01-081-1/+2
* | Added full support for Python 3.3 on Windows.schlamar2014-01-081-2/+3
* | Updated README and TCP example to clarify (limited) Windows support.schlamar2014-01-081-0/+7
* | SSL support is now optional: don't fail if the ssl module is missingVictor Stinner2014-01-081-0/+4
* | prepare release 0.1.2Victor Stinner2014-01-081-5/+7
* | PyPy looks to be supportedVictor Stinner2014-01-081-0/+1
* | Don't modify the ssl module to inject backported SSL exceptionsVictor Stinner2014-01-081-0/+3
* | README: document unsupported syntax for lockVictor Stinner2014-01-081-3/+6
* | Experimental Python 3.2 supportVictor Stinner2014-01-081-0/+1
* | Use ordereddict and unittest2 backports for Python 2.6Victor Stinner2014-01-071-2/+15
* | Update the changelog for the merge of the Windows changesVictor Stinner2014-01-071-0/+6
* | prepare release 0.1.1trollius-0.1.1Victor Stinner2014-01-061-3/+3
* | README: document limitations of asyncio.SSLContextVictor Stinner2014-01-061-0/+3
* | README: add command to clone repository with the trollius branchVictor Stinner2014-01-061-1/+4
* | Fix create_connection(ssl=True)Victor Stinner2014-01-061-0/+3
* | Don't export backported SSLContext in the ssl module anymore to not confuseVictor Stinner2014-01-051-0/+2
* | Clarify synchronous executor in READMEVictor Stinner2014-01-051-9/+6
* | README: mention that trollius code is in the trollius branchVictor Stinner2014-01-051-0/+3
* | Implement a synchrounous executor when concurrent.futures is missingVictor Stinner2014-01-051-3/+3
* | Fix asyncio.time_monotonic on Mac OS XVictor Stinner2014-01-041-0/+4
* | Prepare release 0.1trollius-0.1Victor Stinner2014-01-041-6/+14
* | README: mention futures (concurrent.futures) dependencyVictor Stinner2014-01-041-0/+8
* | Fix typo in READMEVictor Stinner2014-01-031-1/+1
* | Copy exceptions and constants from concurrent.futures of Python 3.4 to removeVictor Stinner2014-01-031-1/+2
* | Copy asyncio code from previous tulip_py2 projectVictor Stinner2014-01-031-0/+7
* | Create trollius branchVictor Stinner2014-01-031-5/+28
|/