fix C warnings about unused string constants
[cython.git] / Cython /
2011-04-21 Stefan Behnelfix C warnings about unused string constants
2011-04-21 Stefan Behnelcleaned up lambda cname mangeling by moving it into...
2011-04-21 Stefan Behnelsupport for lambda inside of generator expressions
2011-04-21 Stefan Behnelfix scanner level error reporting in Plex/Errors.py
2011-04-21 Stefan Behnelfix unprefixed strings with non-UTF8 source code encodi...
2011-04-21 Stefan Behnelbuild fix
2011-04-21 Stefan Behnelwhen C compiling original Cython/Py2 sources in Py3...
2011-04-21 Stefan Behnelallow multiple __future__ imports in separate statements
2011-04-21 Stefan Behnelfix compiler crash on uncachable builtins
2011-04-21 Stefan Behnelblacklist for uncachable builtins
2011-04-20 Stefan Behnelmerge
2011-04-20 Stefan Behnelmerged exception localisation fix for generators
2011-04-20 Brent Pedersen ... add libcpp.string + tests.
2011-04-20 Vitja MakarovAdd swap_exception_utility_code
2011-04-20 Vitja MakarovSwap exception context inside generators
2011-04-19 Stefan Behnelmerged in Vitja's generators fix
2011-04-19 Stefan Behnelmerged in Vitja's generators fix
2011-04-17 Vitja MakarovFix yield inside lambda
2011-04-17 Stefan Behnelfix #688: optimised builtin functions/methods return...
2011-04-17 Stefan Behnelfix #688: optimised builtin functions/methods return...
2011-04-16 Dag Sverre SeljebotnMerge branch 'bug/3118-align'
2011-04-16 Dag Sverre SeljebotnMerge branch 'bug/3118-align'
2011-04-16 Pauli VirtanenBUG: buffer: allow alignment characters also in the...
2011-04-16 Pauli VirtanenBUG: buffer: allow alignment characters also in the...
2011-04-16 Stefan BehnelPy2.3 fix
2011-04-16 Stefan BehnelPy2.3 fix
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelclean up special casing of non-portable builtin types...
2011-04-16 Stefan Behnelclean up special casing of non-portable builtin types...
2011-04-16 Haoyu Baiset py2_import directive so imports in Cython source...
2011-04-16 Haoyu Baiset py2_import directive so imports in Cython source...
2011-04-16 Haoyu Baiadd py2_import directive to control import level
2011-04-16 Haoyu Baiadd py2_import directive to control import level
2011-04-16 Haoyu Baifix compatibility with python<=2.4
2011-04-16 Haoyu Baifix compatibility with python<=2.4
2011-04-16 Haoyu BaiT542 relative import
2011-04-16 Haoyu BaiT542 relative import
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Stefan Behnelmerge
2011-04-16 Stefan Behnelmerge
2011-04-14 Vitja MakarovDon't report error if position is not set
2011-04-14 Vitja MakarovAdd command line flag --warning-errors and gcc compat...
2011-04-14 Stefan Behnelfix dir(obj) after implementing dir()
2011-04-13 Stefan Behnelticket #685: implement no-arg dir()
2011-04-13 Stefan Behnelfix #684: del in Python class scope
2011-04-13 Stefan Behnelfix #683: allow overriding C-API mapped builtin functio...
2011-04-13 Stefan Behnelsupport test_fail_if_path_exists() decorator in shadow...
2011-04-13 Stefan Behnelmake builtin scope recognisable
2011-04-13 Stefan Behnelfix #682: compiler crash on auto_cpdef redefinition
2011-04-13 Stefan Behnelfix #675: make 'by' a non-keyword also in .pyx files
2011-04-11 Stefan Behnelsupport 'from __future__ import generators'
2011-04-11 Stefan Behnelmove NULL out of the way in .py compilation
2011-04-11 Stefan Behneldoc fix in .pxd file
2011-04-10 Stefan Behnelmerge
2011-04-09 Lisandro DalcinFix GCC warnings with Python 2.3
2011-04-08 Robert BradshawBe a bit more liberal about top-of-the-file directives.
2011-04-08 Lisandro Dalcinfix pŕevious commit mixing declarations and code
2011-04-08 Robert BradshawMerge remote branch 'remotes/fransesc/compiler_directives'
2011-04-07 Lisandro DalcinPEP 3118: fix for NULL Py_buffer arg
2011-04-07 Lisandro DalcinMerge branch 'T477-fix' of https://github.com/bhy/cytho...
2011-04-07 Stefan Behnelfix nonlocal crashes
2011-04-07 Haoyu Baifix cdef @locals with default arguments
2011-04-07 Haoyu Baifix locals directive in pxd files
2011-04-07 Stefan Behnelwhitespace
2011-04-07 Stefan Behnelenable type inference in generators (but keep it disabl...
2011-04-06 Robert Bradshawunop typo fix
2011-04-06 Lisandro Dalcincleanup refnanny utility code
2011-04-05 Lisandro Dalcinfix typo numeic -> numeric
2011-04-05 Lisandro Dalcinadditional fix and test for ticket #650
2011-04-03 Robert BradshawTrac 676 - arithmetic is always at least an int
2011-04-02 Robert Bradshawbetter bint type printing, tests
2011-04-02 Dag Sverre SeljebotnFix #677
2011-04-02 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Robert BradshawUnique NULL.
2011-04-02 Stefan Behnelmerged in Vitek's generators branch
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-02 Stefan Behnelcomment
2011-04-01 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Stefan Behnelminor code cleanup
2011-04-01 Stefan Behnelminor code cleanup
2011-04-01 Lisandro Dalcinfix many empty __init__ files
2011-04-01 Lisandro Dalcinremove outdated comments
2011-04-16 Stefan Behnelimplement #686: turn 'undeclared builtin' error into...
2011-04-15 Stefan Behnelmoved cythonrun implementation into Cython/Build/BuildE...
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with stararg functions
2011-04-15 Stefan Behnelsafety fix, in case we ever support nested cdef functions
2011-04-15 Stefan Behnelmake auto_cpdef play nicely with closure functions
2011-04-15 Stefan Behnelsupport '-Xdirective=value' on cmd line, in addition...
2011-04-01 Stefan Behnelmerged Haoyu's T477 branch into mainline
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master'
2011-04-01 Stefan Behnelmerged in Vitek's fix for ticket 668
2011-04-01 Vitja MakarovFix refnanny context warning when in nogil mode
2011-04-01 Vitja MakarovMove parallel deletion flatten into PostParseTransform
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master' into ticket_668
2011-04-01 Lisandro Dalcinprofile nogil functions: warning instead of error
2011-04-01 Lisandro Dalcindisable generation of api code for pxd entries
next