1. 02 Agu, 2017 1 kayıt (commit)
  2. 25 Tem, 2017 1 kayıt (commit)
  3. 05 Tem, 2017 1 kayıt (commit)
  4. 30 Haz, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30280: Cleanup threads in ayncio tests (#2501) · b9030674
      Victor Stinner yazdı
      * bpo-30280: asyncio now cleans up threads
      
      asyncio base TestCase now uses threading_setup() and
      threading_cleanup() of test.support to cleanup threads.
      
      * asyncio: Fix TestBaseSelectorEventLoop cleanup
      
      bpo-30280: TestBaseSelectorEventLoop of
      test.test_asyncio.test_selector_events now correctly closes the event
      loop: cleanup its executor to not leak threads.
      
      Don't override the close() method of the event loop, only override
      the_close_self_pipe() method.
      b9030674
  5. 11 Haz, 2017 2 kayıt (commit)
  6. 10 Haz, 2017 1 kayıt (commit)
  7. 09 Haz, 2017 2 kayıt (commit)
  8. 15 May, 2017 1 kayıt (commit)
  9. 11 May, 2017 1 kayıt (commit)
  10. 27 Mar, 2017 1 kayıt (commit)
  11. 12 Mar, 2017 1 kayıt (commit)
  12. 03 Mar, 2017 5 kayıt (commit)
  13. 16 Ara, 2016 3 kayıt (commit)
  14. 01 Ara, 2016 2 kayıt (commit)
  15. 21 Kas, 2016 1 kayıt (commit)
  16. 15 Kas, 2016 2 kayıt (commit)
  17. 14 Kas, 2016 1 kayıt (commit)
  18. 09 Kas, 2016 2 kayıt (commit)
  19. 08 Kas, 2016 1 kayıt (commit)
  20. 07 Kas, 2016 1 kayıt (commit)
  21. 04 Kas, 2016 1 kayıt (commit)
  22. 03 Kas, 2016 1 kayıt (commit)
  23. 28 Eki, 2016 1 kayıt (commit)
    • Yury Selivanov's avatar
      Issue #28544: Implement asyncio.Task in C. · a0c1ba60
      Yury Selivanov yazdı
      This implementation provides additional 10-20% speed boost for
      asyncio programs.
      
      The patch also fixes _asynciomodule.c to use Arguments Clinic, and
      makes '_schedule_callbacks' an overridable method (as it was in 3.5).
      a0c1ba60
  24. 24 Eki, 2016 1 kayıt (commit)
  25. 21 Eki, 2016 1 kayıt (commit)
  26. 20 Eki, 2016 1 kayıt (commit)
  27. 09 Eki, 2016 2 kayıt (commit)
  28. 07 Eki, 2016 1 kayıt (commit)