summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close trollius-py26: branch already merged into defaulttrollius-py26Victor Stinner2014-02-100-0/+0
* Reimplement missing unittest.TestCase methodsVictor Stinner2014-01-0713-35/+76
* support buffer type, memoryview is not supported in Python 2.6Victor Stinner2014-01-061-19/+30
* Python 2.6 doesn't support dict and set-comprehensionVictor Stinner2014-01-073-12/+12
* Backport skipIf() and skipUnless() decorators of Python 2.7 unittestVictor Stinner2014-01-067-27/+49
* Python 2.6 does not support auto-numbering in str.format()Victor Stinner2014-01-0616-71/+71
* Create trollius-py26 branch: port Trollius on Python 2.6Victor Stinner2014-01-062-2/+208
* Added tag trollius-0.1.1 for changeset cc1e40e52b2aVictor Stinner2014-01-060-0/+0
* prepare release 0.1.1trollius-0.1.1Victor Stinner2014-01-062-5/+5
* README: document limitations of asyncio.SSLContextVictor Stinner2014-01-061-0/+3
* Fix test_tasks.test_task_repr()Victor Stinner2014-01-061-0/+5
* selector_events uses the new BACKPORT_SSL_CONTEXT constantVictor Stinner2014-01-061-4/+1
* export executor errors and constants in asyncio.futures and asyncio.tasks toVictor Stinner2014-01-069-54/+66
* README: add command to clone repository with the trollius branchVictor Stinner2014-01-061-1/+4
* Fix create_connection(ssl=True)Victor Stinner2014-01-066-51/+73
* update TODO listVictor Stinner2014-01-051-1/+0
* Removing "raise" used to debugVictor Stinner2014-01-051-1/+0
* add the missing new executor.py fileVictor Stinner2014-01-051-0/+85
* Don't export backported SSLContext in the ssl module anymore to not confuseVictor Stinner2014-01-058-9/+18
* 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-0512-135/+109
* Fix asyncio.time_monotonic on Mac OS XVictor Stinner2014-01-044-3/+11
* Added tag trollius-0.1 for changeset 03fba208a848Victor Stinner2014-01-040-0/+0
* Prepare release 0.1trollius-0.1Victor Stinner2014-01-042-12/+29
* Port some examples on Python 2Victor Stinner2014-01-0414-111/+158
* Fix asyncio.futures when concurrent.futures is missingVictor Stinner2014-01-041-1/+2
* _UnixSubprocessTransport._start() now uses the makefile() method when availableVictor Stinner2014-01-043-5/+10
* Remove Future._blocking, yield-from cannot be usedVictor Stinner2014-01-042-27/+5
* Task._step() uses iscoroutine() instead of isgenerator()Victor Stinner2014-01-043-7/+2
* cleanup coroutine codeVictor Stinner2014-01-043-40/+25
* wrap_ssl_error() now keeps the original tracebackVictor Stinner2014-01-042-20/+15
* Update TODO listVictor Stinner2014-01-041-2/+0
* Use concurrent.futures classes and constants when the module is availableVictor Stinner2014-01-043-15/+28
* Fix test_tasks failuresVictor Stinner2014-01-041-3/+6
* Remove nonsense "yield vs yield-from" testsVictor Stinner2014-01-041-31/+0
* Update TODO listVictor Stinner2014-01-041-1/+9
* Fix test_events.test_handle()Victor Stinner2014-01-041-7/+3
* README: mention futures (concurrent.futures) dependencyVictor Stinner2014-01-041-0/+8
* Replace threading.get_ident() with thread.get_ident()Victor Stinner2014-01-042-3/+4
* Fix test_events.test_subprocess_interactive()Victor Stinner2014-01-041-2/+1
* test_events: add missing import, wrap_error()Victor Stinner2014-01-041-0/+1
* Fix SSL tests: backported SSLContext has no optionsVictor Stinner2014-01-041-4/+8
* Fix test_events.test_subprocess_wait_no_same_group(): start_new_session wasVictor Stinner2014-01-041-1/+4
* Fix test_events.test_add_signal_handler()Victor Stinner2014-01-041-3/+8
* fix test_events.AbstractEventLoopTestsVictor Stinner2014-01-042-1/+2
* Complete the TODO listVictor Stinner2014-01-032-1/+3
* Fix usage of super() for Python 2Victor Stinner2014-01-034-6/+6
* Remove test_futures.test_constructor_positional()Victor Stinner2014-01-031-4/+2
* Fix typo in READMEVictor Stinner2014-01-031-1/+1