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
/
test
/
test_asyncio
/
test_selector_events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-30280: Cleanup threads in ayncio tests (#2501) (#2511)
Victor Stinner
2017-06-30
1
-5/+3
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+5
*
Issue #28369: Raise an error when transport's FD is used with add_reader
Yury Selivanov
2016-10-05
1
-32/+32
*
Issue #28283: Remove flaky test test_sock_connect_sock_write_race again
Berker Peksag
2016-10-01
1
-86/+0
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
1
-0/+86
*
Issue #28283: Remove flaky test test_sock_connect_sock_write_race
Berker Peksag
2016-09-27
1
-86/+0
*
test_asynico: fix test_sock_connect_sock_write_race()
Victor Stinner
2016-09-21
1
-1/+1
*
Issue #28176: Increase timeout for test_sock_connect_sock_write_race
Berker Peksag
2016-09-17
1
-1/+1
*
Issue #28176: Fix callbacks race in asyncio.SelectorLoop.sock_connect.
Yury Selivanov
2016-09-15
1
-23/+101
*
Issue #27906: Fix socket accept exhaustion during high TCP traffic.
Yury Selivanov
2016-09-15
1
-0/+14
*
asyncio: Use socket specs for getaddrinfo() in sock_connect()
Yury Selivanov
2016-06-28
1
-0/+11
*
Issue #27223: aio: Fix _read_ready and _write_ready to respect _conn_lost.
Yury Selivanov
2016-06-11
1
-17/+13
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
1
-5/+15
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
1
-3/+3
*
asyncio: sync with github asyncio
Victor Stinner
2015-07-09
1
-1/+1
*
asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
1
-0/+5
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
1
-1/+14
*
asyncio: Fix _SelectorSocketTransport constructor
Victor Stinner
2015-01-28
1
-5/+11
*
asyncio: Close transports in tests
Victor Stinner
2015-01-15
1
-0/+2
*
Issue #23243: Close explicitly transports in asyncio tests
Victor Stinner
2015-01-15
1
-144/+118
*
Issue #23243: Close explicitly event loops in asyncio tests
Victor Stinner
2015-01-15
1
-1/+15
*
asyncio: sync with Tulip
Victor Stinner
2015-01-14
1
-0/+1
*
Issue #23197, asyncio: On SSL handshake failure, check if the waiter is
Victor Stinner
2015-01-14
1
-4/+16
*
Issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-13
1
-1/+5
*
asyncio: sync with Tulip
Victor Stinner
2014-12-26
1
-3/+0
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
1
-1/+1
*
asyncio, Tulip issue 205: Fix a race condition in BaseSelectorEventLoop.sock_...
Victor Stinner
2014-08-31
1
-22/+52
*
asyncio: sync with Tulip
Victor Stinner
2014-08-25
1
-10/+14
*
asyncio: sync with Tulip
Victor Stinner
2014-07-23
1
-2/+2
*
asyncio: test_selector_events: remove duplicate call to _on_handshake() method
Victor Stinner
2014-07-16
1
-3/+3
*
asyncio tests: make quiet the logs of SSL handshake failures when running tests
Victor Stinner
2014-07-14
1
-7/+8
*
asyncio: sync with Tulip
Victor Stinner
2014-07-12
1
-6/+6
*
asyncio: Enable the debug mode of event loops when the PYTHONASYNCIODEBUG
Victor Stinner
2014-06-22
1
-2/+0
*
asyncio: Fix pyflakes errors
Victor Stinner
2014-06-18
1
-4/+1
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-17
1
-10/+11
*
Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop
Victor Stinner
2014-06-10
1
-3/+14
*
Fix for raising exception not derived from BaseException in _SelectorSslTrans...
Andrew Svetlov
2014-05-27
1
-0/+4
*
asyncio: Fix the second half of issue #21447: race in _write_to_self().
Guido van Rossum
2014-05-06
1
-2/+3
*
asyncio: Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
1
-2/+1
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-135/+135
*
asyncio, Tulip issue 139: Improve error messages on "fatal errors"
Victor Stinner
2014-02-19
1
-10/+26
*
asyncio: New error handling API. Issue #20681.
Yury Selivanov
2014-02-18
1
-5/+15
*
asyncio: Add support for UNIX Domain Sockets.
Yury Selivanov
2014-02-18
1
-1/+2
*
asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
Victor Stinner
2014-02-11
1
-4/+5
*
asyncio tests: Remove scories of resolution/granularity
Victor Stinner
2014-02-09
1
-1/+0
*
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
Victor Stinner
2014-01-25
1
-1/+2
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-39/+37
*
Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum
Victor Stinner
2014-01-25
1
-1/+3
*
asyncio: Change write buffer use to avoid O(N**2). Make write()/sendto() acce...
Guido van Rossum
2013-11-27
1
-47/+156
[next]