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
/
Objects
/
genobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backed out changeset 99c34e47348b
Victor Stinner
2016-12-09
1
-1/+1
*
Inline PyEval_EvalFrameEx() in callers
Victor Stinner
2016-12-09
1
-1/+1
*
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-2/+2
*
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-2/+2
*
Fix _PyGen_yf()
Victor Stinner
2016-11-24
1
-0/+9
*
Issue #28721: Fix asynchronous generators aclose() and athrow()
Yury Selivanov
2016-11-16
1
-3/+11
*
Issue #28003: Make WrappedVal, ASend and AThrow GC types
Yury Selivanov
2016-11-09
1
-14/+48
*
Merge 3.5
Yury Selivanov
2016-11-09
1
-2/+2
|
\
|
*
genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper
Yury Selivanov
2016-11-09
1
-2/+2
*
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-21/+51
|
\
\
|
|
/
|
*
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-10/+50
*
|
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-30/+2
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
1
-2/+2
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-46/+986
*
|
Add NULL check for gen->gi_code in gen_send_ex()
Christian Heimes
2016-09-08
1
-1/+1
*
|
merge 3.5 (#27968)
Benjamin Peterson
2016-09-07
1
-12/+15
|
\
\
|
|
/
|
*
supress coroutine warning when an exception is pending (#27968)
Benjamin Peterson
2016-09-07
1
-12/+15
*
|
Avoid calling functions with an empty string as format string
Victor Stinner
2016-09-06
1
-1/+1
*
|
merge 3.5 (#27812)
Benjamin Peterson
2016-09-05
1
-1/+4
|
\
\
|
|
/
|
*
clear out f_gen during generator finalization (closes #27812)
Benjamin Peterson
2016-09-05
1
-1/+4
*
|
merge 3.5 (closes #27811)
Benjamin Peterson
2016-09-05
1
-12/+13
|
\
\
|
|
/
|
*
do not allow _PyGen_Finalize to fail (closes #27811)
Benjamin Peterson
2016-09-05
1
-12/+13
*
|
Merge 3.5 (issue #27243)
Yury Selivanov
2016-06-09
1
-0/+94
|
\
\
|
|
/
|
*
Issue #27243: Fix __aiter__ protocol
Yury Selivanov
2016-06-09
1
-0/+94
*
|
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
Serhiy Storchaka
2016-05-24
1
-2/+2
*
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-2/+2
|
\
\
|
|
/
*
|
Merge 3.5 (issue #25888)
Yury Selivanov
2016-03-02
1
-6/+6
|
\
\
|
|
/
|
*
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-6/+6
*
|
Merge 3.5 (issue #25887)
Yury Selivanov
2016-02-13
1
-12/+21
|
\
\
|
|
/
|
*
Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once.
Yury Selivanov
2016-02-13
1
-12/+21
*
|
Issue #26136: Upgrade the generator_stop warning to DeprecationWarning
Martin Panter
2016-02-10
1
-1/+1
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
1
-10/+2
|
/
*
Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines.
Yury Selivanov
2015-07-03
1
-0/+22
*
Issue #24439: Improve PEP 492 related docs.
Yury Selivanov
2015-06-24
1
-5/+5
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
1
-57/+268
*
Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc.
Yury Selivanov
2015-05-28
1
-1/+1
*
Issue 24237: Raise PendingDeprecationWarning per PEP 479
Yury Selivanov
2015-05-22
1
-3/+20
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-3/+2
|
\
|
*
Issue #24257: Fixed incorrect uses of PyObject_IsInstance().
Serhiy Storchaka
2015-05-22
1
-3/+2
*
|
Fix warnings for gen_get_iter()
Yury Selivanov
2015-05-12
1
-1/+1
*
|
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-12
1
-5/+97
*
|
Issue #22906: Do incref before SetCause/SetContext
Yury Selivanov
2015-05-10
1
-1/+1
*
|
Issue 22906: Increment refcount after PyException_SetContext
Yury Selivanov
2015-05-09
1
-0/+1
*
|
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov
2015-05-09
1
-0/+24
*
|
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized...
Antoine Pitrou
2015-04-26
1
-5/+22
|
\
\
|
|
/
|
*
Issue #23996: Avoid a crash when a delegated generator raises an unnormalized...
Antoine Pitrou
2015-04-26
1
-5/+22
*
|
Issue #21938: simplify gen_iternext()
Antoine Pitrou
2014-07-08
1
-5/+1
*
|
Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified
Victor Stinner
2014-06-16
1
-15/+75
|
/
[next]