cython.git
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
2008-09-22 Dag Sverre... Merge (++, see details)
2008-09-22 Dag Sverre... Initial implementation of nonecheck directive; some...
2008-09-20 LisandroDalcinSignature embedding: Proper display of native types...
2008-09-19 Dag Sverre... Cython optimizations regarding embedding signatures
2008-09-19 LisandroDalcinembedding of signatures in docstring (#2)
2008-09-18 Dag Sverre... Test case for #48.
2008-09-18 Dag Sverre... Better error for casts (#48)
2008-09-17 Dag Sverre... Buffers: Added C and Fortran contiguous modes
2008-09-14 KirillSmelkovBuilding tags with ctags [1] helps navigating source...
2008-09-14 Robert BradshawUnsigned arithmatic, ticket #54
2008-09-13 Robert BradshawFix cpdef cross-module dispatching bug, greatly simplif...
2008-09-13 Robert Bradshawstupid merge
2008-09-13 Robert BradshawOption to emit #line directives, ticket #53
2008-09-10 Stefan Behnelmissing decref in __Pyx_ImportType()
2008-09-10 Stefan Behnelcleanup of __Pyx_ImportType() to allow constifying...
2008-09-10 Stefan Behnelsignature constification to remove C++ compiler warning...
2008-09-07 Stefan Behnelenable the switch transform also for long 'or' expressi...
2008-09-06 Stefan Behnelconst parameter fix by Ondrej
2008-09-05 Stefan Behnelenable source annotations in test runner by default
2008-09-05 Stefan Behnelfix for #59: compiler crash when special signatures...
2008-09-05 Stefan Behnelunused test case for #5
2008-09-04 Dag Sverre... Buffers: Format string parsing change (ticket 66)
2008-09-04 Dag Sverre... Buffers: Better Py2.6 support (ticket 62)
2008-09-04 Dag Sverre... merge
2008-09-04 Stefan Behnelfixed utility code integration for try-except
next