cython.git
2008-05-01 Robert BradshawBump version number. 0.9.6.14
2008-05-01 Stefan Behnelanother Main.parse() cleanup to make sure a unicode...
2008-05-01 Stefan Behnelenabled test case
2008-05-01 Stefan Behnelsmall fix
2008-04-30 Stefan Behnelstupid bug ...
2008-04-30 Stefan Behnelrobustness against unicode errors on encoding detection
2008-04-30 Stefan Behneltest fix
2008-04-30 Robert BradshawForce tuple creation for generic append.
2008-04-30 Robert BradshawFix errors due to ambiguous names in type vs. variable...
2008-04-29 Robert Bradshawpublic enum
2008-04-28 Robert Bradshaw2.3 compatability, error message tests
2008-04-28 Robert BradshawFix obscure unicode error related to PEP 263 work.
2008-04-28 Robert Bradshawmerge
2008-04-28 Robert BradshawBetter unicode error.
2008-04-28 Stefan Behnelreplace '0' bytes in strings when escaping
2008-04-28 Stefan Behneluse str methods instead of importing string module
2008-04-28 Stefan Behneltest runner for doctests didn't handle compile errors
2008-04-28 Stefan Behnelchange working directory when running C compiler to...
2008-04-28 Stefan Behnelmerge
2008-04-28 Stefan Behnelsimple error test for undefined names
2008-04-28 Stefan Behnelcleanup in runtests.py, support for testing compiler...
2008-04-28 Stefan Behneldoctest fix
2008-04-26 Robert BradshawAppend optimization.
2008-04-26 Gary FurnishFixed issues with -w
2008-04-28 Robert BradshawBetter error for foo(void)
2008-04-28 Robert Bradshawbuiltin type fixes
2008-04-27 Robert Bradshawmerge
2008-04-27 Robert BradshawList and tuple types.
2008-04-26 Stefan Behnelanother simplification of type inheritance sorting
2008-04-26 Stefan Behnelmerge
2008-04-26 Stefan Behnelrewrite of type hierarchy sorting patch
2008-04-26 Robert BradshawMore merging
2008-04-26 Robert BradshawMerge circular imports stuff
2008-04-26 Robert BradshawMore extendable Setup.py
2008-04-26 Robert BradshawFix weakref issue for classes inheriting from a pxd
2008-04-26 Robert BradshawAllow predeclared __Pyx_CppExn2PyErr.
2008-04-26 Stefan Behnelmake test case actually do stuff
2008-04-26 Stefan Behnelsimpler test case for extern class subtyping
2008-04-26 Gary FurnishCircular imports
2008-04-26 Gary FurnishCircular imports
2008-04-26 Stefan Behnelmore tests for source code encodings: test latin-1...
2008-04-26 Gary Furnish-w
2008-04-25 Stefan Behnelno need to use yield for now
2008-04-25 Stefan Behnelwho needs lambda anyway ...
2008-04-25 Stefan Behnelfixed loads of bugs found by pychecker
2008-04-25 Stefan Behneltypo
2008-04-25 Stefan BehnelPython fixes
2008-04-25 Stefan Behneltrivial Python code fixes in Plex
2008-04-25 Stefan Behnelmerge
2008-04-25 Stefan Behneltreat .py files in distutils Extension() sources like...
2008-04-25 Robert Bradshawtrivial merge
2008-04-25 Robert BradshawRename pxi includes to pxd
2008-04-25 Stefan Behnelextended test case
2008-04-25 Stefan Behnelextended test case
2008-04-25 Stefan Behnelfixes for special float value constants (provided by...
2008-04-25 Stefan Behnellet Cython compile .py files without complaining about...
2008-04-25 Stefan Behneltest fix
2008-04-25 Stefan Behnelmoved special float tests into separate test
2008-04-25 Stefan Behnelfixed source filename and Cython code embedding in...
2008-04-23 Stefan Behnelfixed end marker in control flow engine
2008-04-22 Stefan Behnelstyle fixes
2008-04-22 Stefan Behnelinclude test case
2008-04-22 Stefan Behnelunused import
2008-04-22 Stefan Behnelfix encoding in file includes
2008-04-22 Stefan Behnelcomment fix
2008-04-22 Stefan Behnelfix string constants defined in extension classes
2008-04-22 Stefan Behnelsource code encoding support (PEP 263) and UTF-8 defaul...
2008-04-22 Stefan Behnellet docstring test check string type (str/unicode)
2008-04-21 Stefan Behnelfix inf/NaN float constants
2008-04-21 Stefan Behneltest case for DEF int constant assignment
2008-04-21 Stefan Behnelfixed DEF constant integer parsing (bug 220108)
2008-04-21 Stefan Behneltypo (bug 220109)
2008-04-10 Stefan Behnelextended docstring test
2008-04-10 Stefan Behnelfix doubled docstrings for Python classes
2008-04-09 Stefan Behnelmake the test test something
2008-04-09 Stefan Behnelmore unicode tests
2008-04-09 Stefan Behnelfix for broken int-op test case
2008-04-09 Stefan Behneluse Extension class of Cython's Distutils package in...
2008-04-09 Stefan Behnelremove warning about unknown Extension option
2008-04-09 Stefan Behneltest case for 'cdef extern class' definitions in .pxd...
2008-04-09 Stefan Behnelfix include dirs in test runner
2008-04-09 Stefan Behnelreverted 'circular cdef' patch, leaving unrelated chang...
2008-04-08 Robert BradshawFix cdef extern classes
2008-04-08 Robert BradshawMinor packaging changes
2008-04-04 Robert BradshawAdd untracked files to repo.
2008-04-04 Robert BradshawCleanup unsused functions/labels
2008-04-04 Robert BradshawMerge package and compiler repositories.
2008-04-04 Robert Bradshawbump version number
2008-04-04 Robert BradshawMisc little fixes. Sage now builds and passes all tests.
2008-04-03 Robert Bradshawminor fixes
2008-04-03 Robert BradshawTransformation fixes
2008-04-03 Robert BradshawAllow ctypedef my_struct_s my_struct_t[1] trick, can...
2008-04-03 Robert BradshawC++ error handling
2008-03-31 "Felix Wu"Cython and C++ exceptions
2008-03-30 Robert Bradshawc line numbers optional
2008-03-23 Gary FurnishCircular cdef's
2008-03-30 Robert BradshawFix enum bug (values weren't forced to ints)
2008-03-30 Jim Kleckner[Cython] Small patch for __stdcall
2008-03-30 Robert BradshawFix cpdef functions with pointer return parameters...
2008-03-30 Robert Bradshawfix bug 206821 (incorrect ref count when single-arg...
next