summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* prepare release candidate for 0.210.21rc1Stefan Behnel2014-09-081-1/+1
* disable IPython history thread in test to prevent dangling thread problem in ...Stefan Behnel2014-09-081-0/+7
* change test to avoid failures if the GC environment isn't clean before runnin...Stefan Behnel2014-09-081-2/+16
* fix typo in commentStefan Behnel2014-09-081-1/+1
* remove unused imports in testStefan Behnel2014-09-081-1/+1
* fix some typos in commentStefan Behnel2014-09-081-1/+1
* fix an "unused arg" C++ compiler warning in test suiteStefan Behnel2014-09-081-0/+1
* avoid redundant type pointer comparison in "__Pyx_PyBaseString_Check()" as Py...Stefan Behnel2014-09-071-2/+1
* use generic "__Pyx_PyUnicode_READY()" macro instead of checking for PEP393 al...Stefan Behnel2014-09-073-15/+5
* try not to write absolute source file paths into C file position comments and...Stefan Behnel2014-09-071-1/+5
* do not try to generated embedded signatures for lambda functionsStefan Behnel2014-09-072-0/+8
* allow subtypes in right operand to override left side parent class behaviour ...Stefan Behnel2014-09-071-35/+25
* make libcython.py Py2/3 compatible to allows its immediate usage from both ve...Stefan Behnel2014-09-052-91/+144
* reduce excessive inlining in calling code a bit by moving some fallback code ...Stefan Behnel2014-09-051-11/+12
* try to fix MSVC compilation problem by simplifying macro usageStefan Behnel2014-09-051-13/+17
* allow useless trailing semicolons in some places where people tend to put the...Stefan Behnel2014-09-055-13/+43
* fix crash when assigning memoryviews through ternary conditional expressionsStefan Behnel2014-09-043-1/+40
* remove unused variableStefan Behnel2014-09-031-1/+0
* Merge pull request #319 from cython/dalcinl/no-old-pythonscoder2014-09-0312-69/+50
|\
| * 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
* | avoid useless indirection for module dict lookup and instead use known refere...Stefan Behnel2014-09-012-6/+2
* | fix reference leak in case of fatal errors during module setupStefan Behnel2014-09-011-1/+4
* | avoid useless indirection during CFunction setup and instead use known module...Stefan Behnel2014-09-011-1/+1
* | Be explict about bytes in custom string test.Robert Bradshaw2014-09-011-2/+2
* | Fix extern packed struct test.Robert Bradshaw2014-09-011-7/+2
* | Allow extern packed struct for buffer type unpacking code.Robert Bradshaw2014-09-012-2/+0
* | Allow custom std::string alternatives.Robert Bradshaw2014-09-013-9/+62
* | Update setupegg.py to Python 3Lisandro Dalcin2014-08-311-1/+2
|/
* 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