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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add examples showing how to attach a read or write pipe to a subprocess
Victor Stinner
2014-02-01
2
-0
/
+66
*
Drop call() function
Victor Stinner
2014-01-29
1
-2
/
+3
*
Remove Popen.close()
Victor Stinner
2014-01-29
1
-1
/
+0
*
Export PIPE, STDOUT and DEVNULL constants in asyncio.subprocess
Victor Stinner
2014-01-29
2
-9
/
+8
*
Rename subprocess_streams.py to subprocess.py to get asyncio.subprocess name
Victor Stinner
2014-01-29
1
-1
/
+1
*
Create a Popen object without the protocol methods
Victor Stinner
2014-01-29
1
-0
/
+1
*
Add call() function
Victor Stinner
2014-01-29
1
-6
/
+4
*
Add a communicate() method
Victor Stinner
2014-01-29
1
-5
/
+2
*
Update to my latested patch subprocess_streams-3.patch
Victor Stinner
2014-01-29
3
-31
/
+22
*
Merge with default
Victor Stinner
2014-01-29
6
-15
/
+35
|
\
|
*
Fix ResourceWarning in tcp and udp echo examples
Victor Stinner
2014-01-28
2
-5
/
+9
|
*
examples: close the event loop
Victor Stinner
2014-01-28
5
-10
/
+25
|
*
Close loop in crawl.py example (mostly for IOCP).
Guido van Rossum
2014-01-28
1
-0
/
+1
*
|
Add timeout parameter to SubprocessStreamProtocol.wait()
Victor Stinner
2014-01-28
1
-7
/
+3
*
|
Don't create pipes for stdin, stdout, stderr by default
Victor Stinner
2014-01-28
2
-3
/
+10
*
|
Add get_pid(), get_subprocess() and close() methods to SubprocessStreamProtocol
Victor Stinner
2014-01-28
2
-7
/
+14
*
|
Add another subprocess example
Victor Stinner
2014-01-28
1
-0
/
+49
*
|
add missing import
Victor Stinner
2014-01-28
1
-0
/
+1
*
|
subprocess_shell example: use proactor event loop on Windows
Victor Stinner
2014-01-28
1
-1
/
+5
*
|
subprocess_shell example: catch BrokenPipeError and ConnectionResetError
Victor Stinner
2014-01-28
1
-9
/
+14
*
|
Rewrite subprocess_shell example to use the subprocess_stream module
Victor Stinner
2014-01-28
1
-72
/
+20
*
|
Apply Guido's my_subprocess_3.patch
Victor Stinner
2014-01-28
1
-0
/
+134
|
/
*
The standard readexactly() now raises on a short read, so kill the custom wra...
Guido van Rossum
2014-01-26
1
-22
/
+2
*
Prune stale collections before closing oldest ones. Improve cloose logging.
Guido van Rossum
2014-01-10
1
-6
/
+36
*
Refactor: introduce Connection class.
Guido van Rossum
2014-01-10
1
-78
/
+99
*
Refactor Logger: No more VPrinter base class.
Guido van Rossum
2014-01-09
1
-104
/
+85
*
Better reporting.
Guido van Rossum
2014-01-09
1
-12
/
+61
*
Change max tasks/pool default to 100. Add TODOs. PEP8 tweaks.
Guido van Rossum
2014-01-09
1
-5
/
+10
*
Connection pool limits; strict/lenient host matching.
Guido van Rossum
2014-01-09
1
-22
/
+120
*
Fix serious leak in connection pool (still a minor one left).
Guido van Rossum
2014-01-08
1
-17
/
+47
*
Ignore now-closed connections in pool.
Guido van Rossum
2014-01-08
1
-0
/
+4
*
A new crawler example.
Guido van Rossum
2014-01-08
1
-0
/
+668
*
Fix bug in chunked reader (must read final CRLF).
Guido van Rossum
2014-01-08
1
-7
/
+7
*
Oops. Added a file by accident.
Guido van Rossum
2013-12-20
1
-89
/
+0
*
A new, larger example: a cache server with a shareable, reconnecting client.
Guido van Rossum
2013-12-20
3
-0
/
+547
*
SSL hostname checking changes from CPython repo by Christian Heimes.
Guido van Rossum
2013-12-06
1
-2
/
+2
*
Use try/finally to close loop in examples. Add --iocp to fetch3.py.
Guido van Rossum
2013-12-03
8
-14
/
+39
*
Fold long lines.
Guido van Rossum
2013-11-27
1
-2
/
+4
*
Variant of simple_tcp_server.py to measure timing. By Gustavo Carneiro.
Guido van Rossum
2013-11-27
1
-0
/
+163
*
Two new examples: print 'Hello World' every two seconds, using a callback and...
Guido van Rossum
2013-11-22
2
-0
/
+29
*
Add streams.start_server(), by Gustavo Carneiro.
Guido van Rossum
2013-11-19
1
-0
/
+151
*
Generalized error handling callback for DatastoreProtocol.
Guido van Rossum
2013-11-15
1
-4
/
+4
*
Add limited TLS capability to source/sink examples.
Guido van Rossum
2013-11-01
3
-6
/
+38
*
Add pool-closing to fetch3 example.
Guido van Rossum
2013-11-01
1
-12
/
+19
*
Fold some long lines.
Guido van Rossum
2013-10-30
2
-2
/
+3
*
Bulk merge
Guido van Rossum
2013-10-18
10
-43
/
+43
|
\
|
*
Merge
Guido van Rossum
2013-10-18
1
-3
/
+5
|
|
\
|
|
*
Report total bytes written.
Guido van Rossum
2013-10-18
1
-3
/
+5
|
|
*
Add size argument to source example.
Guido van Rossum
2013-10-17
1
-7
/
+9
|
|
*
Add proper argument parsing to source/sink examples.
Guido van Rossum
2013-10-17
2
-11
/
+56
[next]