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
/
asyncio
/
events.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add _format_source_traceback() function
Victor Stinner
2014-10-30
1
-0
/
+8
*
Add a new BaseEventLoop._get_traceback() method
Victor Stinner
2014-10-29
1
-4
/
+1
*
Improve canceled timer callback handles cleanup (CPython issue #22448)
Yury Selivanov
2014-09-25
1
-9
/
+20
*
Fix Handle and TimerHandle repr in debug mode
Victor Stinner
2014-09-17
1
-13
/
+19
*
Enhance representation of Future and Future subclasses
Victor Stinner
2014-07-29
1
-5
/
+10
*
Handle.cancel() now clears references to callback and args
Victor Stinner
2014-07-10
1
-4
/
+14
*
Tulip issue #185: Add a create_task() method to event loops
Victor Stinner
2014-07-08
1
-0
/
+5
*
Update AbstractEventLoop: add new event loop methods; update also the unit test
Victor Stinner
2014-07-07
1
-0
/
+4
*
Tulip issue #137: In debug mode, save traceback where Future, Task and Handle
Victor Stinner
2014-06-27
1
-4
/
+14
*
Handle error handler: enhance formatting of the callback
Victor Stinner
2014-06-26
1
-2
/
+2
*
Tulip issue #177: Rewite repr() of Future, Task, Handle and TimerHandle
Victor Stinner
2014-06-25
1
-17
/
+39
*
Issue #173: Enhance repr(Handle) and repr(Task)
Victor Stinner
2014-06-12
1
-1
/
+29
*
Tulip issue #83, Python issue 21252: Fill some XXX docstrings
Victor Stinner
2014-06-05
1
-12
/
+23
*
Python issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
Victor Stinner
2014-06-04
1
-3
/
+3
*
Add __weakref__ slots to Handle and CoroWrapper. Fixes issue #166.
Guido van Rossum
2014-04-27
1
-1
/
+1
*
asyncio: remove unused imports and unused variables noticed by pyflakes
Victor Stinner
2014-02-20
1
-3
/
+0
*
Issue #136: Add get/set_debug() methods to BaseEventLoopTests. Add also a
Victor Stinner
2014-02-19
1
-0
/
+8
*
Fix spelling & typos
Yury Selivanov
2014-02-18
1
-3
/
+3
*
Add new event loop exception handling API (closes issue #80).
Yury Selivanov
2014-02-18
1
-7
/
+24
*
Add support for UNIX Domain Sockets. Closes issue #81.
Yury Selivanov
2014-02-18
1
-0
/
+26
*
events: Use __slots__ in Handle and TimerHandle
Yury Selivanov
2014-02-12
1
-0
/
+4
*
Issue #112: Inline make_handle() into Handle constructor
Victor Stinner
2014-02-10
1
-6
/
+1
*
Fix docstring typo.
Guido van Rossum
2013-12-04
1
-1
/
+1
*
Use Interface instead of ABC. Fixes issue 19726.
Guido van Rossum
2013-11-30
1
-2
/
+2
*
Fix get_event_loop() to call set_event_loop() when setting the loop. By Antho...
Guido van Rossum
2013-11-27
1
-1
/
+1
*
Refactor SIGCHLD handler, by Anthony Baire. Fixes issue 67.
Guido van Rossum
2013-11-04
1
-19
/
+51
*
Document EventLoop.close().
Guido van Rossum
2013-10-31
1
-0
/
+13
*
Add server_hostname as create_connection() argument, with secure default.
Guido van Rossum
2013-10-30
1
-1
/
+1
*
Update some comments.
Guido van Rossum
2013-10-24
1
-3
/
+1
*
Merge
Guido van Rossum
2013-10-17
1
-3
/
+3
*
Merge
Guido van Rossum
2013-10-16
1
-5
/
+1
*
Rename tulip package to asyncio.
Guido van Rossum
2013-10-14
1
-0
/
+399