summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cython 0.12.10.12.1Robert Bradshaw2010-02-021-1/+1
* 0.12.1.rc1Robert Bradshaw2010-01-301-1/+1
* Tests for ticket #445.Robert Bradshaw2010-01-301-0/+47
* Ticket #445, explicit complex castingRobert Bradshaw2010-01-301-2/+16
* 0.12.1.rc0Robert Bradshaw2010-01-301-1/+1
* Package cleanup.Robert Bradshaw2010-01-302-2/+1147
* fix undefined nameStefan Behnel2010-01-281-1/+1
* catch ArithmeticError during constant folding => not constantStefan Behnel2010-01-281-1/+1
* 0.12.1.beta0Robert Bradshaw2010-01-261-1/+1
* INLINE -> CYTHON_INLINE to avoid conflictsRobert Bradshaw2010-01-257-97/+99
* test case for #467Stefan Behnel2010-01-242-0/+33
* fix test after fixing #480Stefan Behnel2010-01-241-11/+11
* fix #480: float() as a type cast for function return valuesStefan Behnel2010-01-242-6/+23
* Testcase for #480.Robert Bradshaw2010-01-241-0/+9
* 0.12.1.alpha0Robert Bradshaw2010-01-221-1/+1
* Library linking demo.Robert Bradshaw2010-01-214-0/+42
* Fix too many open files bug in testrunner.Robert Bradshaw2010-01-211-1/+2
* Verbose type inference directive.Robert Bradshaw2010-01-212-0/+7
* Warning for implicitly declared variables.Robert Bradshaw2010-01-211-0/+2
* #479, sub-directives via keywordsRobert Bradshaw2010-01-214-62/+92
* solaris + gcc fixRobert Bradshaw2010-01-211-3/+8
* Complex define cleanup.Robert Bradshaw2010-01-141-9/+1
* More error message fixes.Robert Bradshaw2010-01-141-5/+5
* Typo in error messages.Robert Bradshaw2010-01-141-2/+2
* looks like CPython can handle dict subtypes in kwargs callsStefan Behnel2010-01-141-1/+1
* code simplification: rewrite of #470 implementation using a utility functionStefan Behnel2010-01-141-21/+32
* implement #470: non-dicts as **kwargsStefan Behnel2010-01-142-0/+74
* Py2/3 portability fixes in test runnerStefan Behnel2010-01-141-21/+27
* support xrange() in Py3 by mapping it to range()Stefan Behnel2010-01-133-8/+68
* Better indentation for profiling macros.Robert Bradshaw2010-01-091-49/+51
* Maybe fix #473 -- MSVC strict about variable declaration placement.Robert Bradshaw2010-01-092-3/+11
* Py3 fixes for embedded example.Robert Bradshaw2010-01-071-4/+4
* minor fixRobert Bradshaw2010-01-061-2/+2
* cleanupRobert Bradshaw2009-12-301-7/+0
* cleanups after removing Lexicon.pickleStefan Behnel2009-12-182-11/+2
* remove legacy pickling of Lexicon.pyStefan Behnel2009-12-182-116/+2
* protect definition of INLINE and fix for MSVC (thanks to Julien Danjou)Lisandro Dalcin2009-12-171-6/+8
* remove old Pyrex code for calling a C compiler to build extension modulesLisandro Dalcin2009-12-1712-3816/+3
* added .pxd for legacy Python 2 buffer interfaceStefan Behnel2009-12-172-0/+64
* Make tests fail gracefully on missing pstats moduleDag Sverre Seljebotn2009-12-142-1/+2
* Streamline writing module-level compatability macros.Robert Bradshaw2009-12-111-135/+133
* Warning for extern type import size mismatch.Robert Bradshaw2009-12-111-7/+8
* fix crash when calling non-trivial type constructorsStefan Behnel2009-12-112-1/+17
* renamed test caseStefan Behnel2009-12-111-0/+0
* cleanupStefan Behnel2009-12-111-4/+5
* fix #466: make sure ConstNode.coerce_to() always returns a new node (required...Stefan Behnel2009-12-114-28/+49
* commentStefan Behnel2009-12-091-0/+4
* commentStefan Behnel2009-12-091-0/+3
* call Py_TYPE(x) instead of type(x)Stefan Behnel2009-12-094-27/+56
* test case for ticket #466Stefan Behnel2009-12-092-0/+11