summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor doc clarification0.20.xStefan Behnel2014-04-301-2/+2
* fix typo in docsStefan Behnel2014-04-301-1/+1
* Fix self arg type when adding optional arguments in an override.Robert Bradshaw2014-04-292-3/+29
* fix memory leak for memory views in extension subtypesStefan Behnel2014-04-264-1/+68
* fix doc typoStefan Behnel2014-04-131-1/+1
* add test for utility code inclusion in conversion of external structsStefan Behnel2014-04-122-0/+27
* utility code construction for struct conversion requires constructing the fie...Stefan Behnel2014-04-121-4/+2
* whitespaceStefan Behnel2014-04-121-2/+4
* Fix struct conversion.Robert Bradshaw2014-04-071-2/+2
* changelogStefan Behnel2014-03-221-3/+2
* fix compiler crash on "readonly" properties in "binding" modeStefan Behnel2014-03-163-5/+146
* move embedded C main function code into external utility code fileStefan Behnel2014-03-152-193/+193
* Merge pull request #282 from larsmans/simplify-branch-prediction_macrosscoder2014-03-111-10/+6
|\
| * simplify test for GCC >= 2.95 for branch predictionLars Buitinck2014-03-101-10/+6
* | Merge pull request #281 from larsmans/doc-memview-attribsscoder2014-03-111-8/+8
|\ \
| * | document memoryview attributes betterLars Buitinck2014-03-101-8/+8
| |/
* | provide better error message for user errors like (non-C++) "complex[double]"Stefan Behnel2014-03-111-1/+1
* | fix compiler crashStefan Behnel2014-03-111-1/+4
* | restrict freelist usage to CPythonStefan Behnel2014-03-102-2/+5
* | Merge pull request #280 from yonose/patch-1Robert Bradshaw2014-03-071-1/+1
|\ \
| * | Fixed typoyonose2014-03-071-1/+1
|/ /
* | add doc note on how to use Cython from IPython notebookStefan Behnel2014-03-071-0/+32
* | make sure we always optimise bytearray.append(INT_LITERAL)Stefan Behnel2014-03-072-11/+13
* | fix ascii auto-encoding in Py3.3Stefan Behnel2014-03-032-1/+3
* | add test for auto-encoding with C++ std::stringStefan Behnel2014-03-031-0/+78
* | use proper "const" declarations for unicode conversion functions to simplify ...Stefan Behnel2014-03-031-7/+7
* | apply freelist type check also when *adding* dead objects to the freelist to ...Stefan Behnel2014-03-031-5/+12
* | fix crash by excluding heap types from the extension type freelistsStefan Behnel2014-03-033-1/+180
* | fix memory leak in memory views when copying overlapping contiguous slicesStefan Behnel2014-03-032-0/+3
* | revert to using malloc/free for data buffer allocation in case external code ...Stefan Behnel2014-03-021-2/+4
* | make it easier for the C compiler to prune some useless error checking code i...Stefan Behnel2014-03-021-1/+1
* | simplify shape unpacking code in cython.array initialiserStefan Behnel2014-03-021-4/+1
* | add fixme commentStefan Behnel2014-03-021-1/+1
* | fix format checking for cython.array.__getbuffer__() in Py3Stefan Behnel2014-03-022-8/+10
* | whitespace fixStefan Behnel2014-03-021-1/+1
* | use CPython heap memory allocation for memory views where possible (outside o...Stefan Behnel2014-03-021-6/+9
* | fix memory leak in exception caseStefan Behnel2014-03-021-15/+13
* | reduce overhead for cython.array() initialiser a bitStefan Behnel2014-03-021-10/+6
* | save a malloc() call when instantiating cython.array()Stefan Behnel2014-03-021-8/+5
* | minor doc improvementStefan Behnel2014-03-021-1/+3
* | Merge pull request #277 from Hinogary/masterRobert Bradshaw2014-03-015-1/+9
|\ \
| * | added function getline from stdio.hMartin Quarda2014-02-281-1/+1
| * | Added mention about 'packed' keywordMartin Quarda2014-02-261-0/+1
| * | Recompiles source even only .pxd file change (if exist)Martin Quarda2014-02-261-0/+2
| * | setup.py can now be launched directly from consoleMartin Quarda2014-02-261-0/+1
| * | Added definition for data and shrink_to_fit c++11 vector methodsMartin Quarda2014-02-261-0/+4
* | | uncomment vector assign function templateRobert Bradshaw2014-02-281-1/+1
* | | use arbitrary but predictable C code order when cleaning up imported extensio...Stefan Behnel2014-02-261-2/+2
* | | use an actual set() for Scope.types_imported instead of a set-ishly used dictStefan Behnel2014-02-262-3/+3
* | | remove reference to unused utility codeStefan Behnel2014-02-261-1/+1