cython.git
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
2008-02-10 Stefan Behnelfixed NameError
2008-02-09 Stefan Behnelmerge
2008-02-09 Robert BradshawAlways need optional struct.
2008-02-08 Stefan Behnelhuge cleanup of 'star-args only' unpacking code, incl...
2008-02-08 Robert BradshawAllow a cpdef function to override a cdef function
2008-02-08 Robert BradshawDefault argument literals, better True/False coercion
2008-02-07 Robert BradshawAdd optional args to any cdef overridden function
2008-02-07 Robert BradshawNumber of arguments can grow with overridden cdef funct...
2008-02-07 Robert BradshawDefault cdef args via struct
2008-02-07 Stefan Behnelcleanup
2008-02-06 Robert Bradshawpxd with optional arguments
2008-02-06 Robert BradshawOptional arguments in cpdef functions
2008-02-06 Stefan Behnelavoid unpacking for functions that only have star args
2008-02-03 Stefan Behneldownstream merge
2008-02-02 Stefan Behnelrefactoring to skip generating arg tuple unpacking...
2008-02-02 Stefan BehnelCython could generate useless argument tuple parsing...
2008-02-02 Robert Bradshaw<type?> does type check for extension types
2008-02-02 Robert BradshawPython object pointer cast warnings
2008-02-02 Robert BradshawActual conversion on <type> casts with one side Python
2008-02-02 Robert BradshawRemove function pointer casting restriction
2008-02-01 Robert BradshawFix cython -v error when no source files given.
2008-02-01 Robert BradshawMangle naming for cleanup function.
2008-02-01 Stefan Behnelfix gcc 2.95 compile issue
2008-02-01 Kirill SmelkovDemos: pyrexc -> cython
2008-03-30 Robert BradshawPython/C API .pxi from Eric Huss
2008-03-30 Robert Bradshawmerge
2008-03-06 Stefan Behnelmore unicode testing, also for null bytes
2008-03-06 Stefan Behneltest fix
next