cython.git
2009-08-21 Stefan BehnelPy2 bytes handling fix
2009-08-21 Stefan Behnelmerged in latest cython-devel
2009-08-21 Stefan Behnelfix string typed compiler directives in Py3
2009-08-21 Stefan Behnelfix test that was broken after merge
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan Behnelfix bytes compile time constants in Py3
2009-08-21 Stefan BehnelPy3 test fix
2009-08-21 Stefan Behnelfix struct handling in Py3
2009-08-21 Stefan Behnelfix test exclusion
2009-08-21 Stefan Behneldecode included filenames as we can't handle byte encod...
2009-08-21 Stefan Behnelminor cleanup
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan BehnelPy3 test fixes
2009-08-21 Stefan Behnelexclude incompatible tests under Py3
2009-08-21 Stefan BehnelPy3 encoding fix
2009-08-21 Stefan BehnelPy2.x fix after Py3 char fix ;)
2009-08-21 Stefan Behnelproperly handle char values (bytes with length 1) in Py3
2009-08-21 Stefan Behnelmake sure we do not break encoded scripts when extracti...
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 fix
2009-08-21 Stefan BehnelPy3 unicode fixes
2009-08-21 Stefan Behnel__cmp__() is dead in Py3, ep+lt should be enough though
2009-08-21 Stefan Behnelimport Cython as late as possible
2009-08-20 Stefan BehnelPy3.1 fix
2009-08-20 Stefan Behnelsafe a few cycles (~4%) when calling 'in' on dicts
2009-08-20 Stefan Behnelextended test cases
2009-08-20 Stefan Behnelfix error message
2009-08-20 Stefan Behnelfix error message
2009-08-19 Stefan Behnelmerge
2009-08-19 Stefan Behnelextended exec() implementation, mostly copied from...
2009-08-19 Andrey Plotnikovcode object support in exec statement
2009-08-08 Stefan Behnelmerge
2009-08-08 Stefan Behnelfix switch transform for in-list tests
2009-08-07 Mark Lodatocython_freeze for making stand-alone programs
2009-08-06 Robert Bradshawmerge main branch to devel
2009-07-29 Dag Sverre... #347 fix: Make numpy.complexX_t use Cython complex
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 Robert Bradshawempty bytes global
2009-07-14 Robert Bradshawmore delete tests
2009-07-14 Robert Bradshawdel item test
2009-07-10 Robert BradshawFix cython.locals in pxd for pure Python mode.
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-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 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-02 Stefan Behnelmerge
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 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-11 Stefan BehnelIntNode() value set in tree transformations must be...
2009-06-11 Stefan Behnelfix DebugFlags
2009-06-03 Robert BradshawTicket #326, coerce -1 to -2 for __hash__
2009-05-26 Dag Sverre... merge
2009-05-26 Dag Sverre... New fix for #303
next