cython.git
2008-04-26 Stefan Behnelmake test case actually do stuff
2008-04-26 Stefan Behnelsimpler test case for extern class subtyping
2008-04-26 Stefan Behnelmore tests for source code encodings: test latin-1...
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...
2008-03-29 Robert BradshawAdded optimize_simple_methods to make it possible to...
2008-03-29 ChrisPerkinsFix bug 208262 for files with odd characters in them
2008-03-29 Robert Bradshaw...
2008-03-29 Robert BradshawFix comparison bug for longs and doubles #208053
2008-03-29 Robert Bradshawmore comments on control flow
2008-03-25 Robert BradshawMore control flow work
2008-03-25 Robert BradshawBasic control flow state processing
2008-03-14 Stefan Behnelsupport adding pxd/pxi dependencies to Extension source...
2008-03-09 Robert BradshawSome fixes to get it to run on 2.3
2008-03-09 "Dag Sverre... Support for parse tree transformations.
2008-03-09 Robert Bradshawmerge
2008-03-06 Stefan Behnelfixes for escape sequences in unicode literals
2008-03-05 Stefan Behnelprevent unicode strings from being interned
2008-03-05 Stefan Behnelfix for unicode escapes (\u1234)
2008-03-02 Stefan Behnelpre-Py3k fixes
2008-02-28 Robert BradshawAllow single-character ascii strings to be treated...
2008-02-26 Stefan Behnelmerge
2008-02-25 Robert Bradshawerror on local cimport (rather than traceback)
2008-02-25 Stefan Behnelmerge
2008-02-23 Robert Bradshawnum -> int for int constants
2008-02-16 Stefan Behnelfix exception string formatting for Py_ssize_t values...
2008-02-16 Stefan Behnelmake unpacking exception strings look like those genera...
2008-02-16 Stefan Behnelfixes for True/False in compile time expressions; make...
2008-02-16 Stefan Behnelremoved 'builtin_functions' dict: broke referring to...
2008-02-16 Stefan Behnelfix for 'raise' decref bug unter Python <= 2.4 in error...
2008-02-14 Robert BradshawBump version
2008-02-14 Robert BradshawWarning when overriding cdef method with def method...
2008-02-13 Robert BradshawModule-level cpdef functions
2008-02-13 Robert BradshawUndo botched api -> pxd
2008-02-13 Robert BradshawCleanup warnings
2008-02-13 Robert BradshawReal fix for builtins caching + coercion bug (as report...
2008-02-13 bluecreature... Cython disregards the c-name for "cdef public" class...
2008-02-13 Robert BradshawExport pxd functions by default
2008-02-13 Robert BradshawDon't flatten list comprehension nodes
2008-02-13 Robert BradshawTemporary python object casts OK for numeric types.
2008-02-13 Robert BradshawEnable narrowing return type when subclassing
2008-02-13 Robert Bradshaw...
2008-02-13 Robert BradshawError condition compile error on error type
2008-02-10 Stefan Behnelsupport True/False in compile-time statements
next