Add testcase for #664
[cython.git] / Cython / Compiler /
2011-03-03 Robert BradshawAllow pointer target in C array slice iteration to...
2011-03-03 Robert BradshawFix #663 - type inference for sliced complex pointers.
2011-02-27 Robert BradshawSimplify and enhance struct/union wrapping.
2011-02-26 Robert BradshawFirst pass at struct wrappers.
2011-02-26 Robert BradshawCLeanup Options.py
2011-02-25 Stefan Behnelmerge
2011-02-25 Lisandro Dalcinfix ticket #562
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Lisandro Dalcinfixes and cleanups in __Pyx_main()
2011-02-25 Robert BradshawAnnotate by default if there is an existing annotation.
2011-02-25 Robert BradshawMore temp arg assignment avoidance.
2011-02-25 Robert BradshawOne more side effect we want to avoid in argument ordering.
2011-02-23 Lisandro Dalcineven better __Pyx_check_binary_version()
2011-02-23 Lisandro Dalcinfix builtin hasattr() to suppress only AttributeError...
2011-02-20 Lisandro Dalcinbetter __Pyx_check_binary_version()
2011-02-20 Lisandro Dalcinquick fix previous commit (PySys_GetObject() returns...
2011-02-20 Lisandro Dalcinquick fix previous commit (declarations after code)
2011-02-19 Robert BradshawComplile/runtime version mismatch warning.
2011-02-19 Robert BradshawMake cpp redeclaration an error (vs. a compiler crash...
2011-02-18 Robert BradshawMerge branch 'master' of git://github.com/cython/cython
2011-02-18 Robert Bradshawdel test and assignment fix
2011-02-18 Robert BradshawEmulate del with set to None.
2011-02-18 Lisandro DalcinPython 3: fix NumPy support
2011-02-18 Robert Bradshawmodule_is_name should not be static so that cython...
2011-02-17 Robert BradshawAllow embed option to take function name.
2011-02-15 Lisandro Dalcinarg none check does not require arg type test utility...
2011-02-15 Robert BradshawRemove excessive refcounting.
2011-02-12 Stefan BehnelPy2.7/3.1 add a new field to Py_buffer
2011-02-12 Stefan BehnelC-arrays of uchar/schar are also C strings
2011-02-09 Lisandro DalcinPython 3.2 now uses new C integral type Py_hash_t
2011-02-09 Lisandro Dalcinattempt to silent spurious MinGW warnigns
2011-02-06 Stefan Behnelwhen indexing/slicing 'str', it's safe to infer 'str...
2011-02-06 Stefan Behnelwhen indexing 'str', it's safe to infer 'str' for the...
2011-02-06 Stefan Behnelfor indexing into / looping over unicode strings, infer...
2011-02-05 Stefan Behnelerror handling fixes for argument unpacking when args...
2011-02-05 Stefan Behnelsupport 'Py_UCS4 in unicode_string' also in 16 Unicode...
2011-02-05 Stefan Behnelfix surrogate pair calculation
2011-02-05 Stefan Behnelin Py3.2, the unicode character testing/conversion...
2011-02-04 Robert BradshawMerge branch 'release 0.14.1'
2011-02-04 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-31 Stefan Behnelcleanup
2011-01-31 Stefan Behnelcache constant 'slice' instances
2011-01-31 Stefan Behnelfix constant_result of SliceNode
2011-01-31 Stefan Behnelsupport surrogate pair to Py_UCS4 coercion only in...
2011-01-30 Robert BradshawMerge branch 'release2'
2011-01-29 Stefan Behnelimplemented Py_UCS4 type
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Robert BradshawAllow extern "functions" (e.g. macros) to return array...
2011-01-29 Stefan Behnelmerge
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-29 Stefan Behnelvarargs tempification needs to be done for all varargs...
2011-01-29 Stefan Behnelfunction argument temping algorithm is smart enough...
2011-01-29 Stefan Behnelfix isinstance() check against a tuple of extension...
2011-01-28 Stefan Behnellast call argument doesn't need to be simple, so don...
2011-01-28 Stefan Behnelwhen deciding if function argument must be moved into...
2011-01-28 Stefan Behnelfix IndexNode.is_simple() for buffer access
2011-01-28 Stefan Behnelindexing a C ptr/array is 'simple'
2011-01-28 Robert BradshawMerge branch 'release'
2011-01-28 Stefan Behnelbuild fix for the last self argument change
2011-01-28 Stefan Behnela method's self argument doesn't need to be in a temp...
2011-01-28 Stefan BehnelPyTypeTestNode and NoneCheckNode are 'simple' when...
2011-01-28 Stefan BehnelC type casts are 'simple'
2011-01-27 Stefan Behnelfix tweak: closure variables are not safe as function...
2011-01-27 Stefan Behnelmerge
2011-01-27 Robert BradshawTweak #654 fix, c functions can't be assinged to.
2011-01-27 Stefan BehnelTupleNode is always simple
2011-01-27 Stefan Behnelpartial rewrite of the #654 fix to exclude local variab...
2011-01-26 Stefan Behnelmerge
2011-01-26 Stefan Behnelfix ticket #654: fix function argument evaluation order...
2011-01-23 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-23 Robert BradshawRemove "complex already builtin" warning from cpython...
2011-01-22 Stefan Behnelfix C name redefinition: names must be uniquified at...
2011-01-21 Robert BradshawWarning for inline methods with buffer arguments.
2011-01-19 Stefan Behnelimplement ticket #650: substitute PyErr_NoMemory()...
2011-01-17 Robert BradshawMake decorators on special functions an error. Trac...
2011-01-17 Robert BradshawSpecial function decorator warning.
2011-01-17 Stefan Behnelpatch for ticket #646 by klepa: provide dedicated switc...
2011-01-15 Stefan Behnelfix error reporting position for illegal string escapes
2011-01-15 Stefan Behnelreject invalid hex/unicode escape sequences instead...
2011-01-14 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-01-14 Robert BradshawUndo EOL whitespace additions.
2011-01-14 Robert BradshawMerge branch 'master' of https://github.com/markfloriss...
2011-01-14 Robert BradshawMerge branch 'pyregr' of github.com:vitek/cython
2011-01-13 Stefan Behnelfix ticket #644: infer type of C-API optimised methods...
2011-01-13 Stefan Behneltypo
2011-01-13 Stefan Behnelfix ticket #643: infer the type of C function names...
2011-01-13 Mark FlorissonMerge https://github.com/cython/cython
2011-01-12 Stefan Behnelfix #641: parsing of raw strings
2011-01-12 Stefan Behnelmerge
2011-01-12 Robert BradshawFix trac #640, long string literals with escapes.
2011-01-12 Stefan Behnelclean up unused import
2011-01-10 Mark FlorissonDebugger: Fix accessing cell variables in outer scopes
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2011-01-08 Robert BradshawFix indexing type inference.
2011-01-03 Stefan Behnelfix ticket #602: let bytes literals start off as 'bytes...
2010-12-31 Stefan Behnelcode cleanup
2010-12-30 Stefan Behnelminor code cleanup: more selective utility code usage...
2010-12-30 Stefan Behnelfix strict aliasing issues for type importing code...
2010-12-30 Stefan Behnelclean up cmd line usage description
2010-12-30 Stefan Behnelsupport -h/--help in cmd line utility
next