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
/
scheduling.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge
Richard Oudkerk
2012-11-07
1
-26
/
+29
|
\
|
*
Rip out pollsters and replace with proactors.
Richard Oudkerk
2012-11-03
1
-26
/
+29
*
|
Add par().
Guido van Rossum
2012-11-03
1
-2
/
+31
*
|
Make it so you can just yield a Task to wait for its result (or exception).
Guido van Rossum
2012-11-03
1
-7
/
+20
|
/
*
Add TODO to add_done_call().
Guido van Rossum
2012-11-02
1
-0
/
+1
*
Make Task.add_done_callback() return a DelayedCall, and use it.
Guido van Rossum
2012-11-02
1
-7
/
+15
*
Add map_over() operation. Improve cancel().
Guido van Rossum
2012-11-01
1
-5
/
+41
*
Get rid of start().
Guido van Rossum
2012-11-01
1
-7
/
+3
*
Fix race condition in call_in_thread().
Guido van Rossum
2012-10-31
1
-23
/
+31
*
Prettier Task repr().
Guido van Rossum
2012-10-31
1
-2
/
+13
*
Log an error if the startup task has an exception.
Guido van Rossum
2012-10-30
1
-0
/
+3
*
Add a convenience feature to scheduling.run().
Guido van Rossum
2012-10-30
1
-2
/
+15
*
Make block_{r,w} COROUTINEs.
Guido van Rossum
2012-10-29
1
-2
/
+4
*
Fix bad code in except handler.
Guido van Rossum
2012-10-29
1
-1
/
+1
*
Add with_timeout(). Fix bug in cancelled sleeps.
Guido van Rossum
2012-10-26
1
-5
/
+10
*
Replace wait_any() and wait_all() with wait_for().
Guido van Rossum
2012-10-26
1
-31
/
+33
*
Added wait_any() and wait_all().
Guido van Rossum
2012-10-26
1
-6
/
+73
*
Another radical task refactor. Happier with timeouts.
Guido van Rossum
2012-10-26
1
-75
/
+75
*
Radical refactoring: no more Scheduler class; use thread-local Context.
Guido van Rossum
2012-10-26
1
-90
/
+118
*
Tweak assignment order in except clauses.
Guido van Rossum
2012-10-25
1
-3
/
+3
*
Generalize call_in_thread: optionally pass in an executor.
Guido van Rossum
2012-10-25
1
-2
/
+2
*
Evolve Task more towards a future-like object.
Guido van Rossum
2012-10-25
1
-4
/
+25
*
Add TODO about checking for races.
Guido van Rossum
2012-10-24
1
-0
/
+1
*
Add cancellation option to call_later(). Use it for task timeouts.
Guido van Rossum
2012-10-24
1
-12
/
+19
*
Reuse concurrent.futures.TimeoutError.
Guido van Rossum
2012-10-24
1
-6
/
+3
*
Add timeout support for call_in_thread().
Guido van Rossum
2012-10-24
1
-1
/
+5
*
Add a timeout feature to start(). A bit messy.
Guido van Rossum
2012-10-24
1
-39
/
+76
*
Add sleep() to scheduler.
Guido van Rossum
2012-10-24
1
-0
/
+5
*
Move Scheduler and call_in_thread into scheduling.py.
Guido van Rossum
2012-10-23
1
-0
/
+97