summaryrefslogtreecommitdiff
path: root/Cython/Compiler/AnalysedTreeTransforms.py
Commit message (Expand)AuthorAgeFilesLines
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-6/+8
* remove unused importStefan Behnel2014-02-221-1/+0
* don't mix relative and absolute imports, just use relative onesStefan Behnel2011-11-131-1/+1
* removed unused importsStefan Behnel2011-11-131-4/+2
* Fix some style issuesMark Florisson2011-10-051-4/+2
* Fix build errorMark Florisson2011-10-031-1/+3
* Support fused def functions + lambda + better runtime dispatchMark Florisson2011-07-111-1/+1
* Remove trailing whitespace.Robert Bradshaw2010-12-131-1/+1
* fix AutoTestDictTransform for lambda expressionsStefan Behnel2010-11-231-0/+5
* new autotestdict.{cdef,all} directives that put cdef and non-doctest docstrin...Stefan Behnel2010-11-031-4/+10
* reverted support for cdef functions in __test__ dict: increases module size a...Stefan Behnel2010-11-021-4/+5
* enable doctests in cdef functions/methods, do not rewrap docstrings in __test...Stefan Behnel2010-11-021-6/+5
* simplify auto __test__ dict generation:Stefan Behnel2010-10-311-73/+54
* Py3: __cmp__ is gone, __bool__ instead of __nonzero__Lisandro Dalcin2010-04-281-1/+2
* do not emit C code for unused special method docstringsLisandro Dalcin2010-04-141-1/+2
* Fix for autotestdict & property not playing well together.Craig Citro2010-03-091-1/+12
* Fix #508Dag Sverre Seljebotn2010-02-201-0/+2
* Blacklist __nonzero__ from autotestdictDag Sverre Seljebotn2009-10-201-1/+1
* Yet another bugfix for autotestdictDag Sverre Seljebotn2009-10-161-1/+5
* Another blacklisted autotestdict method.Robert Bradshaw2009-10-151-1/+1
* Incomplete hack for autotestdict, see #387Dag Sverre Seljebotn2009-10-151-0/+4
* Fix for Python 2.3Robert Bradshaw2009-10-071-2/+2
* Rename doctesthack -> autotestdict, and make it defaultDag Sverre Seljebotn2009-10-051-3/+3
* Fix doctesthack for cdef functionsDag Sverre Seljebotn2009-10-051-1/+7
* Move nodes to exprnodesDag Sverre Seljebotn2009-10-031-35/+1
* doctesthack directiveDag Sverre Seljebotn2009-10-011-14/+37
* doctesthack directive works for global functionsDag Sverre Seljebotn2009-10-011-0/+90