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
*
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
*
asyncio: Replace connection_refused() with error_received().
Guido van Rossum
2013-11-16
1
-10/+23
*
asyncio: Better-looking errors when ssl module cannot be imported. In part by...
Guido van Rossum
2013-11-01
1
-0/+20
*
asyncio: Refactor ssl transport ready loop (Nikolay Kim).
Guido van Rossum
2013-11-01
1
-51/+83
*
Make various asyncio test files individually runnable
Antoine Pitrou
2013-10-20
1
-0/+4
*
Rename Transport.pause/resume to pause_reading/pause_writing. Also relax time...
Guido van Rossum
2013-10-18
1
-6/+6
*
Rename the logger to plain "logger".
Guido van Rossum
2013-10-17
1
-6/+6
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+1485