cython.git
2008-08-14 Robert BradshawPartial revert of 1001, use builtin unicode type.
2008-08-14 Robert BradshawFix embed_position encoding bug.
2008-08-13 Dag Sverre... Fixed buffer [] syntax yet another time
2008-08-13 Dag Sverre... Buffers: Fix for Python 2.6 beta compatability
2008-08-13 Dag Sverre... merge
2008-08-13 Dag Sverre... Made bufaccess.pyx testcase Py3-compatible
2008-08-13 Dag Sverre... Added --cython-only switch to runtests.py
2008-08-13 Robert BradshawSage compiles
2008-08-13 Robert Bradshawembed positions fix
2008-08-13 Robert Bradshawchange include to import for python.pxd
2008-08-13 Robert Bradshawstring escaping bugs
2008-08-13 Robert BradshawMinor fixes for bufaccess.
2008-08-13 Robert BradshawMerge fixes, fix constant unicode, string literal indexing.
2008-08-13 Robert Bradshawmerge dag and devel branches
2008-08-12 Stefan Behnelparsetuple format fix
2008-08-12 Stefan Behneluse a dedicated UnicodeType and UnicodeNode to represen...
2008-08-12 Stefan Behnelapplied Py3 exception format patch by Lisandro
2008-08-12 Stefan Behnelslight test change
2008-08-12 Stefan Behnelnew test case that shows broken string literal slicing...
2008-08-12 Stefan Behnelallow unicode values up to 1114111, even if they are...
2008-08-12 Stefan Behneluse correct byte encoding for char values, some escapin...
2008-08-12 Stefan Behnelfix raw string escapes
2008-08-12 Stefan Behnelthe module docstring didn't get escaped
2008-08-12 Stefan Behnelunescape all string content in the parser and escape...
2008-08-12 Stefan Behneldocstrings in classes were neither escaped nor byte...
2008-08-11 Stefan Behnelcleanup: removed special cases from string escaping...
2008-08-11 Stefan Behnelbetter test output: everything else goes through sys...
2008-08-11 Stefan BehnelPy2.6/3.0 import fixes
2008-08-11 Stefan BehnelPy2.6/3.0 import fixes
2008-08-11 Stefan Behnelescape C digraphs, trigraphs and other special characte...
2008-08-10 Stefan BehnelPy3 test fixes
2008-08-10 Stefan BehnelPy2.3 test fixes
2008-08-10 Stefan Behnelnew test runner option to run the regression tests...
2008-08-10 Stefan Behnelmore readable test output
2008-08-10 Stefan Behnelsupport for long unicode escapes ('\U...')
2008-08-10 Stefan Behnelbetter character escapes in C code: oct works better...
2008-08-10 Stefan Behnelcompiler error fix
2008-08-09 Stefan Behnelfix code indentation for strings that contain '{}'
2008-08-09 Stefan BehnelPy3/2.6 beta 2 have a public PyType_Modified() function
2008-08-09 Stefan Behnelfix format string in __Pyx_AddTraceback() to let it...
2008-08-09 Stefan Behnelcmd line docs
2008-08-09 Stefan Behnelcmd line docs
2008-08-09 Stefan Behnelquick way to enable multiple compilation *without*...
2008-08-09 Stefan Behnellet the cmd line option '-v' mean '--verbose', which...
2008-08-08 Robert Bradshawmerge
2008-08-08 Robert BradshawSage compiles.
2008-08-08 Stefan BehnelPy3 test fixes
2008-08-08 Robert BradshawRe-re-instate 908, everything should work now
2008-08-07 Stefan Behneladd a warning for unraisable exceptions (but do not...
2008-08-07 Stefan Behnelreverted rev 921 (still breaks code)
2008-08-07 Stefan BehnelPy3 test fix
2008-08-07 Stefan BehnelPy3 test fixes
2008-08-07 Stefan Behnelextended test case
2008-08-06 Dag Sverre... Buffers: Allow repeat count of 1 on single item format...
2008-08-06 Dag Sverre... Buffers: Support for dtype=object
2008-08-06 Dag Sverre... Buffers: Added __cythonbufferdefaults__ and refactor...
2008-08-06 Dag Sverre... Buffers: Correct order of buffer argument typetest...
2008-08-06 Dag Sverre... Buffer: Added casts to get rid of warnings for extensio...
2008-08-06 Dag Sverre... Buffers: More stable buffer release code
2008-08-05 Stefan Behnelfix setup of test runner for Py3
2008-08-05 Dag Sverre... "from cython cimport boundscheck" working
2008-08-05 Dag Sverre... Removed obsolete unit test
2008-08-05 Dag Sverre... Fixed another bug with [] indexing
2008-08-05 Dag Sverre... Fix precedence rules of decorator options.
2008-08-05 Dag Sverre... Treating cython: comments as regular comments when...
2008-08-05 Dag Sverre... Compiler option decorator, with statement, and testcase...
2008-08-05 Dag Sverre... merge
2008-08-05 Dag Sverre... Decorators: Added capability to refer to attributes...
2008-08-05 Robert BradshawRe-instate 908 with working type names as argument...
2008-08-05 Stefan Behnelreverted rev 908 as it breaks using type names as argum...
2008-08-05 Stefan Behnelmerge
2008-08-05 Stefan Behnelsupport named labels to improve code readability
2008-08-04 Dag Sverre... Fixed bug: Empty "[]" is now always treated as array...
2008-08-04 Dag Sverre... Buffer stuff: Patching suboffsets back to NULL if that...
2008-08-04 Dag Sverre... Fixed commit mistake
2008-08-04 Dag Sverre... Added cython builtin scope
2008-08-04 Dag Sverre... Buffer bounds checking can be turned off via compilatio...
2008-08-04 Dag Sverre... Missed out this file in dec8c6c3a480
2008-08-04 Dag Sverre... Added global compilation option/pragma support to parse...
2008-08-04 Dag Sverre... Removed dead transform prototype code
2008-08-04 Dag Sverre... Fixed some typedef bugs with buffers
2008-08-03 Dag Sverre... Removed dead numpy-specific hack
2008-08-03 Dag Sverre... Moved cached builtin init to Code.py for consistency
2008-08-03 Dag Sverre... Merge.
2008-08-03 Dag Sverre... Fixed bug with BoolNode result_code
2008-08-03 Stefan Behnelmerge
2008-08-03 Stefan Behnelnew test case that is broken as of rev 908
2008-08-03 Stefan Behnelincomplete error test case for cdef class attribute...
2008-08-03 Robert BradshawFix optional cdef arguments for c++, possible optimizat...
2008-08-03 Stefan Behnelfixed string table tail mark
2008-08-03 Stefan BehnelMakefile fix
2008-08-03 kirr@landau... Makefile enhancements.
2008-08-03 Robert BradshawFunction pointers as arguments, better errors for unnam...
2008-08-03 marcus@bitzl.comBetter cython script for windows
2008-08-03 Robert BradshawFix ticket #36, casting non-simple expression.
2008-08-03 Robert BradshawMinor fixes, all tests pass
2008-08-03 Robert BradshawPublic extension type properties working from pxd
2008-08-03 Robert BradshawDissallow non-extern redeclarations.
2008-08-03 Robert Bradshawpublic attribute fix
2008-08-02 Robert Bradshawcdef public extension type attributes
next