summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* release.py: add an option to skip testsVictor Stinner2014-12-181-2/+4
* release.py now also run tests, runtests.py and run_aiotest.pyVictor Stinner2014-12-181-14/+36
* Add tox.iniVictor Stinner2014-12-183-2/+13
* Copy a subset of test.support from CPython 3.5 to no more depend on the testVictor Stinner2014-12-188-16/+332
* update release procedureVictor Stinner2014-12-181-1/+2
* Add release.pyVictor Stinner2014-12-181-4/+19
* setup.py: set version to 3.4.3; write the release procedureVictor Stinner2014-12-181-1/+13
* Add release.pyVictor Stinner2014-12-181-0/+227
* Python issue #23074: get_event_loop() now raises an exception if the thread hasVictor Stinner2014-12-183-6/+6
* Merge headsVictor Stinner2014-12-150-0/+0
|\
| * Backed out changeset 2af65c9de2a8Victor Stinner2014-12-151-1/+0
| * hgignore: ignore .tox/ directoryVictor Stinner2014-12-151-0/+1
| * Fix subprocess for close_fds=False on Python 3.3Victor Stinner2014-12-112-0/+43
| * Tulip issue #202: Add unit test of pause/resume writing for proactor socketVictor Stinner2014-12-112-4/+82
| * selectors: Fix typo.Yury Selivanov2014-12-081-1/+1
| * selectors: Make sure EpollSelecrtor.select() works when no FD is registered.Yury Selivanov2014-12-081-1/+6
| * Python issue #22922: Fix ProactorEventLoop.close()Victor Stinner2014-12-051-1/+3
| * Python issue #22429: Fix EventLoop.run_until_complete(), don't stop the eventVictor Stinner2014-12-052-2/+37
| * Python issue #22685: Fix test_pause_reading() of test_subprocessVictor Stinner2014-12-041-7/+12
| * Removed duplicated words in in comments and docs. Patch written by SerhiyVictor Stinner2014-12-042-2/+2
| * Python issue #22475: fix Task.get_stack() docVictor Stinner2014-12-041-1/+1
| * Python issue #22922: More EventLoop methods fail if the loop is closed. InitialVictor Stinner2014-12-043-1/+39
| * Initialize more Future and Task attributes in the class definition to avoidVictor Stinner2014-12-042-5/+5
| * Python issue #22921: Don't require OpenSSL SNI to pass hostname to sslBenjamin Peterson2014-11-253-10/+2
| * Python issue #22685: Set the transport of stdout and stderr StreamReaderVictor Stinner2014-11-252-5/+44
| * BaseSelectorEventLoop.close() now closes the self-pipe before calling theVictor Stinner2014-11-211-1/+3
| * Coroutine objects are now rejected with a TypeError by the following functions:Victor Stinner2014-11-204-21/+35
| * test_events: Ignore the "SSL handshake failed" log in debug modeVictor Stinner2014-11-201-1/+3
| * Fix formatting of the "Future exception was never retrieved"Victor Stinner2014-11-202-26/+46
| * Fix test_events.py on Python 3.3: ssl.Purpose was introduced in Python 3.4Victor Stinner2014-11-201-16/+18
| * runtests.py: only catch SkipTest exception when loading a module, don't catchVictor Stinner2014-11-201-1/+1
| * CPython issue #22784: fix test_asyncio when the ssl module isn't available. (...Guido van Rossum2014-11-141-8/+9
| * - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-142-0/+15
| * Python issue #22641: On Python 3.4 and newer, the default SSL context forVictor Stinner2014-11-054-18/+58
| * Move loop attribute to _FlowControlMixinVictor Stinner2014-11-055-8/+8
| * Added tag 3.4.2 for changeset 5f2a130f7a8cGuido van Rossum2014-10-080-0/+0
| * Reuse socket.socketpair() on Windows if availableVictor Stinner2014-10-142-41/+47
| * Enhance protocol representationVictor Stinner2014-10-142-2/+13
| * run_forever() now consumes BaseException of the temporary taskVictor Stinner2014-10-112-2/+30
| * Python issue 22448: cleanup _run_once(), only iterate once to remove delayed3.4.2Victor Stinner2014-09-301-4/+7
| * test_tasks: Fix test_env_var_debug to use correct asyncio module (issue #207)Yury Selivanov2014-09-251-4/+11
| * Improve canceled timer callback handles cleanup (CPython issue #22448)Yury Selivanov2014-09-254-26/+145
| * unix_events: Move import statement to sync code with cpythonYury Selivanov2014-09-241-1/+2
| * tasks.py: Sync comments updates from cpython treeYury Selivanov2014-09-241-9/+10
| * Python issue #22369: Change "context manager protocol" to "context management...Victor Stinner2014-09-171-2/+2
| * Fix Handle and TimerHandle repr in debug modeVictor Stinner2014-09-172-17/+24
| * Tulip issue #205: Fix a race condition in BaseSelectorEventLoop.sock_connect()Victor Stinner2014-08-312-35/+83
| * runtests.py: display a message to mention if tests are run in debug or releas...Victor Stinner2014-08-281-0/+5
| * Tulip issue #201: Fix a race condition in wait_for()Victor Stinner2014-08-282-6/+24
| * Tulip issue #203: Add _FlowControlMixin.get_write_buffer_limits() methodVictor Stinner2014-08-262-0/+5