summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added tag 0.21.2 for changeset ab1a3afb87750.21.xStefan Behnel2014-12-271-0/+1
* prepare release of 0.21.20.21.2Stefan Behnel2014-12-272-2/+2
* changelogStefan Behnel2014-12-261-0/+3
* postpone import of distutils Extension type in test runner in case setuptools...Stefan Behnel2014-12-261-3/+4
* fix test runner and pyximport in Py 2.7.9 and 3.4+: setuptools replaces "dist...Stefan Behnel2014-12-262-17/+27
* changelogStefan Behnel2014-12-251-0/+23
* clarify 'with gil' signature in C code wrapping docsStefan Behnel2014-12-051-4/+3
* Emit DL_IMPORT macro for python3Philip Herron2014-12-111-0/+7
* Fix code-example syntax in documentationValentin Haenel2014-10-241-1/+1
* "nogil" for C++ castsLars Buitinck2014-10-221-1/+1
* Document implicit return value behaviour of cdef functions.nbruin2014-11-201-1/+9
* reference naming conflict resolution from C++ wrapping doc, show how to wrap ...Stefan Behnel2014-11-142-0/+33
* update "external C code" docsStefan Behnel2014-11-021-5/+8
* fix typoStefan Behnel2014-11-021-1/+1
* slightly update "sharing declarations" sectionStefan Behnel2014-11-021-7/+14
* clarify comment in caveats.rstStefan Behnel2014-11-011-1/+1
* explain how to use language='c++' before Cython 0.21.1 (patch by Daniele Nico...Stefan Behnel2014-10-301-0/+15
* add some missing CPython 2.x declarationsStefan Behnel2014-10-301-0/+10
* fix shrinking and overflow in cpython.arrayLars Buitinck2014-12-102-6/+18
* safety fixStefan Behnel2014-12-141-1/+1
* safety fixStefan Behnel2014-12-141-1/+1
* A couple of DebugTransform fixes.Robert Bradshaw2014-12-092-1/+2
* add missing malloc() result casts in embedding main program codeStefan Behnel2014-12-011-2/+2
* fix temp leak and crash when assigning a C value to both a Python and C targe...Stefan Behnel2014-11-282-8/+32
* factor out redundancy in std::string -> Python object helper codeStefan Behnel2014-10-311-23/+7
* add missing std::string to str convertion helperStefan Behnel2014-10-313-4/+169
* Test for non-default constructor in bases.Robert Bradshaw2014-10-292-5/+14
* Remove check for default base constructors when declaring a constructor.Robert Bradshaw2014-10-291-30/+0
* Added tag 0.21.1 for changeset d05a4acd45fcStefan Behnel2014-10-181-0/+2
* extend "make clean"0.21.1Stefan Behnel2014-10-181-0/+1
* Added tag 0.21.1 for changeset 58fc9a3feb83Stefan Behnel2014-10-181-0/+1
* changelogStefan Behnel2014-10-181-2/+4
* prepare release of 0.21.1Stefan Behnel2014-10-181-1/+1
* shrink doc imagesStefan Behnel2014-10-153-0/+0
* add IPython notebook screenshot to the docsDražen Lučanin2014-10-152-0/+2
* avoid LLVM warning: skip ternary operator when value is unsigned (-Wtautologi...rushing2014-10-141-1/+3
* changelogStefan Behnel2014-10-141-2/+2
* changelogStefan Behnel2014-10-141-5/+2
* prepare pre-release of 0.21.1Stefan Behnel2014-10-141-1/+1
* changelogStefan Behnel2014-10-141-5/+6
* changelogStefan Behnel2014-10-141-0/+3
* Remove libc/time.pxd dependency upon sys/types.h (on suggestion of Larsmans).Charles Blake2014-10-022-2/+3
* Change CHANGES.rst to reflect the actual difference from 0.21 release.Charles Blake2014-09-261-3/+3
* Change URI to wikipedia; Remove cimport of unused types; Highlight strptime's...Charles Blake2014-09-261-3/+5
* Fix cimport to reflect pxd re-org.Charles Blake2014-09-261-1/+1
* Change cimports to reflect pxd renames.Charles Blake2014-09-262-2/+2
* Rename test files.Charles Blake2014-09-263-71/+71
* Re-organize so libc.time holds standard C things and posix.time POSIX things.Charles Blake2014-09-262-59/+63
* Move std C time APIs to libc.time; Move posix.sys_time to simply posix.time f...Charles Blake2014-09-263-104/+104
* changelogStefan Behnel2014-10-141-1/+3