Merge branch 'master' of https://github.com/gotgenes/cython into gotgenes-master
[cython.git] / Cython / Build /
2011-04-16 Robert BradshawMerge branch 'master' of https://github.com/gotgenes...
2011-04-16 Stefan Behnelmerge
2011-04-02 Robert BradshawMerge branch 'purepy-shadow'
2011-04-02 Stefan Behnelmerged in Vitek's generators branch
2011-04-02 Robert BradshawMerge https://github.com/RafeKettler/cython
2011-04-01 Robert BradshawMerge branch 'master' of github.com:cython/cython
2011-04-01 Robert BradshawMerge docs repo
2011-04-01 Lisandro Dalcinfix many empty __init__ files
2011-04-15 Stefan Behnelmoved cythonrun implementation into Cython/Build/BuildE...
2011-04-01 Vitja MakarovMerge remote branch 'upstream/master' into ticket_668
2011-03-20 Vitja MakarovMerge remote branch 'upstream/master'
2011-03-09 Robert BradshawFix source list trimming in cythonize(...)
2011-02-25 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-19 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-18 Robert BradshawMerge branch 'master' of git://github.com/cython/cython
2011-02-18 Lisandro Dalcinfix inline textcase to not use default $HOME/.cython...
2011-02-14 Vitja MakarovMerge remote branch 'upstream/master'
2011-02-07 Lisandro DalcinInline: -Wno-unused is a GCC flag, some but not all...
2011-01-08 Mark FlorissonMerge https://github.com/cython/cython
2010-12-19 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-16 Lisandro Dalcinfix ResourceWarning about unclosed files in Py 3.2
2010-12-15 Lisandro DalcinInline: Py3 fixes
2010-12-14 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-13 Robert Bradshawmerge whitespace changes
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-12 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Robert BradshawBetter unicode/str handling for user-supplied code.
2010-12-11 Vitja MakarovMerge remote branch 'upstream/master'
2010-12-11 Robert BradshawPython 2.3 fix.
2010-12-11 Robert Bradshawfix introduced bug
2010-12-11 Robert BradshawMore inline tests, quiet tests.
2010-12-11 Robert BradshawDependencies fixes/cleaunup.
2010-12-11 Robert Bradshawcython.inline test
2010-12-11 Robert Bradshawcython.inline type inference
2010-12-11 Robert BradshawSome unit tests for the build system.
2010-12-10 Robert BradshawBetter compile message.
2010-12-10 Robert BradshawCythonize exclude parameter.
2010-12-09 Mark FlorissonCompile C test sample code with -fPIC
2010-12-09 Robert BradshawMerge https://github.com/markflorisson88/cython
2010-12-09 Robert Bradshawmerge
2010-12-09 Robert BradshawEnd-to-end fixes.
2010-12-05 Mark FlorissonMerge branch 'master' of https://github.com/cython...
2010-12-05 Robert Bradshawtypo
2010-12-05 Robert BradshawMore robust include searching.
2010-12-05 Robert Bradshawstring literal parsing
2010-12-05 Robert BradshawHigher-level import.
2010-12-05 Robert Bradshawmerge
2010-12-05 Robert BradshawComplicated cythonize setup.
2010-12-05 Robert BradshawC++ cythonize test.
2010-12-05 Robert Bradshawpropagate build options
2010-12-05 Robert BradshawCython build cleanup.
2010-11-24 Mark Florissonbranch merge
2010-11-23 Stefan Behnelmerge
2010-11-23 Robert BradshawCythonize fix for multiple files.
2010-11-23 Robert BradshawCythonize fix.
2010-11-13 Mark Florissonbranch merge
2010-11-06 Robert BradshawCompile decorator.
2010-11-05 Robert Bradshawmerge
2010-11-05 Robert BradshawInline numpy support.
2010-11-05 Robert BradshawMore module caching.
2010-11-05 Robert BradshawString literal parsing in inline mode, hook up to cytho...
2010-11-05 Robert BradshawFix doctests.
2010-11-05 Robert BradshawMove deps to new build directory.
2010-11-03 Mark Florissonmerge with cython-devel
2010-10-31 Stefan BehnelPy2.[34] fix
2010-10-31 Stefan Behnelmerge
2010-10-31 Robert BradshawFix indent stripping.
2010-10-31 Robert BradshawPython 2.3 fix.
2010-10-31 Robert BradshawUse unbound symbols from local/global scope.
2010-10-31 Robert Bradshawnumpy and extension types for runtime cython
2010-10-31 Robert BradshawStrip common indentation in inline code.
2010-10-31 Robert BradshawBasic cython.inline