index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
base_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.5] call remove_done_callback in finally section (GH-1688) (#1758)
Ćukasz Langa
2017-05-23
1
-1/+2
*
Issue #28652: Partially rollback previous changes
Yury Selivanov
2016-11-21
1
-12/+10
*
Issue #28652: Make loop methods reject socket kinds they do not support.
Yury Selivanov
2016-11-09
1
-11/+45
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-1/+6
*
asyncio: Sync with upstream
Yury Selivanov
2016-11-03
1
-0/+3
*
Issue #28600: Optimize loop.call_soon().
Yury Selivanov
2016-11-03
1
-21/+19
*
Issue #26796: Don't configure the number of workers for default threadpool ex...
Yury Selivanov
2016-10-21
1
-4/+1
*
Issue #28371: Deprecate passing asyncio.Handles to run_in_executor.
Yury Selivanov
2016-10-05
1
-0/+3
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
1
-18/+10
*
Issue #28174: Handle when SO_REUSEPORT isn't properly supported (asyncio)
Yury Selivanov
2016-09-15
1
-12/+13
*
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov
2016-09-15
1
-1/+1
*
Another asyncio sync.
Yury Selivanov
2016-09-15
1
-4/+5
*
asyncio: Sync with the upstream
Yury Selivanov
2016-09-15
1
-0/+60
*
Merge asyncio upstream.
Guido van Rossum
2016-09-09
1
-1/+1
*
Issue #27392: Add loop.connect_accepted_socket().
Yury Selivanov
2016-07-12
1
-4/+24
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
1
-69/+47
*
asyncio: Fix getaddrinfo to accept service names (for port)
Yury Selivanov
2016-06-02
1
-3/+19
*
asyncio: Support host=b'' for getaddrinfo
Yury Selivanov
2016-06-02
1
-1/+1
*
asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info)
Yury Selivanov
2016-05-21
1
-1/+1
*
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
Yury Selivanov
2016-05-20
1
-0/+5
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
1
-7/+11
*
Issue #27040: Add loop.get_exception_handler method
Yury Selivanov
2016-05-16
1
-0/+5
*
asyncio: Don't log ConnectionAbortedError
Victor Stinner
2016-04-01
1
-0/+6
*
asyncio: Remove duplicate bind addresses in create_server.
Yury Selivanov
2016-03-02
1
-2/+5
*
asyncio: Skip getaddrinfo if host is already resolved.
Yury Selivanov
2015-12-17
1
-39/+80
*
Issue #25593: Change semantics of EventLoop.stop().
Guido van Rossum
2015-11-19
1
-16/+9
*
Issue #23972: updates to asyncio datagram API. By Chris Laws.
Guido van Rossum
2015-10-05
1
-66/+108
*
Issue #23630, asyncio: host parameter of loop.create_server() can now be a
Victor Stinner
2015-09-21
1
-7/+28
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
1
-1/+2
*
asyncio: Sync with mainstream
Yury Selivanov
2015-08-04
1
-1/+1
*
asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is ru...
Yury Selivanov
2015-05-12
1
-35/+45
*
asyncio: Support PEP 492. Issue #24017.
Yury Selivanov
2015-05-12
1
-9/+38
*
asyncio: async() function is deprecated in favour of ensure_future().
Yury Selivanov
2015-05-11
1
-1/+1
*
Sync asyncio changes from the main repo.
Yury Selivanov
2015-05-11
1
-11/+33
*
asyncio: BaseEventLoop: rename _owner to _thread_id
Victor Stinner
2015-02-05
1
-6/+6
*
asyncio: Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
1
-16/+32
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
1
-0/+11
*
asyncio: sync with Tulip
Victor Stinner
2015-01-27
1
-1/+2
*
Issue #23208, asyncio: Add BaseEventLoop._current_handle
Victor Stinner
2015-01-26
1
-6/+19
*
asyncio: Close transports on error
Victor Stinner
2015-01-26
1
-3/+21
*
asyncio: BaseEventLoop._create_connection_transport() catchs any exception, not
Victor Stinner
2015-01-21
1
-1/+1
*
asyncio: pyflakes, remove unused import
Victor Stinner
2015-01-21
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-1/+6
*
asyncio: Truncate to 80 columns
Victor Stinner
2015-01-08
1
-2/+2
*
asyncio: _make_ssl_transport: make the waiter parameter optional
Victor Stinner
2015-01-08
1
-1/+1
*
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
Victor Stinner
2015-01-06
1
-1/+1
*
Issue #22926: In debug mode, call_soon(), call_at() and call_later() methods of
Victor Stinner
2014-12-26
1
-18/+20
*
Issue #23074: asyncio.get_event_loop() now raises an exception if the thread
Victor Stinner
2014-12-18
1
-1/+1
*
Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the
Victor Stinner
2014-12-05
1
-2/+12
*
Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch
Victor Stinner
2014-12-04
1
-0/+4
[next]