- 11 Ara, 2017 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
* Replace 'yield from' to 'await' in asyncio docs * Fix docstrings
-
- 10 Ara, 2017 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 09 Ara, 2017 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
* Add test for 'with (yield from lock)' * Deprecate with statement for asyncio locks * Document the deprecation
-
- 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
-
- 28 Kas, 2017 1 kayıt (commit)
-
-
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 ;-)
-
- 09 Haz, 2017 1 kayıt (commit)
-
-
Mathieu Sornay yazdı
Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue #27585
-
- 23 Agu, 2016 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 11 Haz, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
Patch by David Coles.
-
- 04 Haz, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 16 May, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 29 Eyl, 2015 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 25 Tem, 2015 2 kayıt (commit)
-
-
Victor Stinner yazdı
* Fix ResourceWarning warnings in test_streams * Return True from StreamReader.eof_received() to fix http://bugs.python.org/issue24539 (but still needs a unittest). Add StreamReader.__repr__() for easy debugging. * remove unused imports * Issue #234: Drop JoinableQueue on Python 3.5+
-
Victor Stinner yazdı
Move compatibility helpers for the different Python versions to a new asyncio.compat module.
-
- 13 May, 2015 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
- 18 Mar, 2015 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 10 Eyl, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Tem, 2014 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 28 Haz, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 10 Ock, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 19 Ara, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 02 Ara, 2013 2 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 25 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 21 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Kas, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
n structure.
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-