summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Python issue #23173: If an exception is raised during the creation of aVictor Stinner2015-01-142-26/+63
* Python issue #23198: Reactor StreamReaderVictor Stinner2015-01-141-25/+22
* Python issue #22560: New SSL implementation based on ssl.MemoryBIOVictor Stinner2015-01-146-38/+747
* Tulip issue 184: Fix test_pipe() on WindowsVictor Stinner2015-01-131-1/+2
* Python issue #22922: Fix ProactorEventLoop.close()Victor Stinner2015-01-131-1/+7
* Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises aVictor Stinner2015-01-132-4/+10
* Python issue #23209: Revert change on selectors, test_selectors failed.Victor Stinner2015-01-091-1/+0
* Python issue #23209: Break some reference cycles in asyncio. Patch written byVictor Stinner2015-01-093-1/+3
* Make the release.py program executable on UNIXVictor Stinner2015-01-091-0/+1
* tox.ini: add py3_release env to run tests in release modeVictor Stinner2015-01-091-1/+7
* Tulip issue #184: FlowControlMixin constructor now get the event loop if theVictor Stinner2015-01-092-3/+26
* Remove outdated TODO/XXXVictor Stinner2015-01-094-8/+3
* tox.ini: add py35 envVictor Stinner2015-01-091-1/+4
* Replace test_selectors.py with the file of Python 3.5 adapted for asyncio andVictor Stinner2015-01-091-161/+395
* Document why set_result() calls are safeVictor Stinner2015-01-091-0/+6
* Cleanup gather()Victor Stinner2015-01-091-4/+7
* sock_connect(): pass directly the fd to _sock_connect_done instead of the socketVictor Stinner2015-01-091-3/+3
* selectors: truncate to 80 charactersVictor Stinner2015-01-091-1/+2
* Truncate to 80 columnsVictor Stinner2015-01-0914-43/+75
* _make_ssl_transport: make the waiter parameter optionalVictor Stinner2015-01-082-3/+3
* Python issue #23140: Simplify the unit testVictor Stinner2015-01-061-8/+6
* Issue #23140: Fix cancellation of Process.wait(). Check the state of the waiterVictor Stinner2015-01-062-1/+30
* Python issue #23046: Expose the BaseEventLoop class in the asyncio namespaceVictor Stinner2015-01-062-2/+4
* fix typoVictor Stinner2014-12-261-1/+1
* MANIFEST.in: add run_aiotest.pyVictor Stinner2014-12-261-1/+1
* CPython doesn't have asyncio.test_supportVictor Stinner2014-12-266-24/+46
* Python issue #22926: In debug mode, call_soon(), call_at() and call_later()Victor Stinner2014-12-266-62/+89
* Fix doc of get and put methods of QueueVictor Stinner2014-12-261-3/+7
* release.py: fix the message of publish_wheel()Victor Stinner2014-12-201-1/+1
* release.py register now upload for realVictor Stinner2014-12-191-3/+2
* MANIFEST.in: add release.pyVictor Stinner2014-12-191-1/+1
* Port release.py to Python 2 and to UNIXVictor Stinner2014-12-191-57/+114
* setup.py: fix ResourceWarningVictor Stinner2014-12-191-1/+4
* Fix pyflakes warnings: remove unused imports and variablesVictor Stinner2014-12-193-7/+2
* asyncio.test_support now uses test.support and test.script_helper if availableVictor Stinner2014-12-197-48/+37
* release.py: better command line interfaceVictor Stinner2014-12-191-48/+183
* Fix release.py with SDK 7.1Victor Stinner2014-12-191-8/+13
* Enhance release.pyVictor Stinner2014-12-191-65/+110
* Cleanup runtests.pyVictor Stinner2014-12-191-14/+16
* IocpProactor.wait_for_handle() test now also checks the result of the futureVictor Stinner2014-12-192-2/+11
* release.py: Fix code to run testsVictor Stinner2014-12-191-1/+1
* support: fix assert_python_ok() on python 3.3Victor Stinner2014-12-181-1/+1
* Fix a race condition in BaseSubprocessTransport._try_finish()Victor Stinner2014-12-181-1/+1
* release.py: make debug env var configurableVictor Stinner2014-12-181-14/+14
* Add repr(PipeHandle)Victor Stinner2014-12-181-0/+7
* Fix release.py for SDK 7.0Victor Stinner2014-12-181-4/+8
* test_support: add missing importVictor Stinner2014-12-181-0/+2
* Changelog: add also releasesVictor Stinner2014-12-181-2/+30
* Start to write Tulip 3.4.2 changelogVictor Stinner2014-12-181-0/+157
* Fix typoVictor Stinner2014-12-181-1/+1