cython.git
2008-11-17 Stefan Behnelfixed ref-count bug in try-except handling 0.10.1
2008-11-10 Dag Sverre... cleanup
2008-11-10 Dag Sverre... Fix segfault problem with recent numpy.pxd/Python 2...
2008-11-10 Dag Sverre... Include complex float structs in numpy.pxd
2008-11-10 Dag Sverre... Minor optimization of previous change.
2008-11-10 David Cournapeaunumpy.pxd support also when Py_ssize_t and npy_intp...
2008-11-09 Robert BradshawVersion 0.10 released
2008-11-09 Robert BradshawAdded tag 0.10 for changeset a89b05b78236
2008-11-04 Robert Bradshawremove line comments from annotated html 0.10
2008-11-04 Robert BradshawFix trac #107.
2008-11-04 Robert Bradshawmerge
2008-11-04 Robert BradshawFix compiler crash on error.
2008-11-01 Stefan Behneluse argument name directly instead of indirect pointer
2008-11-01 Stefan Behnelavoid generating inlined keyword unpacking code when...
2008-11-01 Stefan BehnelOptimisation for kw args parsing: static parsing only...
2008-11-01 Stefan Behnelfix Cython code context comments in C code when annotat...
2008-10-31 Stefan Behnelerror test case for boolean cooercion of incompatible...
2008-10-30 Robert Bradshawfirst beta
2008-10-30 Robert BradshawAdded tag 0.9.9.2.beta for changeset 82084a7b654e
2008-10-30 Robert BradshawAdd corner case temp (de)allocation test. 0.9.9.2.beta
2008-10-30 Robert BradshawFix subtle error in new temp allocation.
2008-10-29 Lisandro Dalcinmerge
2008-10-29 Lisandro Dalcinfix typo in generated C sources
2008-10-29 Robert BradshawLess string pxd function checking
2008-10-29 Robert Bradshawmore arg parsing fixes
2008-10-29 Robert BradshawTrac #80, error on unimplemented pxd cdef functions
2008-10-29 Robert BradshawTicket #60, compiler crash on bad array
2008-10-29 Robert Bradshawmore call tests with keywords
2008-10-29 Robert Bradshawmore tests for callargs
2008-10-28 Robert BradshawDon't bother testing the tuple type twice in the critic...
2008-10-28 Robert BradshawFix segfault/invalid value in argument parsing code...
2008-10-28 Robert BradshawFix ticket #98, better error reporting on bad types.
2008-10-28 Lisandro Dalcinunimportant fix in cleanup code for Py23 sets support
2008-10-28 Lisandro Dalcinfix bugs introduced in last commit
2008-10-28 Robert BradshawString subtyping fix from Jason Evans
2008-10-27 Stefan Behnelnew error test for uncallable C types
2008-10-27 Stefan Behnelfixes for compile-time slicing
2008-10-27 Lisandro Dalcinmore tests for get/del integer keys in dicts
2008-10-27 "Lisandro Dalcin"Re: [Cython] PATCH: fix delitem for index nodes
2008-10-27 Robert Bradshawfix for struct construction test
2008-10-27 Dag Sverre... Buffers.py: Remove dead code
2008-10-26 Stefan Behnelignore CmdLine.py in coverage tests
2008-10-26 Stefan Behneluse unicode strings for compiler error tests (just...
2008-10-26 Stefan Behnelnew error test case for string to int conversion
2008-10-26 Stefan Behnelgenerate cleanup code for set utility code
2008-10-26 Stefan Behnelsupport cleanup code for utility code
2008-10-25 Lisandro Dalcina few fixes for Py2.3 set support
2008-10-25 Stefan Behnelfixed stupid mistake from cleaning up Lisandros patch
2008-10-25 Stefan Behnelremoved now unused import
2008-10-25 Stefan Behnelfixes after last commit
2008-10-25 Stefan Behnel- more versatile utility code setup: use a dedicated...
2008-10-25 Stefan BehnelPy2.4 requires some more definitions for the set type
2008-10-25 Stefan Behnelreplacement implementation for set/frozenset in Py3...
2008-10-25 Stefan Behnelupdated test case
2008-10-25 Stefan Behnelmerge
2008-10-25 Stefan Behnelnew failing test case (from Pyrex list)
2008-10-23 Lisandro Dalcinfix return types for some numpy API macro calls
2008-10-23 Lisandro Dalcinfix the location of INLINE macro in prototypes of some...
2008-10-22 Robert Bradshawhandle visibility propagation
2008-10-21 Robert Bradshawutility functions must be static
2008-10-21 Robert BradshawFix switch optimization for attributes
2008-10-21 Robert BradshawFix arithmatic with unsigned and floating point
2008-10-19 Robert Bradshawdisallow names as keys in struct dict literals
2008-10-17 Lisandro Dalcinfix test suite reducing the signal-to-noise ratio of...
2008-10-17 Lisandro Dalcindo not emit type_test_utility_code when type-testing...
2008-10-17 Dag Sverre... Minor Py3 fix in testcase
2008-10-17 Dag Sverre... Docstring bugfix (#103)
2008-10-16 Lisandro Dalcinfix the declaration/initilization/cleanup of module...
2008-10-15 Lisandro Dalcinpyrex backport, accept ctypedef public api declarations
2008-10-14 Dag Sverre... Disable array literals outside of pointer declaration
2008-10-13 Dag Sverre... Buffers: Better error messages + bugfix
2008-10-11 Dag Sverre... Unumpy.pxd: Avoid character literals to work around...
2008-10-11 Dag Sverre... Cleanup
2008-10-11 Dag Sverre... Buffers: NumPy record array support, format string...
2008-10-10 Robert Bradshawhandle 2.4 dependancy for builtin set
2008-10-10 "didier deshommes"Re: [Cython] cython doesn't compile cdef'd variables...
2008-10-10 Robert Bradshawremove debug statement
2008-10-09 Robert Bradshawfix for boolean optimization
2008-10-09 Robert Bradshawre-enable fast isinstance
2008-10-09 Robert BradshawOptimize conditions when one side of binop is pure C.
2008-10-08 Robert BradshawBetter NULL parsing, touchup pure test
2008-10-08 Robert Bradshawpure mode enhancements, tests
2008-10-08 Robert Bradshawstruct conversion tests
2008-10-08 Robert BradshawMore struct cleanup.
2008-10-08 Robert Bradshawstruct -> object for extern structs
2008-10-08 Robert Bradshawstruct to object via dict
2008-10-08 Robert BradshawMove e_switch to tests.
2008-10-08 Robert BradshawFix ticket #72, (compiler crash on bad code)
2008-10-08 Robert Bradshawcleanup print statements
2008-10-08 Robert Bradshawminor fixes
2008-10-08 Robert Bradshawcall struct constructor
2008-10-08 Robert BradshawCoercion of dict to struct.
2008-10-08 Robert BradshawFix literal lists for C++
2008-10-08 Robert Bradshawmerge
2008-10-08 Robert BradshawReworking of list conversion (needs to always analyse...
2008-10-07 Robert Bradshawlists as literal structs
2008-10-07 Robert Bradshawc literal lists
2008-10-07 Robert Bradshawmore flexable declare
2008-10-07 Robert Bradshawfrom cython import foo
2008-10-06 Dag Sverre... merge
next