1. 24 Ock, 2018 1 kayıt (commit)
  2. 23 Ock, 2018 1 kayıt (commit)
  3. 25 Ara, 2017 1 kayıt (commit)
  4. 23 Ara, 2017 1 kayıt (commit)
  5. 19 Ara, 2017 1 kayıt (commit)
  6. 17 Ara, 2017 1 kayıt (commit)
  7. 16 Ara, 2017 1 kayıt (commit)
  8. 15 Ara, 2017 1 kayıt (commit)
  9. 11 Ara, 2017 1 kayıt (commit)
  10. 10 Ara, 2017 1 kayıt (commit)
  11. 08 Ara, 2017 1 kayıt (commit)
    • Andrew Svetlov's avatar
      bpo-32193: Convert asyncio to async/await usage (#4753) · 5f841b55
      Andrew Svetlov yazdı
      * Convert asyncio/tasks.py to async/await
      
      * Convert asyncio/queues.py to async/await
      
      * Convert asyncio/test_utils.py to async/await
      
      * Convert asyncio/base_subprocess.py to async/await
      
      * Convert asyncio/subprocess.py to async/await
      
      * Convert asyncio/streams.py to async/await
      
      * Fix comments
      
      * Convert asyncio/locks.py to async/await
      
      * Convert asyncio.sleep to async def
      
      * Add a comment
      
      * Add missing news
      
      * Convert stubs from AbstrctEventLoop to async functions
      
      * Convert subprocess_shell/subprocess_exec
      
      * Convert connect_read_pipe/connect_write_pip to async/await syntax
      
      * Convert create_datagram_endpoint
      
      * Convert create_unix_server/create_unix_connection
      
      * Get rid of old style coroutines in unix_events.py
      
      * Convert selector_events.py to async/await
      
      * Convert wait_closed and create_connection
      
      * Drop redundant line
      
      * Convert base_events.py
      
      * Code cleanup
      
      * Drop redundant comments
      
      * Fix indentation
      
      * Add explicit tests for compatibility between old and new coroutines
      
      * Convert windows event loop to use async/await
      
      * Fix double awaiting of async function
      
      * Convert asyncio/locks.py
      
      * Improve docstring
      
      * Convert tests to async/await
      
      * Convert more tests
      
      * Convert more tests
      
      * Convert more tests
      
      * Convert tests
      
      * Improve test
      5f841b55
  12. 28 Kas, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      asyncio: Remove asyncio/compat.py (#4606) · 3f438a9f
      Victor Stinner yazdı
      The asyncio/compat.py file was written to support Python < 3.5 and
      Python < 3.5.2. But Python 3.5 doesn't accept bugfixes anymore, only
      security fixes. There is no more need to backport bugfixes to Python
      3.5, and so no need to have a single code base for Python 3.5, 3.6
      and 3.7.
      
      Say hello (again) to "async" and "await", who became real keywords in
      Python 3.7 ;-)
      3f438a9f
  13. 05 Eki, 2017 1 kayıt (commit)
  14. 11 Haz, 2017 1 kayıt (commit)
  15. 11 May, 2017 1 kayıt (commit)
  16. 25 Nis, 2017 1 kayıt (commit)
  17. 21 Nis, 2017 1 kayıt (commit)
  18. 07 Şub, 2017 1 kayıt (commit)
  19. 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
  20. 21 Eki, 2016 1 kayıt (commit)
  21. 09 Eki, 2016 1 kayıt (commit)
  22. 30 Eyl, 2016 1 kayıt (commit)
  23. 15 Eyl, 2016 2 kayıt (commit)
  24. 09 Eyl, 2016 2 kayıt (commit)
    • Guido van Rossum's avatar
      Merge asyncio upstream. · 7b3b3dc8
      Guido van Rossum yazdı
      7b3b3dc8
    • Guido van Rossum's avatar
      Rename Future._blocking to _asyncio_future_blocking. · 1140a034
      Guido van Rossum yazdı
      This is now an official "protected" API that can be used to write
      classes that are duck-type-compatible with Future without subclassing
      it.  (For that purpose I also changed isinstance(result, Future) to
      check for this attribute instead.)
      
      Hopefully Amber Brown can use this to make Twisted.Deferred compatible
      with asyncio.Future.
      
      Tests and docs are TBD.
      1140a034
  25. 08 Haz, 2016 1 kayıt (commit)
  26. 16 May, 2016 1 kayıt (commit)
  27. 01 Nis, 2016 1 kayıt (commit)
  28. 11 Ock, 2016 2 kayıt (commit)
  29. 11 Ara, 2015 1 kayıt (commit)
  30. 20 Kas, 2015 1 kayıt (commit)
  31. 17 Kas, 2015 2 kayıt (commit)
  32. 16 Kas, 2015 1 kayıt (commit)
  33. 05 Kas, 2015 1 kayıt (commit)
  34. 05 Eki, 2015 1 kayıt (commit)
  35. 03 Eki, 2015 1 kayıt (commit)
  36. 02 Eki, 2015 1 kayıt (commit)