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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version in setup.py.
3.4.1
Guido van Rossum
2014-05-19
1
-1
/
+1
*
Added tag 3.4.1 for changeset e6084a6ff3bb
Guido van Rossum
2014-05-19
0
-0
/
+0
*
Add option to randomize test order.
Guido van Rossum
2014-05-19
1
-0
/
+17
*
Fix test failures by not cleaning up watcher in test for issue #168.
Guido van Rossum
2014-05-13
1
-6
/
+9
*
Fix issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffe...
Guido van Rossum
2014-05-12
3
-7
/
+48
*
Removed dead code path in _run_once.
schlamar
2014-05-10
1
-5
/
+1
*
Fix the second half of bugs.python.org/issue21447: race in _write_to_self().
Guido van Rossum
2014-05-06
2
-6
/
+14
*
Simple echo client/server example (for Twitter thread).
Guido van Rossum
2014-05-04
2
-0
/
+36
*
Add __weakref__ slots to Handle and CoroWrapper. Fixes issue #166.
Guido van Rossum
2014-04-27
4
-2
/
+16
*
Be careful accessing instance variables in __del__ (CPython issue 21340).
Guido van Rossum
2014-04-27
1
-1
/
+3
*
Remove superfluous and useless line.
Guido van Rossum
2014-04-18
1
-1
/
+0
*
Add gi_{frame,running,code} properties to CoroWrapper. Fixes issue #163.
Guido van Rossum
2014-04-15
2
-0
/
+59
*
tasks: Make sure CoroWrapper.send proxies one argument correctly
Yury Selivanov
2014-04-15
2
-0
/
+20
*
tasks: Fix CoroWrapper to workaround yield-from bug in CPython
Yury Selivanov
2014-04-14
2
-1
/
+29
*
EventLoop.create_unix_server() now raises a ValueError if path and sock are
Victor Stinner
2014-04-05
2
-0
/
+15
*
Fix bad grammar.
Guido van Rossum
2014-03-31
1
-2
/
+2
*
Document Task.cancel() properly.
Guido van Rossum
2014-03-31
1
-0
/
+19
*
Pull in Solaris devpoll support by Giampaolo Rodola'.
Guido van Rossum
2014-03-24
1
-1
/
+61
*
Ensure call_soon(), call_later() and call_at() are invoked on current loop in
Victor Stinner
2014-03-21
2
-1
/
+45
*
Back out inplace default for build_ext. See issue #116.
Guido van Rossum
2014-03-14
2
-5
/
+3
*
Issue #157: Improve test_events.py, avoid run_briefly() which is not reliable
Victor Stinner
2014-03-06
2
-73
/
+71
*
Skip test_remove_fds_after_closing() for IocpEventLoop
Victor Stinner
2014-03-06
1
-0
/
+3
*
Fix ResourceWarning warnings
Victor Stinner
2014-03-06
1
-0
/
+4
*
Issue #159: Fix windows_utils.socketpair()
Victor Stinner
2014-03-05
2
-6
/
+38
*
Remove egg info in "make clean".
Guido van Rossum
2014-03-05
1
-0
/
+1
*
Reject add/remove reader/writer when event loop is closed.
Guido van Rossum
2014-03-04
2
-0
/
+28
*
Issue #158: Task._step() now also sets self to None if an exception is raised.
Victor Stinner
2014-03-04
1
-1
/
+1
*
Another tiny crawl.py cleanup.
Guido van Rossum
2014-03-03
1
-0
/
+2
*
Use public interfaces to get the fileno(). Fix a typo.
Guido van Rossum
2014-03-03
1
-4
/
+4
*
tcp_echo.py: add --iocp command line option to use IOCP event loop on Windows
Victor Stinner
2014-02-26
1
-2
/
+13
*
windows_events.py: use more revelant names to overlapped callbacks
Victor Stinner
2014-02-26
1
-10
/
+10
*
cleanup: write the long line as a single line
Victor Stinner
2014-02-26
1
-2
/
+1
*
Simplify test_events.py, don't use non local variables and don't call assert
Victor Stinner
2014-02-26
1
-186
/
+79
*
Fix pyflakes warnings: remove unused variables and imports
Victor Stinner
2014-02-26
15
-30
/
+10
*
Cleanup test_unix_events.py (indentation)
Victor Stinner
2014-02-26
1
-9
/
+6
*
Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
13
-386
/
+386
*
Add COPYING: Apache License version 2.0
Victor Stinner
2014-02-26
1
-0
/
+201
*
Added tag 0.4.1 for changeset 429bf62d2636
Guido van Rossum
2014-02-24
0
-0
/
+0
*
Release asyncio version 0.4.1, identical to CPython 3.4.0rc2.
0.4.1
Guido van Rossum
2014-02-24
1
-1
/
+1
*
_check_resolved_address() must also accept IPv6 without flow_info and scope_id:
Victor Stinner
2014-02-20
2
-4
/
+7
*
Remove debug code
Victor Stinner
2014-02-20
1
-1
/
+0
*
Oops, and now fix also the unit test for IPv6 address: test_sock_connect_addr...
Victor Stinner
2014-02-20
1
-4
/
+3
*
Fix _check_resolved_address() for IPv6 address
Victor Stinner
2014-02-20
1
-2
/
+5
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
7
-11
/
+2
*
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Victor Stinner
2014-02-20
1
-1
/
+1
*
asyncio.subprocess: Fix a race condition in communicate()
Victor Stinner
2014-02-20
1
-2
/
+1
*
Issue #136: Add get/set_debug() methods to BaseEventLoopTests. Add also a
Victor Stinner
2014-02-19
5
-1
/
+53
*
Fix tests on UNIX sockets on Mac OS X 10.4 (Tiger): don't test the sockname
Victor Stinner
2014-02-19
1
-5
/
+27
*
WriteTransport.set_write_buffer_size to call _maybe_pause_protocol (closes is...
Yury Selivanov
2014-02-19
2
-2
/
+29
*
pep8-ify the code.
Yury Selivanov
2014-02-18
6
-13
/
+28
[next]