1. 11 Eyl, 2018 1 kayıt (commit)
  2. 08 Agu, 2018 1 kayıt (commit)
  3. 04 Haz, 2018 1 kayıt (commit)
    • Yury Selivanov's avatar
      bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) · 96026431
      Yury Selivanov yazdı
      * Fix AttributeError (not all SSL exceptions have 'errno' attribute)
      
      * Increase default handshake timeout from 10 to 60 seconds
      * Make sure start_tls can be cancelled correctly
      * Make sure any error in SSLProtocol gets propagated (instead of just being logged)
      96026431
  4. 30 May, 2018 1 kayıt (commit)
  5. 29 May, 2018 1 kayıt (commit)
  6. 28 Mar, 2018 1 kayıt (commit)
  7. 01 Şub, 2018 1 kayıt (commit)
  8. 27 Ock, 2018 1 kayıt (commit)
  9. 25 Ock, 2018 1 kayıt (commit)
  10. 23 Ock, 2018 1 kayıt (commit)
  11. 19 Ock, 2018 1 kayıt (commit)
  12. 16 Ock, 2018 1 kayıt (commit)
  13. 30 Ara, 2017 3 kayıt (commit)
  14. 20 Ara, 2017 1 kayıt (commit)
  15. 19 Ara, 2017 1 kayıt (commit)
  16. 15 Ara, 2017 1 kayıt (commit)
  17. 13 Ara, 2017 1 kayıt (commit)
  18. 11 Ara, 2017 1 kayıt (commit)
  19. 10 Ara, 2017 1 kayıt (commit)
  20. 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
  21. 20 Kas, 2017 1 kayıt (commit)
  22. 07 Kas, 2017 2 kayıt (commit)
  23. 30 Eki, 2017 1 kayıt (commit)
  24. 19 Eki, 2017 1 kayıt (commit)
  25. 06 Eyl, 2017 1 kayıt (commit)
    • jimmylai's avatar
      bpo-31350: Optimize get_event_loop and _get_running_loop (#3347) · 80bbe6a7
      jimmylai yazdı
      * call remove_done_callback in finally section
      
      * Optimize get_event_loop and _get_running_loop
      
      * rename _loop_pid as loop_pid and add blurb news
      
      * rename _loop_pid as loop_pid and add blurb news
      
      * add back _RunningLoop
      
      * Update 2017-09-05-10-30-48.bpo-31350.dXJ-7N.rst
      
      * Update 2017-09-05-10-30-48.bpo-31350.dXJ-7N.rst
      80bbe6a7
  26. 25 Nis, 2017 1 kayıt (commit)
  27. 03 Mar, 2017 2 kayıt (commit)
  28. 08 Kas, 2016 1 kayıt (commit)
  29. 04 Kas, 2016 1 kayıt (commit)
  30. 03 Kas, 2016 1 kayıt (commit)
  31. 15 Eyl, 2016 2 kayıt (commit)
  32. 09 Eyl, 2016 1 kayıt (commit)
  33. 16 May, 2016 2 kayıt (commit)
  34. 05 Eki, 2015 1 kayıt (commit)