index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_asyncio
/
test_queues.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Miss Islington (bot)
2019-09-11
1
-17/+17
*
[3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901)
Andrew Svetlov
2019-09-11
1
-2/+1
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [lock...
Miss Islington (bot)
2019-09-10
1
-46/+89
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
1
-14/+14
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+4
*
bpo-32574: Fix leaks in asyncio.Queue.put() and .get() (#5208)
José Melero Fernández
2018-01-25
1
-0/+50
*
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov
2017-12-11
1
-1/+1
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-76/+55
*
bpo-31620: have asyncio/queues not leak memory when you've exceptions during ...
Suren Nihalani
2017-11-07
1
-0/+17
*
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov
2016-11-04
1
-0/+1
*
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
Guido van Rossum
2015-09-28
1
-7/+48
*
Issue #23812: Fix getter-cancellation with many pending getters code path
Yury Selivanov
2015-08-06
1
-1/+36
*
Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Yury Selivanov
2015-08-05
1
-1/+60
*
Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge.
Guido van Rossum
2015-04-20
1
-5/+19
*
asyncio, Tulip issue 220: Merge JoinableQueue with Queue.
Victor Stinner
2015-02-17
1
-5/+5
*
Issue #21163, asyncio: Fix some "Task was destroyed but it is pending!" logs ...
Victor Stinner
2014-06-25
1
-10/+17
*
asyncio: Refactor tests: add a base TestCase class
Victor Stinner
2014-06-17
1
-22/+10
*
Issue #21723: asyncio.Queue: support any type of number (ex: float) for the
Victor Stinner
2014-06-17
1
-0/+15
*
asyncio: Replace "unittest.mock" with "mock" in unit tests
Victor Stinner
2014-02-26
1
-2/+2
*
asyncio: Rename {Empty,Full} to {QueueEmpty,QueueFull} and no longer get them...
Guido van Rossum
2014-01-26
1
-2/+2
*
Update asyncio from the Tulip project
Victor Stinner
2014-01-25
1
-85/+81
*
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum
2013-10-17
1
-0/+470