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
*
Replace % with format() everywhere, and logging.warn() with warning().
A. Jesse Jiryu Davis
2013-03-27
5
-23
/
+24
*
coroutine wrapper for non generator functions
Nikolay Kim
2013-03-25
1
-0
/
+30
*
Don't skip polling even if the self-pipe is th eonly registered fd
Sa?l Ibarra Corretg?
2013-03-24
1
-2
/
+22
*
Switch to BlockingIOError instead of errno checking
Nikolay Kim
2013-03-23
3
-139
/
+44
*
code cleanup
Nikolay Kim
2013-03-22
6
-14
/
+31
*
better name
Nikolay Kim
2013-03-22
1
-30
/
+37
*
udp api refactoring
Nikolay Kim
2013-03-22
1
-129
/
+72
*
Use tail recursion idiom for protocol callbacks, cleanup tests
Andrew Svetlov
2013-03-22
2
-166
/
+96
*
http server
Nikolay Kim
2013-03-21
1
-0
/
+242
*
Implement transport/protocol pair for unix pipes
Andrew Svetlov
2013-03-20
2
-0
/
+543
*
Initial queues implementation (Fixes issue 7)
A. Jesse Jiryu Davis
2013-03-20
1
-0
/
+370
*
disallow all forms of nested running
Nikolay Kim
2013-03-20
1
-0
/
+32
*
run_until_complete accepts coroutine
Nikolay Kim
2013-03-20
4
-204
/
+153
*
Tests should not have docstrings, they pollute the output.
Guido van Rossum
2013-03-20
3
-12
/
+12
*
timeout support for Future
Nikolay Kim
2013-03-20
3
-21
/
+64
*
http Response and Request helpers
Nikolay Kim
2013-03-20
1
-176
/
+638
*
Suppress tracebacks from test server.
Guido van Rossum
2013-03-19
1
-2
/
+6
*
Handler renamed to Handle
Nikolay Kim
2013-03-19
9
-79
/
+110
*
Fix events tests for Windows
Nikolay Kim
2013-03-14
1
-2
/
+3
*
Get rid of network interaction in tests
Andrew Svetlov
2013-03-19
3
-53
/
+126
*
Make python.org 302 test more robust.
Guido van Rossum
2013-03-18
1
-1
/
+2
*
Fix udp tests for Windows
Nikolay Kim
2013-03-14
1
-6
/
+10
*
move HttpClientProtocol.write_xxx methods to separate class
Nikolay Kim
2013-03-13
1
-0
/
+44
*
basic udp support
Nikolay Kim
2013-03-13
3
-40
/
+660
*
http message helper
Nikolay Kim
2013-03-13
1
-0
/
+142
*
StreamReader.line_count is not required
Nikolay Kim
2013-03-13
1
-16
/
+1
*
http message payload related helpers
Nikolay Kim
2013-03-13
2
-1
/
+211
*
read_headers helper for http protocol
Nikolay Kim
2013-03-11
1
-0
/
+61
*
helper coroutines for http protocol
Nikolay Kim
2013-03-11
1
-0
/
+142
*
proactor socket transport optimization
Nikolay Kim
2013-03-08
1
-2
/
+0
*
Added Handler.run
Sa?l Ibarra Corretg?
2013-03-08
1
-0
/
+17
*
Avoid using event_loop._socketpair in tests
Sa?l Ibarra Corretg?
2013-03-07
1
-6
/
+6
*
winsocketpair tests
Nikolay Kim
2013-03-06
1
-0
/
+32
*
Fix tests for Windows.
Guido van Rossum
2013-03-04
1
-1
/
+1
*
Move StreamReader to separate module
Nikolay Kim
2013-02-25
1
-29
/
+29
*
Move http_client to submodule
Nikolay Kim
2013-02-25
1
-23
/
+23
*
tests moved to separate directory
Nikolay Kim
2013-02-22
11
-0
/
+4453