index
:
delta/python-packages/trollius.git
asyncio
iocp
issue-26
master
newcancel
pep479
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-py26
trollius-win
trollius_greenio
trollius_interop_asyncio
uninterpolate
bitbucket.org: Obsolete (use python-packages/trollius-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance BaseProactorEventLoop._loop_self_reading()
Victor Stinner
2015-01-16
1
-2
/
+3
*
tests: Remove unused function; inline another function
Victor Stinner
2015-01-16
1
-9
/
+1
*
Issue #22685: Fix test_pause_reading() of test_subprocess
Victor Stinner
2015-01-15
1
-2
/
+12
*
Python issue #23219: cancelling wait_for() now cancels the task
Victor Stinner
2015-01-15
1
-0
/
+27
*
Close transports in tests
Victor Stinner
2015-01-15
4
-3
/
+15
*
Python issue #23243: Close explicitly transports in tests
Victor Stinner
2015-01-15
3
-277
/
+226
*
Python issue #23243: Close explicitly event loops in tests
Victor Stinner
2015-01-15
3
-1
/
+20
*
Python issue #23243: Fix _UnixWritePipeTransport.close()
Victor Stinner
2015-01-15
1
-0
/
+3
*
Fix test_events on Python older than 3.5
Victor Stinner
2015-01-14
1
-0
/
+17
*
Tests: explicitly close event loops and transports
Victor Stinner
2015-01-14
5
-0
/
+9
*
Python issue #23197: On SSL handshake failure, check if the waiter is cancelled
Victor Stinner
2015-01-14
2
-4
/
+61
*
Python issue #23173: Fix SubprocessStreamProtocol.connection_made() to handle
Victor Stinner
2015-01-14
1
-0
/
+36
*
Python issue #22560: New SSL implementation based on ssl.MemoryBIO
Victor Stinner
2015-01-14
2
-11
/
+53
*
Tulip issue 184: Fix test_pipe() on Windows
Victor Stinner
2015-01-13
1
-1
/
+2
*
Python issue #23209, #23225: selectors.BaseSelector.get_key() now raises a
Victor Stinner
2015-01-13
1
-4
/
+7
*
Tulip issue #184: FlowControlMixin constructor now get the event loop if the
Victor Stinner
2015-01-09
1
-0
/
+19
*
Replace test_selectors.py with the file of Python 3.5 adapted for asyncio and
Victor Stinner
2015-01-09
1
-161
/
+395
*
Truncate to 80 columns
Victor Stinner
2015-01-09
5
-18
/
+37
*
Python issue #23140: Simplify the unit test
Victor Stinner
2015-01-06
1
-8
/
+6
*
Issue #23140: Fix cancellation of Process.wait(). Check the state of the waiter
Victor Stinner
2015-01-06
1
-0
/
+28
*
CPython doesn't have asyncio.test_support
Victor Stinner
2014-12-26
6
-24
/
+46
*
Python issue #22926: In debug mode, call_soon(), call_at() and call_later()
Victor Stinner
2014-12-26
3
-39
/
+66
*
Fix pyflakes warnings: remove unused imports and variables
Victor Stinner
2014-12-19
3
-7
/
+2
*
asyncio.test_support now uses test.support and test.script_helper if available
Victor Stinner
2014-12-19
6
-48
/
+25
*
IocpProactor.wait_for_handle() test now also checks the result of the future
Victor Stinner
2014-12-19
1
-2
/
+6
*
Copy a subset of test.support from CPython 3.5 to no more depend on the test
Victor Stinner
2014-12-18
6
-16
/
+37
*
Python issue #23074: get_event_loop() now raises an exception if the thread has
Victor Stinner
2014-12-18
1
-2
/
+2
*
Fix subprocess for close_fds=False on Python 3.3
Victor Stinner
2014-12-11
1
-0
/
+21
*
Tulip issue #202: Add unit test of pause/resume writing for proactor socket
Victor Stinner
2014-12-11
1
-0
/
+82
*
Python issue #22429: Fix EventLoop.run_until_complete(), don't stop the event
Victor Stinner
2014-12-05
1
-0
/
+25
*
Python issue #22685: Fix test_pause_reading() of test_subprocess
Victor Stinner
2014-12-04
1
-7
/
+12
*
Removed duplicated words in in comments and docs. Patch written by Serhiy
Victor Stinner
2014-12-04
1
-1
/
+1
*
Python issue #22922: More EventLoop methods fail if the loop is closed. Initial
Victor Stinner
2014-12-04
1
-1
/
+34
*
Python issue #22921: Don't require OpenSSL SNI to pass hostname to ssl
Benjamin Peterson
2014-11-25
2
-9
/
+1
*
Python issue #22685: Set the transport of stdout and stderr StreamReader
Victor Stinner
2014-11-25
1
-0
/
+32
*
Coroutine objects are now rejected with a TypeError by the following functions:
Victor Stinner
2014-11-20
2
-15
/
+25
*
test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner
2014-11-20
1
-1
/
+3
*
Fix formatting of the "Future exception was never retrieved"
Victor Stinner
2014-11-20
1
-23
/
+42
*
Fix test_events.py on Python 3.3: ssl.Purpose was introduced in Python 3.4
Victor Stinner
2014-11-20
1
-16
/
+18
*
CPython issue #22784: fix test_asyncio when the ssl module isn't available. (...
Guido van Rossum
2014-11-14
1
-8
/
+9
*
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Guido van Rossum
2014-11-14
1
-0
/
+12
*
Python issue #22641: On Python 3.4 and newer, the default SSL context for
Victor Stinner
2014-11-05
2
-11
/
+39
*
Move loop attribute to _FlowControlMixin
Victor Stinner
2014-11-05
1
-1
/
+2
*
Reuse socket.socketpair() on Windows if available
Victor Stinner
2014-10-14
1
-0
/
+4
*
run_forever() now consumes BaseException of the temporary task
Victor Stinner
2014-10-11
1
-1
/
+21
*
test_tasks: Fix test_env_var_debug to use correct asyncio module (issue #207)
Yury Selivanov
2014-09-25
1
-4
/
+11
*
Improve canceled timer callback handles cleanup (CPython issue #22448)
Yury Selivanov
2014-09-25
2
-10
/
+88
*
Fix Handle and TimerHandle repr in debug mode
Victor Stinner
2014-09-17
1
-4
/
+5
*
Tulip issue #205: Fix a race condition in BaseSelectorEventLoop.sock_connect()
Victor Stinner
2014-08-31
1
-22
/
+52
*
Tulip issue #201: Fix a race condition in wait_for()
Victor Stinner
2014-08-28
1
-0
/
+15
[next]