Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use explicit relative imports everywhere and enable absolute imports by default | Stefan Behnel | 2014-06-17 | 1 | -6/+8 |
| | |||||
* | remove unused import | Stefan Behnel | 2014-02-22 | 1 | -1/+0 |
| | |||||
* | don't mix relative and absolute imports, just use relative ones | Stefan Behnel | 2011-11-13 | 1 | -1/+1 |
| | | | | | --HG-- extra : rebase_source : 6d0601030b617db297a3572a5e030cf77c5881a4 | ||||
* | removed unused imports | Stefan Behnel | 2011-11-13 | 1 | -4/+2 |
| | | | | | --HG-- extra : rebase_source : df1d95506044267a1e945fbc5672af66f8ee022d | ||||
* | Fix some style issues | Mark Florisson | 2011-10-05 | 1 | -4/+2 |
| | |||||
* | Fix build error | Mark Florisson | 2011-10-03 | 1 | -1/+3 |
| | |||||
* | Support fused def functions + lambda + better runtime dispatch | Mark Florisson | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Robert Bradshaw | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | fix AutoTestDictTransform for lambda expressions | Stefan Behnel | 2010-11-23 | 1 | -0/+5 |
| | |||||
* | new autotestdict.{cdef,all} directives that put cdef and non-doctest ↵ | Stefan Behnel | 2010-11-03 | 1 | -4/+10 |
| | | | | | | | | docstrings into __test__, skip non-doctest docstrings by default --HG-- rename : tests/run/autotestdict.pyx => tests/run/autotestdict_all.pyx rename : tests/run/autotestdict.pyx => tests/run/autotestdict_cdef.pyx | ||||
* | reverted support for cdef functions in __test__ dict: increases module size ↵ | Stefan Behnel | 2010-11-02 | 1 | -4/+5 |
| | | | | and init code but rarely helps | ||||
* | enable doctests in cdef functions/methods, do not rewrap docstrings in ↵ | Stefan Behnel | 2010-11-02 | 1 | -6/+5 |
| | | | | __test__ dict as EncodedString() but keep them as they are | ||||
* | simplify auto __test__ dict generation: | Stefan Behnel | 2010-10-31 | 1 | -73/+54 |
| | | | | | store docstrings directly in the dict instead of looking them up at module init time => much faster, a lot less code, fewer redundant string constants (duplicate strings are unified anyway), and just as good, as docstrings of Cython functions/methods can't currently be changed anyway | ||||
* | Py3: __cmp__ is gone, __bool__ instead of __nonzero__ | Lisandro Dalcin | 2010-04-28 | 1 | -1/+2 |
| | |||||
* | do not emit C code for unused special method docstrings | Lisandro Dalcin | 2010-04-14 | 1 | -1/+2 |
| | |||||
* | Fix for autotestdict & property not playing well together. | Craig Citro | 2010-03-09 | 1 | -1/+12 |
| | |||||
* | Fix #508 | Dag Sverre Seljebotn | 2010-02-20 | 1 | -0/+2 |
| | |||||
* | Blacklist __nonzero__ from autotestdict | Dag Sverre Seljebotn | 2009-10-20 | 1 | -1/+1 |
| | |||||
* | Yet another bugfix for autotestdict | Dag Sverre Seljebotn | 2009-10-16 | 1 | -1/+5 |
| | |||||
* | Another blacklisted autotestdict method. | Robert Bradshaw | 2009-10-15 | 1 | -1/+1 |
| | |||||
* | Incomplete hack for autotestdict, see #387 | Dag Sverre Seljebotn | 2009-10-15 | 1 | -0/+4 |
| | |||||
* | Fix for Python 2.3 | Robert Bradshaw | 2009-10-07 | 1 | -2/+2 |
| | |||||
* | Rename doctesthack -> autotestdict, and make it default | Dag Sverre Seljebotn | 2009-10-05 | 1 | -3/+3 |
| | | | | | | | --HG-- rename : tests/errors/e_doctesthack.pyx => tests/errors/e_autotestdict.pyx rename : tests/run/doctesthack.pyx => tests/run/autotestdict.pyx rename : tests/run/doctesthack_skip.pyx => tests/run/autotestdict_skip.pyx | ||||
* | Fix doctesthack for cdef functions | Dag Sverre Seljebotn | 2009-10-05 | 1 | -1/+7 |
| | |||||
* | Move nodes to exprnodes | Dag Sverre Seljebotn | 2009-10-03 | 1 | -35/+1 |
| | |||||
* | doctesthack directive | Dag Sverre Seljebotn | 2009-10-01 | 1 | -14/+37 |
| | |||||
* | doctesthack directive works for global functions | Dag Sverre Seljebotn | 2009-10-01 | 1 | -0/+90 |