index
:
delta/python-packages/trollius-git.git
1.0.4
2.2
asyncio
closing
iocp
issue-26
issue_222
master
newcancel
proactor
remove-joinable-queue
subproces-stream
subprocess_stream
traceback
trollius
trollius-2.1.post1
uninterpolate
wiki
github.com: jamadden/trollius.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
1
-0
/
+5
*
Fix warning in test_close_kill_running()
Victor Stinner
2015-02-17
1
-0
/
+1
*
Python issue #23475: Fix test_close_kill_running()
Victor Stinner
2015-02-17
1
-2
/
+10
*
tests: Use os.devnull instead of hardcoded '/dev/null'.
Victor Stinner
2015-02-17
1
-3
/
+3
*
Merge branch remove-joinable-queue.
A. Jesse Jiryu Davis
2015-02-14
1
-5
/
+5
|
\
|
*
Tulip issue #220: Merge JoinableQueue with Queue.
A. Jesse Jiryu Davis
2015-01-23
1
-5
/
+5
|
*
test_selectors: use asyncio.test_support if test.support is missing
Victor Stinner
2015-01-21
1
-1
/
+4
|
*
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
|
*
Add run_aiotest.py
Victor Stinner
2014-12-12
24
-0
/
+12939
*
BaseSubprocessTransport.close() doesn't try to kill the process if it already
Victor Stinner
2015-02-10
1
-0
/
+55
*
Only call _check_resolved_address() in debug mode
Victor Stinner
2015-02-04
1
-0
/
+4
*
Python issue #23347: send_signal(), terminate(), kill() don't check if the
Victor Stinner
2015-01-30
1
-16
/
+0
*
Fix ResourceWarning in test_subprocess.test_proc_exit()
Victor Stinner
2015-01-30
1
-0
/
+2
*
Python issue #23347: send_signal(), kill() and terminate() methods of
Victor Stinner
2015-01-29
1
-0
/
+65
*
Python issue #23347: Refactor creation of subprocess transports
Victor Stinner
2015-01-29
1
-17
/
+18
*
Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning when an
Victor Stinner
2015-01-29
1
-1
/
+5
*
Python issue #23243: test_sslproto: Close explicitly transports
Victor Stinner
2015-01-29
1
-4
/
+3
*
Fix BaseSelectorEventLoop._accept_connection()
Victor Stinner
2015-01-29
1
-13
/
+24
*
Fix _UnixReadPipeTransport and _UnixWritePipeTransport
Victor Stinner
2015-01-29
1
-18
/
+11
*
Fix _SelectorSslTransport.close()
Victor Stinner
2015-01-29
1
-1
/
+14
*
Fix _SelectorSocketTransport constructor
Victor Stinner
2015-01-29
1
-5
/
+11
*
Fix SSLProtocol.eof_received()
Victor Stinner
2015-01-28
1
-11
/
+29
*
test_sslproto: skip test if ssl module is missing
Victor Stinner
2015-01-27
1
-0
/
+5
*
Python issue #23293: Rewrite IocpProactor.connect_pipe() as a coroutine
Victor Stinner
2015-01-26
1
-0
/
+13
[next]