cython.git
2008-08-19 HoytKoepkeFix crash and bug in AnnotationCCodeWriter 0.9.8.1
2008-08-19 Robert BradshawAdd another missing file.
2008-08-19 Robert BradshawAdded missing file for tests.
2008-08-18 Dag Sverre... runtests.py tests for numpy presence before running...
2008-08-18 Stefan Behnelmerge
2008-08-18 Stefan Behneltest for 'print a,'
2008-08-17 Dag Sverre... Some testcase cleanup.
2008-08-17 Stefan Behnelcleanup
2008-08-17 Stefan Behnelremoved obsolete test
2008-08-17 Robert BradshawAdd pyximport to manifest
2008-08-17 Robert BradshawBetter setup.py pyximport installation
2008-08-16 Robert Bradshawsizeof() works on cdef attributes and cimported types
2008-08-16 Robert BradshawBetter fix for include/comments, squelch internal compi...
2008-08-16 Robert BradshawRequire cython: for compiler directives
2008-08-16 Robert Bradshawmerge
2008-08-16 HoytKoepkeAnnotation fix when no else clause.
2008-08-16 Stefan Behnelthis patch seems to fix some builtin-related declaratio...
2008-08-16 Stefan Behnelextended test case that currently fails
2008-08-16 Stefan Behnelmerge
2008-08-16 Stefan Behnelsomewhat incomplete test for cdef kwargs, but here...
2008-08-16 Stefan Behnelbetter error message
2008-08-16 Stefan Behnelcleanup
2008-08-16 Robert BradshawFix public extensions declared in pxd files.
2008-08-16 Robert BradshawOptimization for shorter docstrings.
2008-08-15 david@evans... Split docstring around \n for compilers who barf at...
2008-08-15 david@evans... Fix missing opening parenthesis.
2008-08-16 Robert Bradshawinstall pyximport on Cython installation
2008-08-16 Robert Bradshawminor changes to get pyximport working
2008-08-16 PaulPrescodpyximport for compiling .pyx files on import
2008-08-16 Robert BradshawFix parse_option_value error catching.
2008-08-16 Robert Bradshawinplace side effect tests
2008-08-15 Dag Sverre... Buffers: ndim option must now be given as keyword argument
2008-08-15 Dag Sverre... numpy.pxd: Added type_t typedefs corresponding to prede...
2008-08-15 Dag Sverre... Raise compilation error on object[object] inplace opera...
2008-08-15 Dag Sverre... Changed compiler directive comment format
2008-08-15 Dag Sverre... Changed compiler directive option from -O to -X
2008-08-15 Dag Sverre... Improved numpy testcase
2008-08-15 Dag Sverre... Propagating options through list comprehensions.
2008-08-15 Dag Sverre... Added support for recursive trees to Node.dump() utility
2008-08-15 Dag Sverre... Added cutoff argument to Node.dump() utility
2008-08-15 Dag Sverre... Buffers: Unicode dict key problem
2008-08-15 Dag Sverre... Buffers: Inplace operators working
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
next