cython.git
2009-07-23 Robert Bradshawnumpy headers in demo setup.py
2009-07-22 Robert BradshawBetter complex conversion.
2009-07-21 Robert BradshawBetter CYTHON_TRACING macro.
2009-07-20 Robert Bradshawfix nogil profiling
2009-07-20 Robert BradshawProfiling test
2009-07-20 Robert BradshawDisable tracing for now.
2009-07-20 Robert BradshawCython profiling
2009-07-16 Danilo FreitasOverloading operators
2009-07-16 Robert Bradshawempty bytes global
2009-07-14 DaniloFreitasgeneral best_match and analyse_cpp_operation
2009-07-14 DaniloFreitasMore on overloading operators (+ and -)
2009-07-14 Robert Bradshawmore delete tests
2009-07-14 Robert Bradshawdel item test
2009-07-13 DaniloFreitasSome work with operator
2009-07-10 Robert BradshawFix cython.locals in pxd for pure Python mode.
2009-07-09 Robert Bradshawmore function overloading
2009-07-09 Robert Bradshawmerge
2009-07-09 DaniloFreitassmall fixes
2009-07-09 Robert BradshawFix cpp class example (now that we have function overlo...
2009-07-09 DaniloFreitasFunction overloading (declaring and using)
2009-07-08 Stefan Behnelfix __future__ division semantics for constant expressi...
2009-07-08 Stefan Behnelfix byte string escaping of '\' in Py2.x (broken by...
2009-07-08 DaniloFreitasFunction overloading
2009-07-07 Robert Bradshawmake sure constructor/destructors are being called
2009-07-07 Robert BradshawMore cpp test, don't need cpp file.
2009-07-07 Robert BradshawExpand and fix cpp tests
2009-07-07 Danilo FreitasTest files for cpp classes.
2009-07-07 Robert Bradshawminor fix
2009-07-07 Dag Sverre... Partial fix for #307, see ticket
2009-07-06 Stefan Behnelenable % formatting of byte strings by providing a...
2009-07-06 Stefan Behnelenable running the tests in Py3.1
2009-07-06 Dag Sverre... Updated numpy.pxd
2009-07-06 Stefan BehnelPy3 fix: make sure byte strings end up in the code...
2009-07-06 Stefan Behnelmake sure header filenames pass literally into the...
2009-07-06 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 2to3 fix
2009-07-05 Stefan Behnelfix TreeFragment: parsing works on Unicode streams
2009-07-05 Stefan BehnelPy3 fix
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan BehnelPy3 fixes
2009-07-05 Stefan Behnelfix constant folding: calculate float values but do...
2009-07-05 Stefan Behnelrevert typing in Visitor.pxd because of obscure type...
2009-07-04 Stefan Behnelenable cdivision switch for 0.12
2009-07-04 Robert Bradshawmerge
2009-07-04 Stefan BehnelPy3 code fixes
2009-07-03 Stefan Behnelonly regenerate Cython's own C sources when the .py...
2009-07-03 Stefan Behnelunused import
2009-07-03 Stefan BehnelPy3 fix
2009-07-03 Stefan Behnelreduce code-gen time spent in builtins
2009-07-03 Stefan Behnelclean up compiled code in Visitor.py
2009-07-03 Stefan Behnelfix declaration in Parsing.pxd
2009-07-03 Stefan Behnelcleanup in Shadow.py: Py_ssize_t is an int_type, nothin...
2009-07-03 Stefan Behnelfaster call to builtin type()
2009-07-03 Danilo FreitasSmall changes on DelStatNode
2009-07-02 Robert BradshawMinor changes to del
2009-07-02 Danilo Freitasdel statement for C++ objects
2009-07-02 Stefan Behnelmerge
2009-07-02 Danilo Freitasnew operator
2009-07-02 Robert Bradshawnew operator
2009-07-02 Danilo Freitassame work
2009-07-02 Danilo FreitasWorking with 'new' operator
2009-06-30 Dag Sverre... nogil check changes; fixes #338 and #329
2009-06-30 Dag Sverre... Make it easier to compare and debug error testcase...
2009-06-28 Robert BradshawName numpy type enum
2009-06-27 Dag Sverre... merge
2009-06-27 Dag Sverre... Rename pragma => directive in source
2009-06-27 Stefan Behnelfix extended iterable unpacking in Py3.1
2009-06-26 Danilo FreitasWorkint with 'new' operator
2009-06-26 Stefan Behneltest case for class decorators
2009-06-26 Stefan Behnelmerge
2009-06-26 Stefan Behnelclass decorators for Python classes - disabled for...
2009-06-25 Dag Sverre... merge
2009-06-25 Dag Sverre... Further code streams/code.globalstate/ModuleNode refact...
2009-06-25 Dag Sverre... Remove file which should never have been uploaded
2009-06-25 Dag Sverre... Fix #191
2009-06-19 Lisandro Dalcinget rid of string comparisons in classmethod utility...
2009-06-19 Robert BradshawRework namespaces into cname.
2009-06-19 Robert BradshawResolve subclass assignment
2009-06-17 Danilo FreitasDeclaring and using inherited attributes
2009-06-11 Stefan BehnelIntNode() value set in tree transformations must be...
2009-06-11 Stefan Behnelfix DebugFlags
2009-06-09 Robert BradshawMore on cpp class declaration_code
2009-06-09 Robert BradshawMore work on cpp types.
2009-06-09 Robert BradshawRemove windows line break characters.
2009-06-09 Robert BradshawMerge in latest release.
2009-06-09 DaniloFreitasCpp class scope and type
2009-06-03 Robert BradshawTicket #326, coerce -1 to -2 for __hash__
2009-06-03 DaniloFreitasCppClassScope
2009-05-26 Dag Sverre... merge
2009-05-26 Dag Sverre... New fix for #303
2009-05-26 Dag Sverre... Revert previous fix of #303
2009-05-21 Dag Sverre... Fix for#257
2009-05-21 Dag Sverre... UtilityCode put_code protocol
2009-05-21 Dag Sverre... Move UtilityCode to Code.py
2009-05-21 Dag Sverre... merge
2009-05-21 DaniloFreitasnamespace allowed (cdef extern from "foo.h" namespace...
next