cython.git
2008-08-15 Dag Sverre... Cloneable buffer IndexNode (preparations for buffer...
2008-08-15 Dag Sverre... More inplace operator testcases
2008-08-15 Dag Sverre... Testcase for C array inplace operators
2008-08-15 Dag Sverre... Backed out changeset c59d0e5d0bdf -- it broke C array...
2008-08-15 Dag Sverre... Buffers: Inplace operators.
2008-08-15 Dag Sverre... Buffers: Support for typedefs floats.
2008-08-15 Dag Sverre... Buffers: Update test-case strings, clean up endianness
2008-08-15 Dag Sverre... numpy.pxd improvements, see details
2008-08-15 Dag Sverre... Make numpy tests run on my doctest
2008-08-15 JimKlecknerWindos __stdcall and _USE_MATH_DEFINES
2008-08-15 Robert BradshawMore NumPy array fixes.
2008-08-15 Stefan Behnelremoved debug code
2008-08-15 Stefan BehnelRewrite of the string literal handling code
2008-08-14 Stefan Behneltest runner fix
2008-08-14 Stefan Behnelmerge of 0.9.8.1 beta2
2008-08-14 Robert BradshawFix annotation.
2008-08-14 Robert BradshawPartial revert of 1001, use builtin unicode type.
2008-08-14 Stefan Behnelbetter test output
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
next