summaryrefslogtreecommitdiff
path: root/tests/run/embedsignatures.pyx
Commit message (Expand)AuthorAgeFilesLines
* Allow arbitrary annotations again with "annotation_typing=False", not only va...Stefan Behnel2017-09-271-6/+5
* Disable an "embedsignatures" test that is not actually valid with PEP 484 but...Stefan Behnel2017-09-021-4/+5
* test: Add tests for embedsignature with function annotationsdalcinl-embedsignatureLisandro Dalcin2017-07-201-0/+129
* Update embedsignature directiveLisandro Dalcin2017-07-191-1/+7
* re-add embed-signatures test for signed char signature (which should not be i...Stefan Behnel2015-07-031-0/+3
* Fix a couple of tests due to implicit signed.Robert Bradshaw2015-07-021-28/+0
* support NULL as default argument in auto doc transformStefan Behnel2015-04-061-0/+7
* do not try to generated embedded signatures for lambda functionsStefan Behnel2014-09-071-0/+4
* fix signature embedding test in recent Py3.4Stefan Behnel2014-01-301-0/+2
* fix embedsignatures test in Py3.4Stefan Behnel2013-11-291-34/+52
* Removed the warning about docstrings for private attributes. Fixed erroneous ...Nikita Nemkin2013-04-211-1/+9
* Test fixes for autodoc improvements.Nikita Nemkin2013-04-161-9/+6
* Changed bint representation in autodoc signatures from 'int' to 'bool'.Nikita Nemkin2013-04-141-0/+6
* Attribute docstrings support for cdef public attributes.Nikita Nemkin2013-04-131-0/+35
* Show attribute access and binary operations in default values in autogenerate...Nikita Nemkin2013-04-131-0/+29
* remove dependency on structmember.hLisandro Dalcin2010-03-111-0/+14
* change display of typedef types, use plain name instead of qualified nameLisandro Dalcin2010-03-081-0/+14
* fix default string value representation in auto-embedded signaturesStefan Behnel2009-10-181-4/+0
* test fixesStefan Behnel2009-10-101-4/+4
* Py3 test fixStefan Behnel2009-08-211-6/+10
* Print default arguments syntactically, in order to (for example) preserveJason Evans2009-01-131-0/+18
* Take care to preserve cpdef method docstrings when prepending signatures.Jason Evans2009-01-051-0/+32
* embed __init__ signature in class docstringStefan Behnel2008-12-111-1/+7
* Move autodoc transform to later in the pipeline, remove redundant type format...Robert Bradshaw2008-09-301-10/+10
* Signature embedding: Proper display of native types (#2).LisandroDalcin2008-09-201-1/+119
* Automatic embedding of signatures in docstring (#2)LisandroDalcin2008-09-191-0/+107