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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ResourceWarning in BaseSubprocessTransport
Victor Stinner
2015-07-31
2
-2
/
+22
*
Fix ResourceWarning warnings in test_streams
Victor Stinner
2015-07-24
1
-16
/
+12
*
remove unused imports
Victor Stinner
2015-07-19
5
-8
/
+0
*
Return True from StreamReader.eof_received() to fix
Guido van Rossum
2015-07-14
1
-0
/
+19
*
Issue #234: Drop JoinableQueue on Python 3.5+
Victor Stinner
2015-07-10
2
-4
/
+12
*
Merge pull request #254 from haypo/compat
Victor Stinner
2015-07-10
8
-30
/
+35
|
\
|
*
Add asyncio.compat module
Victor Stinner
2015-07-09
8
-30
/
+35
|
/
*
replace tulip with asyncio
Victor Stinner
2015-07-09
4
-3
/
+5
*
Replace Tulip with asyncio in test comments
Victor Stinner
2015-07-09
4
-7
/
+9
*
queues.py: import coroutine from .coroutines
Victor Stinner
2015-07-09
1
-1
/
+1
*
Rerite README
Victor Stinner
2015-07-06
1
-12
/
+61
*
coroutines: Proxy cr_await and gi_yieldfrom in CoroWrapper
Yury Selivanov
2015-07-03
1
-0
/
+8
*
Fix regression in 83ac3b8 (failed unittests in debug mode)
Yury Selivanov
2015-06-24
1
-0
/
+2
*
Fix CoroWrapper for 'async def' coroutines
Yury Selivanov
2015-06-24
2
-11
/
+42
*
Sync with CPython.
Yury Selivanov
2015-06-24
1
-31
/
+17
*
coroutines: Fix CoroWrapper to support native coroutines
Yury Selivanov
2015-05-31
1
-1
/
+1
*
Support Awaitables (pep 492) in @coroutine decorator
Yury Selivanov
2015-05-30
1
-2
/
+13
*
tasks: Drop useless code.
Yury Selivanov
2015-05-28
1
-7
/
+2
*
Use collections.abc.Coroutine for asyncio.iscoroutine() when available.
Yury Selivanov
2015-05-13
1
-0
/
+8
*
Enable 'async for' for StreamReader, 'async with' for locks in 3.5.
Yury Selivanov
2015-05-13
2
-55
/
+67
*
Make sure sys.set_coroutine_wrapper is called *only* when loop is running.
Yury Selivanov
2015-05-12
1
-35
/
+45
*
Support PEP 492 native coroutines.
Yury Selivanov
2015-05-11
6
-27
/
+116
*
Enable Travis-CI integration
Yury Selivanov
2015-05-11
1
-0
/
+17
*
Use DeprecationWarning for async()
Yury Selivanov
2015-05-11
2
-2
/
+2
*
Deprecate async() function in favour of ensure_future()
Yury Selivanov
2015-05-11
6
-33
/
+54
*
Fix script_helper imports for 3.4
Yury Selivanov
2015-05-11
2
-4
/
+14
*
Make sure that CPython 3.4 and older will import script_helper
Yury Selivanov
2015-05-11
1
-1
/
+4
*
Sync script_helper import with CPython
Yury Selivanov
2015-05-11
3
-3
/
+3
*
Add new loop APIs: set_task_factory() and get_task_factory()
Yury Selivanov
2015-05-11
3
-3
/
+69
*
Rename the function arg to run_in_executor() to "func" to avoid confusion.
Guido van Rossum
2015-05-05
2
-9
/
+9
*
Merge pull request #231 from haypo/issue_222
Guido van Rossum
2015-04-23
4
-32
/
+67
|
\
|
*
Fix @coroutine for functions without __name__
issue_222
Victor Stinner
2015-04-14
4
-32
/
+67
*
|
Merge pull request #237 from ajdavis/update-queue-join-tests
Guido van Rossum
2015-04-20
1
-4
/
+4
|
\
\
|
*
|
Fix queue join tests for CPython's test runner.
A. Jesse Jiryu Davis
2015-04-20
1
-4
/
+4
|
/
/
*
|
Merge pull request #236 from ajdavis/queue-join-fix
Guido van Rossum
2015-04-19
2
-11
/
+32
|
\
\
|
*
|
Fix LifoQueue's and PriorityQueue's put() and task_done().
A. Jesse Jiryu Davis
2015-04-19
1
-6
/
+13
|
*
|
Test LifoQueue's and PriorityQueue's put() and task_done().
A. Jesse Jiryu Davis
2015-04-19
1
-5
/
+19
|
/
/
*
|
#230: Change official URL from tulip to asyncio in README.rst
Ludovic Gasc (GMLudo)
2015-04-14
1
-1
/
+1
|
/
*
Update README.rst
Andrew Svetlov
2015-04-13
1
-1
/
+1
*
Merge pull request #225 from Eyepea/add_pycharm_in_gitignore
Andrew Svetlov
2015-04-11
1
-0
/
+3
|
\
|
*
add in .gitignore pyvenv and Pycharm files
Ludovic Gasc (GMLudo)
2015-04-11
1
-0
/
+3
|
/
*
Merge pull request #224 from Eyepea/readme_improvement
Andrew Svetlov
2015-04-11
2
-2
/
+2
|
\
|
*
Rename README file to have rst render on Github
Ludovic Gasc (GMLudo)
2015-04-11
2
-2
/
+2
*
|
Switch hgignore and hgeol to git equivalents
Andrew Svetlov
2015-04-11
4
-19
/
+17
|
/
*
Python issue #23879: SelectorEventLoop.sock_connect() must not call connect()
Victor Stinner
2015-04-07
1
-8
/
+6
*
Fix _SelectorTransport.__repr__() if the event loop is closed
Victor Stinner
2015-03-27
2
-1
/
+6
*
Python issue #23456: Add missing @coroutine decorators
Victor Stinner
2015-03-18
3
-0
/
+5
*
Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
1
-2
/
+5
*
Write Tulip 3.4.3 changelog
Victor Stinner
2015-03-10
1
-0
/
+147
*
Set version to 3.4.4
Victor Stinner
2015-03-10
1
-1
/
+1
[next]