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
*
Merge with default
Victor Stinner
2014-01-31
1
-0
/
+196
|
\
|
*
Merge default -> subprocess_stream: whitespace cleanup, set_exception(<class>...
Guido van Rossum
2014-01-30
1
-0
/
+196
|
|
\
|
|
*
Fix unit tests
Victor Stinner
2014-01-30
1
-5
/
+5
|
|
*
"sleep 1" is not a valid shell command on Windows
Victor Stinner
2014-01-30
1
-2
/
+5
|
|
*
Merge with default
Victor Stinner
2014-01-30
1
-0
/
+193
|
|
|
\
|
|
|
*
Fix _UnixWritePipeTransport: raise BrokenPipeError when the pipe is closed
Victor Stinner
2014-01-30
1
-0
/
+13
|
|
|
*
test_subprocess: more tests from test_events.py
Victor Stinner
2014-01-30
1
-16
/
+68
|
|
|
*
Backout f9e077be6d3b (Add an optional loop parameter to get_child_watcher())
Victor Stinner
2014-01-29
1
-15
/
+46
|
|
|
*
Drop call() function
Victor Stinner
2014-01-29
1
-10
/
+0
|
|
|
*
Allow to call get_subprocess() even if the process is dead
Victor Stinner
2014-01-29
1
-0
/
+17
|
|
|
*
add a test on communicate()
Victor Stinner
2014-01-29
1
-0
/
+24
|
|
|
*
add an unit test for stdin/stdout
Victor Stinner
2014-01-29
1
-3
/
+40
|
|
|
*
Add an optional loop parameter to get_child_watcher()
Victor Stinner
2014-01-29
1
-0
/
+2
|
|
|
*
Add a first unit test for subprocess
Victor Stinner
2014-01-29
1
-0
/
+27
*
|
|
|
Copy a bunch of fixes by Victor for the Proactor event loop from the CPython ...
Guido van Rossum
2014-01-31
2
-2
/
+9
|
/
/
/
*
|
|
Normalize whitespace (use "make pep8" to verify).
Guido van Rossum
2014-01-30
2
-13
/
+14
*
|
|
Future.set_exception(exc) now instanciate exc if it is a class
Victor Stinner
2014-01-30
1
-0
/
+5
|
/
/
*
|
subprocess_shell() and subprocess_exec() methods of BaseEventLoop now raises a
Victor Stinner
2014-01-29
1
-0
/
+32
|
/
*
wait_for() now accepts None as timeout
Victor Stinner
2014-01-28
1
-0
/
+11
*
Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them from que...
Guido van Rossum
2014-01-25
1
-2
/
+2
*
Locks refactor: use a separate context manager; remove Semaphore._locked.
Guido van Rossum
2014-01-25
1
-0
/
+35
*
Make the new granularity attribute private
Victor Stinner
2014-01-26
1
-2
/
+2
*
Don't export BaseEventLoop, BaseSelectorEventLoop nor BaseProactorEventLoop
Victor Stinner
2014-01-25
4
-8
/
+12
*
Export more symbols: BaseEventLoop, BaseProactorEventLoop,
Victor Stinner
2014-01-25
5
-48
/
+43
*
Add a granularity attribute to BaseEventLoop: maximum between the resolution of
Victor Stinner
2014-01-25
3
-1
/
+30
*
Issue #111: StreamReader.readexactly() now raises an IncompleteReadError if the
Victor Stinner
2014-01-24
1
-2
/
+6
*
Only skip PTY tests with the kqueue selector
Victor Stinner
2014-01-24
1
-6
/
+12
*
_UnixWritePipeTransport now also supports character devices, as
Victor Stinner
2014-01-24
1
-0
/
+50
*
Unit tests: pick symbols from the asyncio module
Victor Stinner
2014-01-24
1
-5
/
+4
*
Unit tests use the main asyncio module instead of submodules like events
Victor Stinner
2014-01-24
11
-812
/
+778
*
Skip test_events.test_read_pty_output() on Mac OS X older than 10.9 (Maverick)
Victor Stinner
2014-01-23
1
-0
/
+3
*
wait_for() now cancels the future on timeout. Patch written by Gustavo
Victor Stinner
2014-01-22
1
-15
/
+14
*
Fix ResourceWarning in test_windows_events:
Victor Stinner
2014-01-11
1
-0
/
+1
*
Minimal pty support, by Jonathan Slenders.
Guido van Rossum
2014-01-10
1
-0
/
+42
*
Victor Stinner (CPython issue 19967): Future can have __del__ thanks to PEP 442.
Guido van Rossum
2013-12-19
1
-1
/
+5
*
Shorten lines.
Guido van Rossum
2013-12-19
1
-1
/
+2
*
Skip some tests if SNI not supported.
Guido van Rossum
2013-12-18
1
-1
/
+7
*
Relax some more timeouts.
Guido van Rossum
2013-12-18
1
-2
/
+2
*
Skip SSL tests with IOCP event loop.
Guido van Rossum
2013-12-06
1
-2
/
+11
*
SSL hostname checking changes from CPython repo by Christian Heimes.
Guido van Rossum
2013-12-06
5
-17
/
+305
*
Add Task.current_task([loop]). By Vladimir Kryachko.
Guido van Rossum
2013-12-05
1
-0
/
+36
*
Change proactor buffer management.
Guido van Rossum
2013-12-02
1
-7
/
+7
*
Incorporate selectors.py refactoring from CPython repo.
Guido van Rossum
2013-12-02
1
-1
/
+1
*
Make writelines() join the lines before calling write(). Fixes issue 92.
Guido van Rossum
2013-12-02
1
-2
/
+8
*
Replace some asserts with proper exceptions.
Guido van Rossum
2013-11-27
1
-4
/
+5
*
Support bytearray/memoryview arguments to write(), sendto(). Fixes issue 27.
Guido van Rossum
2013-11-27
1
-0
/
+105
*
Experimental bytearray buffer.
Guido van Rossum
2013-11-26
1
-43
/
+46
*
Fix amount of indentation -- CPython's precommit script complained.
Guido van Rossum
2013-11-27
1
-5
/
+5
*
Fix get_event_loop() to call set_event_loop() when setting the loop. By Antho...
Guido van Rossum
2013-11-27
1
-0
/
+16
*
Hopeful fix for CPython issue 19765.
Guido van Rossum
2013-11-25
1
-0
/
+1
[next]