| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a wrong struct field assignment (docstring as closure). | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
|
|
* | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -2/+2 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -2/+2 |
|
|
* | Make generator repr consistent with function and code object repr. | Georg Brandl | 2008-05-16 | 1 | -1/+1 |
|
|
* | #2863: add gen.__name__ and add this name to generator repr(). | Georg Brandl | 2008-05-15 | 1 | -2/+32 |
|
|
* | #1473257: add generator.gi_code attribute that refers to | Georg Brandl | 2008-01-26 | 1 | -0/+5 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC... | Christian Heimes | 2007-12-19 | 1 | -1/+1 |
|
|
* | Generators had their throw() method allowing string exceptions. That's a | Brett Cannon | 2007-09-11 | 1 | -4/+1 |
|
|
* | PEP 3123: Provide forward compatibility with Python 3.0, while keeping | Martin v. Löwis | 2007-07-21 | 1 | -3/+2 |
|
|
* | Make use of METH_O and METH_NOARGS where possible. | Georg Brandl | 2006-05-29 | 1 | -1/+1 |
|
|
* | gen_del(): Looks like much this was copy/pasted from | Tim Peters | 2006-04-15 | 1 | -1/+1 |
|
|
* | - Whitespace normalization | Thomas Wouters | 2006-04-15 | 1 | -12/+14 |
|
|
* | Fix SF#1470508: crash in generator cycle finalization. There were two | Phillip J. Eby | 2006-04-15 | 1 | -10/+11 |
|
|
* | Add a cast to make code compile with a C++ compiler. | Anthony Baxter | 2006-04-13 | 1 | -1/+1 |
|
|
* | Don't set gi_frame to Py_None, use NULL instead, eliminating some insane | Phillip J. Eby | 2006-04-12 | 1 | -7/+7 |
|
|
* | wrap docstrings so they are less than 80 columns. add spaces after commas. | Neal Norwitz | 2006-04-12 | 1 | -3/+5 |
|
|
* | gen_throw(): The caller doesn't own PyArg_ParseTuple() | Tim Peters | 2006-04-12 | 1 | -3/+1 |
|
|
* | SF Patch #1463867: Improved generator finalization to allow generators | Phillip J. Eby | 2006-04-10 | 1 | -0/+20 |
|
|
* | Support throw() of string exceptions. | Phillip J. Eby | 2006-03-25 | 1 | -1/+4 |
|
|
* | Change int to Py_ssize_t in several places. | Martin v. Löwis | 2006-03-07 | 1 | -1/+1 |
|
|
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -3/+3 |
|
|
* | * Refcount leak. It was just a reference to Py_None, but still. | Armin Rigo | 2006-02-14 | 1 | -3/+9 |
|
|
* | Fix a too-aggressive assert (see SF#1257960). Previously, gen_iternext | Phillip J. Eby | 2005-08-13 | 1 | -1/+1 |
|
|
* | PEP 342 implementation. Per Guido's comments, the generator throw() | Phillip J. Eby | 2005-08-02 | 1 | -5/+234 |
|
|
* | SF patch #1020188: Use Py_CLEAR where necessary to avoid crashes | Raymond Hettinger | 2004-09-01 | 1 | -2/+1 |
|
|
* | Patch #966493: Cleanup generator/eval_frame exposure. | Martin v. Löwis | 2004-06-27 | 1 | -1/+1 |
|
|
* | * Factor out PyObject_SelfIter(). | Raymond Hettinger | 2004-06-12 | 1 | -9/+3 |
|
|
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+129 |
|
|