summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix C compiler warning about unused expression result0.19.xStefan Behnel2013-12-211-1/+1
* fix 'raise type, instance' in Py3 by preventing it from trying to re-instanti...Stefan Behnel2013-11-231-22/+39
* extend testStefan Behnel2013-11-231-0/+13
* back out the last two exception raising changesStefan Behnel2013-11-231-11/+20
* fix refcounting in __Pyx_Raise() because PyErr_NormalizeException() increfs i...Stefan Behnel2013-11-231-1/+10
* let CPython do the exception instantiation on 'raise' in Py3 to make sure we ...Stefan Behnel2013-11-232-20/+25
* avoid useless lookup of unknown encoding (fixes compiler crash)Stefan Behnel2013-11-031-2/+2
* add regression test for non-optimised unicode.encode() callsStefan Behnel2013-11-031-0/+9
* fix ref-leak during Py2-style class instantiationStefan Behnel2013-11-011-1/+3
* Merge pull request #265 from msabramo/0.19.x_bdist_setuptoolsRobert Bradshaw2013-10-241-2/+5
|\
| * setup.py: Use setuptools when invoked with bdist_{egg,wheel}.Marc Abramowitz2013-10-221-2/+5
|/
* prepare release of 0.19.20.19.2Stefan Behnel2013-10-131-1/+1
* fix typosStefan Behnel2013-10-121-1/+1
* improve error handling in malloc tutorial exampleStefan Behnel2013-10-121-10/+14
* add minimal support for new tp_finalize type slot in Py3.4 to prevent C compi...Stefan Behnel2013-10-123-0/+10
* fix some more exception handling in array.pxdStefan Behnel2013-10-121-6/+6
* Multiple fixes to array.extend()Yury V. Zaytsev2013-10-082-3/+9
* changelogStefan Behnel2013-10-111-0/+7
* prepare release of 0.19.2Stefan Behnel2013-10-111-1/+1
* mention PyMem_*() C-API functions in memory allocation tutorialStefan Behnel2013-10-111-7/+27
* Added limitations from wiki.Robert Bradshaw2013-08-021-0/+56
* Add memory allocation from wiki.Robert Bradshaw2013-08-032-0/+79
* move Cython tutorial from user guide to tutorial partStefan Behnel2013-07-143-2/+3
* merge overview page from user guide into quickstart and delete itStefan Behnel2013-07-143-43/+12
* move some build docs from user guide to reference to reduce redundancyStefan Behnel2013-07-082-78/+87
* Fix several MS compiler warnings.Josh Ayers2013-05-202-4/+4
* Some math.h fixes, c99 isX macros.Robert Bradshaw2013-09-251-3/+8
* some missing math.h functions and macros in math.pxdLars Buitinck2013-09-051-2/+14
* move misplaced PyObject_Format() C-API declaration to right .pxd fileStefan Behnel2013-10-112-0/+6
* fix declaration of PyBuffer_FillInfo()Stefan Behnel2013-10-101-3/+2
* minor code cleanupStefan Behnel2013-09-011-2/+1
* make code blocks open on first click instead of secondStefan Behnel2013-09-011-1/+1
* fix some HTML issues in annotation fileStefan Behnel2013-09-011-7/+10
* minor doc fixesStefan Behnel2013-08-131-4/+5
* Clarify cdef vs. def function arguments.Robert Bradshaw2013-08-121-1/+8
* Fix typoJoonas Paalasmaa2013-08-301-1/+1
* Set correct baseclass for heap allocated type subclasses.Robert Bradshaw2013-09-121-1/+5
* fix grammar/typo in build docsBryan Bishop2013-09-081-1/+1
* fix some declarations in numpy.pxdStefan Behnel2013-07-181-2/+2
* Py3 fixStefan Behnel2013-07-181-1/+1
* support parsed directive values also inside of code, not only in the top-leve...Stefan Behnel2013-07-172-2/+25
* Merge branch '0.19.x' of git+ssh://github.com/cython/cython into 0.19.xStefan Behnel2013-07-141-1/+7
|\
| * changelogStefan Behnel2013-07-141-1/+7
* | whitespaceStefan Behnel2013-07-141-0/+1
* | remove another reference to the old distutils build (in quickstart!) and clar...Stefan Behnel2013-07-141-10/+8
* | rst fixStefan Behnel2013-07-141-1/+1
* | update userguide to use cythonize() for buildingStefan Behnel2013-07-142-18/+52
* | fix sphinx markupStefan Behnel2013-07-141-9/+9
* | add hint on when C++ strings are usefulStefan Behnel2013-07-141-1/+3
* | add explicit section on Cython's Python string typesStefan Behnel2013-07-141-8/+37