1. 20 Dec, 2014 3 commits
  2. 19 Dec, 2014 3 commits
  3. 18 Dec, 2014 3 commits
    • Victor Stinner's avatar
      asyncio: sync with Tulip · 1b9763d0
      Victor Stinner authored
      * Fix a race condition in BaseSubprocessTransport._try_finish().
      
        If the process exited before the _post_init() method was called, scheduling
        the call to _call_connection_lost() with call_soon() is wrong:
        connection_made() must be called before connection_lost().
      
        Reuse the BaseSubprocessTransport._call() method to schedule the call to
        _call_connection_lost() to ensure that connection_made() and
        connection_lost() are called in the correct order.
      
      * Add repr(PipeHandle)
      
      * Fix typo
      1b9763d0
    • Victor Stinner's avatar
      asyncio: sync with Tulip · dc7765d1
      Victor Stinner authored
      dc7765d1
    • Victor Stinner's avatar
      Issue #23074: asyncio.get_event_loop() now raises an exception if the thread · 3a1c738e
      Victor Stinner authored
      has no event loop even if assertions are disabled.
      3a1c738e
  4. 17 Dec, 2014 2 commits
  5. 16 Dec, 2014 3 commits
  6. 15 Dec, 2014 5 commits
  7. 14 Dec, 2014 1 commit
  8. 13 Dec, 2014 5 commits
  9. 12 Dec, 2014 8 commits
  10. 11 Dec, 2014 4 commits
  11. 10 Dec, 2014 3 commits