cython.git
2008-08-25 Stefan Behnelcleanup: one place to generate arg-tuple related errors...
2008-08-25 Stefan Behnelinlined *args splitting code
2008-08-25 Stefan Behnelextended test case
2008-08-23 Stefan Behnelcomments
2008-08-23 Stefan Behnelcleanup
2008-08-23 Stefan Behnelrewrite of the argument unpacking code, now using fast...
2008-08-23 Stefan Behnelcleanup
2008-08-23 Stefan Behneloptimisation: store keyword argument names as Python...
2008-08-22 Stefan BehnelPy3k C-API usage fix
2008-08-22 Stefan BehnelPy3k test fix
2008-08-22 Stefan Behnelsupport excluding tests via command line
2008-08-22 Stefan Behnelmore test fixes
2008-08-22 Stefan Behnelremove compiler warning about unused helper function
2008-08-22 Stefan Behnelmerge
2008-08-22 Stefan Behnelmore accurate exception messages when passing a wrong...
2008-08-22 Stefan Behnelmore cleanup
2008-08-22 Stefan Behnelfixed error handling for required keyword arguments
2008-08-22 Stefan Behnelfixed handling of keyword-only arguments
2008-08-22 Stefan Behnelalmost complete in-place implementation of Python's...
2008-08-22 Stefan Behnelchanged Python C-API usage test case to test includes...
2008-08-22 Stefan Behneladded .pxd for PyUnicode C-API to Cython/Includes/
2008-08-22 Stefan Behnelallow keyword arguments after *args in a function call...
2008-08-21 Andrew StrawBuffers: testcase cleanup
2008-08-21 Dag Sverre... Disallowing buffer indexing as for loop target, as...
2008-08-21 Stefan Behnelnew python_version.pxd for the Python C compile time...
2008-08-21 Stefan Behnelchange SageX references to Cython
2008-08-19 Robert BradshawMake sure the Includes get bundled.
2008-08-19 Robert BradshawBump version number to 0.9.8.1
2008-08-19 Robert BradshawAdded tag 0.9.8.1 for changeset a09347d7b470
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.
next