1. 21 Dec, 2014 1 commit
  2. 26 Dec, 2014 1 commit
  3. 25 Dec, 2014 1 commit
  4. 24 Dec, 2014 3 commits
  5. 23 Dec, 2014 1 commit
  6. 22 Dec, 2014 3 commits
  7. 20 Dec, 2014 3 commits
  8. 19 Dec, 2014 3 commits
  9. 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
  10. 17 Dec, 2014 2 commits
  11. 16 Dec, 2014 3 commits
  12. 15 Dec, 2014 5 commits
  13. 14 Dec, 2014 1 commit
  14. 13 Dec, 2014 5 commits
  15. 12 Dec, 2014 5 commits