- 28 Mar, 2018 1 kayıt (commit)
-
-
Sam Dunster yazdı
* Also in docs
-
- 01 Şub, 2018 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 27 Ock, 2018 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 25 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
* bpo-32662: Implement Server.start_serving() and Server.serve_forever() New methods: * Server.start_serving(), * Server.serve_forever(), and * Server.is_serving(). Add 'start_serving' keyword parameter to loop.create_server() and loop.create_unix_server().
-
- 23 Ock, 2018 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 19 Ock, 2018 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 16 Ock, 2018 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 30 Ara, 2017 3 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
* Add abstract get_loop() method to Server, AbstractServer classes. * Add test cases for get_loop() method in Server, AbstractServer classes * Add documentation for get_loop() method
-
Yury Selivanov yazdı
-
- 20 Ara, 2017 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
* Make ssh_handshake_timeout None by default. * Raise ValueError if ssl_handshake_timeout is used without ssl. * Raise ValueError if ssl_handshake_timeout is not positive.
-
- 19 Ara, 2017 1 kayıt (commit)
-
-
Neil Aspinall yazdı
10 seconds by default.
-
- 15 Ara, 2017 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
* Implement functionality * Add documentation
-
- 13 Ara, 2017 1 kayıt (commit)
-
-
Yury Selivanov yazdı
asyncio.get_event_loop(), and, subsequently asyncio._get_running_loop() are one of the most frequently executed functions in asyncio. They also can't be sped up by third-party event loops like uvloop. When implemented in C they become 4x faster.
-
- 11 Ara, 2017 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 10 Ara, 2017 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 08 Ara, 2017 1 kayıt (commit)
-
-
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
-
- 20 Kas, 2017 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 07 Kas, 2017 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-31970: Reduce performance overhead of asyncio debug mode.
-
Marat Sharafutdinov yazdı
-
- 30 Eki, 2017 1 kayıt (commit)
-
-
Quentin Dawans yazdı
-
- 19 Eki, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* bpo-31819: Add AbstractEventLoop.sock_recv_into() * Add NEWS * Add doc
-
- 06 Eyl, 2017 1 kayıt (commit)
-
-
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
-
- 25 Nis, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
-
- 03 Mar, 2017 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 08 Kas, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 04 Kas, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
when called from coroutines or callbacks.
-
- 03 Kas, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Run expensive type checks only in debug mode. In addition, stop supporting passing handles to loop.run_in_executor.
-
- 15 Eyl, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by iceboy.
-
Yury Selivanov yazdı
-
- 09 Eyl, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 16 May, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 05 Eki, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Eyl, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
sequence of strings. Patch written by Yann Sionneau.
-
- 25 Tem, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 11 May, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 03 May, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-