1. 11 Ara, 2017 1 kayıt (commit)
  2. 10 Ara, 2017 1 kayıt (commit)
  3. 09 Ara, 2017 1 kayıt (commit)
  4. 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
  5. 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
  6. 09 Haz, 2017 1 kayıt (commit)
  7. 23 Agu, 2016 1 kayıt (commit)
  8. 11 Haz, 2016 1 kayıt (commit)
  9. 04 Haz, 2016 1 kayıt (commit)
  10. 16 May, 2016 1 kayıt (commit)
  11. 29 Eyl, 2015 1 kayıt (commit)
  12. 25 Tem, 2015 2 kayıt (commit)
  13. 13 May, 2015 2 kayıt (commit)
  14. 18 Mar, 2015 1 kayıt (commit)
  15. 10 Eyl, 2014 1 kayıt (commit)
  16. 26 Tem, 2014 1 kayıt (commit)
  17. 28 Haz, 2014 1 kayıt (commit)
  18. 26 Ock, 2014 1 kayıt (commit)
  19. 10 Ock, 2014 1 kayıt (commit)
  20. 19 Ara, 2013 1 kayıt (commit)
  21. 02 Ara, 2013 2 kayıt (commit)
  22. 25 Kas, 2013 1 kayıt (commit)
  23. 23 Kas, 2013 1 kayıt (commit)
  24. 21 Kas, 2013 1 kayıt (commit)
  25. 04 Kas, 2013 1 kayıt (commit)
  26. 17 Eki, 2013 1 kayıt (commit)