1. 07 Haz, 2014 2 kayıt (commit)
  2. 06 Haz, 2014 6 kayıt (commit)
  3. 05 Haz, 2014 26 kayıt (commit)
  4. 04 Haz, 2014 5 kayıt (commit)
  5. 03 Haz, 2014 1 kayıt (commit)
    • Victor Stinner's avatar
      Issue #21326: Add asyncio.BaseEventLoop.is_closed() method · 17f36634
      Victor Stinner yazdı
      Add BaseEventLoop._closed attribute and use it to check if the event loop was
      closed or not, instead of checking different attributes in each subclass of
      BaseEventLoop.
      
      run_forever() and run_until_complete() now raises a RuntimeError('Event loop is
      closed') exception if the event loop was closed.
      
      BaseProactorEventLoop.close() now also cancels "accept futures".
      17f36634