summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove conditional compilation handling old Python < 2.6dalcinl/no-old-pythonLisandro Dalcin2014-09-013-12/+7
* Remove conditional compilation handling old Python 3.0Lisandro Dalcin2014-09-012-7/+7
* Get rid of obsolete Python cruftLisandro Dalcin2014-08-3110-52/+38
* allow disabling method call optimisation with a directiveStefan Behnel2014-08-313-3/+17
* reduce code duplication in inlined utility functionStefan Behnel2014-08-301-12/+17
* allow fast PyLong unpacking also for small integer typesStefan Behnel2014-08-301-18/+14
* fix error handling in backported matrix multiplication and compare to actual ...Stefan Behnel2014-08-302-6/+51
* optimise method calls in backport of matix multiplicationStefan Behnel2014-08-301-6/+34
* move JediTyper into Tools directory as it's not in a state that would suggest...Stefan Behnel2014-08-293-7/+19
* refactor duplicated code in utility functionStefan Behnel2014-08-291-6/+5
* add missing utility code dependencyStefan Behnel2014-08-291-0/+1
* ignore gc.collect() result in testStefan Behnel2014-08-291-1/+1
* speed up appending integer values to bytearray objects in Py3Stefan Behnel2014-08-292-0/+21
* add missing tp_new() call test (found by coverage analysis)Stefan Behnel2014-08-291-0/+19
* extend test to cover from-import list with trailing commaStefan Behnel2014-08-281-0/+1
* commentStefan Behnel2014-08-281-1/+1
* test runner: include cythonize.py script in 2to3 conversionStefan Behnel2014-08-281-0/+1
* safety fix in test to get more reproducible resultsStefan Behnel2014-08-281-0/+1
* changelogStefan Behnel2014-08-281-0/+4
* changelogStefan Behnel2014-08-281-0/+4
* prepare release of Cython 0.21 beta 2Stefan Behnel2014-08-281-1/+1
* changelogStefan Behnel2014-08-281-0/+2
* minor cleanupStefan Behnel2014-08-281-2/+2
* Merge pull request #310 from moben/masterscoder2014-08-281-2/+1
|\
| * don't include buildtime in watermarkBenedikt Morbach2014-08-011-2/+1
* | Merge pull request #318 from larsmans/virtual-destructorRobert Bradshaw2014-08-231-0/+1
|\ \
| * | prevent compiler warning for missing virtual destructorLars Buitinck2014-08-231-0/+1
* | | Merge pull request #317 from larsmans/nested_templatesscoder2014-08-233-3/+16
|\ \ \
| * | | fix nested C++ template syntaxLars Buitinck2014-08-233-3/+16
| |/ /
* | | simplify Py version checks in arrayarray.hStefan Behnel2014-08-231-2/+2
* | | improve memory management example and commentsStefan Behnel2014-08-231-4/+4
* | | remove outdated commentStefan Behnel2014-08-231-1/+0
* | | minor test cleanupStefan Behnel2014-08-231-5/+6
* | | changelogStefan Behnel2014-08-221-0/+2
|/ /
* | simplify comparison in testStefan Behnel2014-08-221-1/+1
* | fix C compiler warning in testsStefan Behnel2014-08-221-1/+1
* | fix reference to utility code that was renamedStefan Behnel2014-08-221-1/+1
* | fix copy&paste bugStefan Behnel2014-08-211-1/+1
* | mergeStefan Behnel2014-08-213-7/+16
|\ \
| * | Cleanup C++ test.Robert Bradshaw2014-08-201-6/+6
| * | Allow staticmethod in non-decorator contexts.Robert Bradshaw2014-08-202-1/+10
* | | split internal method calling helper functions into specialised 0-, 1-, 2- ar...Stefan Behnel2014-08-215-31/+124
|/ /
* | move increfs closer to the corresponding variable usages in C code (just in c...Stefan Behnel2014-08-171-2/+2
* | clean up test code: "unoptimised" code is no longer unoptimisedStefan Behnel2014-08-171-2/+2
* | exclude types from method call optimisation again (thinko: we're dealing with...Stefan Behnel2014-08-171-1/+3
* | exclude local Python classes from method call optimisation (even with metacla...Stefan Behnel2014-08-171-2/+3
* | properly integrate Python class nodes into type inferenceStefan Behnel2014-08-172-8/+14
* | no need to assume an assignment without RHS to be assigning a methodStefan Behnel2014-08-171-1/+1
* | unbound methods/classmethods use PyMethodObject in Py3 as well, so include th...Stefan Behnel2014-08-172-8/+4
* | wrap long linesStefan Behnel2014-08-171-2/+4