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
/
Modules
/
_asynciomodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov
2017-12-15
1
-1/+28
*
bpo-32296: Implement asyncio.get_event_loop and _get_running_loop in C. (#4827)
Yury Selivanov
2017-12-13
1
-7/+244
*
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka
2017-09-03
1
-207/+206
*
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Alexander Mohr
2017-08-02
1
-0/+4
*
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback()...
Yury Selivanov
2017-07-05
1
-3/+10
*
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov
2017-06-11
1
-1/+17
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)
INADA Naoki
2017-05-11
1
-0/+12
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
1
-1/+1
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
1
-6/+6
*
Use _PyObject_CallMethodIdObjArgs() in _asyncio
Victor Stinner
2016-12-09
1
-17/+19
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-6/+6
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-3/+3
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-5/+7
*
Merge 3.6 (issue #28843)
Yury Selivanov
2016-12-01
1
-0/+5
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-7/+5
*
correctly emulate error semantics of gen.throw in FutureIter_throw
Benjamin Peterson
2016-11-14
1
-19/+34
*
Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw.
Yury Selivanov
2016-11-09
1
-1/+3
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-18/+4
*
Issue #28544: Fix inefficient call to _PyObject_CallMethodId()
Victor Stinner
2016-10-29
1
-1/+1
*
Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*`
Yury Selivanov
2016-10-28
1
-5/+5
*
Issue #28544: Fix _asynciomodule.c on Windows
Victor Stinner
2016-10-28
1
-5/+5
*
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov
2016-10-28
1
-277/+1699
*
Issue #28430: Fix iterator of C implemented asyncio.Future doesn't
INADA Naoki
2016-10-25
1
-6/+4
*
Issue #28493: Fix typos in _asynciomodule.c
Yury Selivanov
2016-10-20
1
-2/+2
*
Issue #28492: Fix how StopIteration is raised in _asyncio.Future
Yury Selivanov
2016-10-20
1
-2/+19
*
Issue #28452: Remove _asyncio._init_module function
INADA Naoki
2016-10-18
1
-66/+55
*
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki
2016-10-15
1
-0/+1034