cython.git
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
2008-10-06 Dag Sverre... Buffers: Non-nested struct dtype validation support
2009-02-14 Dag Sverre... Testcase cleanup
2009-02-14 Dag Sverre... merge
2009-02-14 Dag Sverre... Cleanup: Removed chained CodeWriter calls
2008-10-04 Robert BradshawMore pure cython mode stuff.
2008-10-04 Robert BradshawAllow .pxd file to set c signatures for .py files.
2008-10-03 "Lisandro Dalcin"[Cython] PATCH: fix pyximport installation as a package
2008-10-01 Robert Bradshawcython.cast, cython.sizeof, and cython.compiled for...
2008-10-01 Robert Bradshawcython.locals(...) decorator for pure python type decla...
2008-09-30 Robert BradshawMove autodoc transform to later in the pipeline, remove...
2008-09-30 Robert Bradshawfix tests
2008-09-30 Robert Bradshawisinstance tests
2008-09-30 "Lisandro Dalcin"[Cython] PATCH: population of builtin types for 'isinst...
2008-09-30 Robert Bradshawtype cleanup
2008-09-30 Robert BradshawExtract last of type list dependance from parser.
2008-09-30 Robert BradshawRefactoring of type parsing
2008-09-29 Dag Sverre... Make NewTempExprNode play nicer; fix typo
2008-09-29 Dag Sverre... Buffers: Complex number structs work.
2008-09-29 Dag Sverre... CloneNode result_code modernization.
2008-09-29 Dag Sverre... Merge
2008-09-28 Dag Sverre... Defer call of calculate_result_code also for target...
2008-09-27 Robert BradshawImplement locals()
2008-09-27 Robert BradshawImplement mod for floats.
2008-09-27 Dag Sverre... Fixed reference leak for NewTempExprNode
2008-09-26 Dag Sverre... NewTempExprNode, which allows incremental migration...
2008-09-25 Dag Sverre... merge
2008-09-25 Dag Sverre... Improvements to TempsBlockNode interface
2008-09-25 Dag Sverre... nonecheck directive for buffer accesses
2008-09-25 Dag Sverre... merge
2008-09-25 Dag Sverre... Buffers: Initial support for structs. Inplace operators...
2008-09-24 Dag Sverre... Rename TempsBlockNode.get_ref_node -> new_ref_node
2008-09-24 Dag Sverre... Introduce TempsBlockNode utility, improve TreeFragment...
2008-09-23 Robert Bradshawmerge
2008-09-23 Robert BradshawRemove unneeded code now that result code is deferred.
2008-09-23 Robert BradshawUse method to get result code, deferred to code generat...
2008-09-23 Dag Sverre... Buffers: cast option (#76)
2008-09-23 Dag Sverre... Buffers: negative_indices option
2008-09-23 Robert BradshawUpdate license file.
2008-09-23 Robert BradshawFix isinstance bug discovered by Lisandro Dalcin
2008-09-23 Robert Bradshawisinstance uses PyObject_TypeCheck when second argument...
2008-09-23 Robert BradshawVisitor dispatch optimization
2008-09-22 Dag Sverre... Moving known bad testcaste to tests/broken
next