1. 18 Dec, 2014 3 commits
    • Victor Stinner's avatar
      asyncio: sync with Tulip · 31da4315
      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
      31da4315
    • Victor Stinner's avatar
      asyncio: sync with Tulip · d8a2d75a
      Victor Stinner authored
      d8a2d75a
    • Victor Stinner's avatar
      Issue #23074: asyncio.get_event_loop() now raises an exception if the thread · dff40045
      Victor Stinner authored
      has no event loop even if assertions are disabled.
      dff40045
  2. 17 Dec, 2014 2 commits
  3. 16 Dec, 2014 3 commits
  4. 15 Dec, 2014 5 commits
  5. 14 Dec, 2014 1 commit
  6. 13 Dec, 2014 5 commits
  7. 12 Dec, 2014 8 commits
  8. 11 Dec, 2014 4 commits
  9. 10 Dec, 2014 7 commits
  10. 09 Dec, 2014 1 commit
  11. 08 Dec, 2014 1 commit