platform/upstream/python-cython.git
2013-07-19 Gerald DalleyFixed IndexNode.is_lvalue
2013-07-18 Stefan Behnelmerge branch 0.19.x
2013-07-18 Stefan Behnelfix some declarations in numpy.pxd
2013-07-18 Stefan Behnelmerge branch 0.19.x
2013-07-18 Stefan BehnelPy3 fix
2013-07-17 Stefan Behnelmerge branch 0.19.x
2013-07-17 Stefan Behnelsupport parsed directive values also inside of code...
2013-07-14 Stefan Behneluse faster method call helper function in PyDict method...
2013-07-14 Stefan Behneldisable C compiler warning about unused helper function...
2013-07-14 Stefan Behnelrevert last commit
2013-07-14 Stefan Behneldisable C compiler warning about unused helper function...
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan BehnelMerge branch '0.19.x'
2013-07-14 Stefan BehnelMerge branch '0.19.x' of git+ssh://github.com/cython...
2013-07-14 Stefan BehnelMerge branch 'master' of git+ssh://github.com/cython...
2013-07-14 Stefan Behnelfake merge branch '0.19.x'
2013-07-14 Stefan Behnelwhitespace
2013-07-14 Stefan Behnelremove another reference to the old distutils build...
2013-07-14 Stefan Behnelrst fix
2013-07-14 Stefan Behnelupdate userguide to use cythonize() for building
2013-07-14 Stefan Behnelfix sphinx markup
2013-07-14 Stefan Behneladd hint on when C++ strings are useful
2013-07-14 Stefan Behneladd explicit section on Cython's Python string types
2013-07-14 Robert BradshawEven more clarification on cythonize().
2013-07-14 Wichert AkkermanUpdate compilation instructions.
2013-07-14 Wichert AkkermanDocument cythonize accepts Extension arguments.
2013-07-14 Stefan Behnelmore visibly mark for-from loop as deprecated in the...
2013-07-14 scoderMerge pull request #230 from nnemkin/pxd_errors_fix
2013-07-14 Stefan Behnelmerge branch 0.19.x
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan Behnelchangelog
2013-07-14 Stefan BehnelMerge branch '0.19.x'
2013-07-14 Robert BradshawDissallow bint type for memoryviews.
2013-07-14 Robert BradshawPerform typecheck for (typechecking) builtin casts.
2013-07-14 Robert David... PyArray_FROM_OTF and PyArray_FROM_OT should return...
2013-07-14 Vitja MakarovFix external reference assignment
2013-07-14 Josh AyersAdded tests for some stdio functions.
2013-07-14 Josh AyersAdded some missing declarations to libc/stdio.pxd.
2013-07-14 Christoph GohlkeFix compatibility with msvc < 1400
2013-07-14 Stefan Behnelclean up Pyrex comparison doc page
2013-07-14 Stefan Behnelmove Cython tutorial from user guide to tutorial part
2013-07-14 Stefan Behnelmerge overview page from user guide into quickstart...
2013-07-14 Stefan Behnelfix copyright year in docs
2013-07-08 Robert BradshawMerge pull request #242 from gvol/master
2013-07-08 Stefan Behnelmove some build docs from user guide to reference to...
2013-07-08 Stefan Behnelwhitespace
2013-07-08 Stefan Behnelremove another reference to the old distutils build...
2013-07-06 Stefan Behnelmerge 0.19.x branch into master
2013-07-06 Stefan Behnelyet another Py2.5 fix
2013-07-06 Stefan Behnelmerge 0.19.x branch into master
2013-07-06 Stefan Behnelremove unused condition
2013-07-06 Stefan Behnelwhitespace
2013-07-06 Stefan Behnelanother Py2.5 test fix
2013-07-06 Stefan Behnelanother Py2.5 test fix
2013-07-06 Stefan Behnelavoid repeated substring replacing for PYIDENT() entrie...
2013-07-06 Stefan Behnelprevent utility code C-#include externalisation when...
2013-07-06 Stefan Behnelmerge 0.19.x branch into master
2013-07-06 Stefan BehnelPy2.5 test fix
2013-07-06 Stefan Behnelmerge 0.19.x branch into master
2013-07-06 Stefan Behnelchangelog
2013-07-06 Stefan Behnelmerge 0.19.x branch into master
2013-07-06 Stefan Behnelfix glitch in dict.keys/values/items() optimisation...
2013-07-06 Stefan Behnelrst fix
2013-07-06 Stefan Behnelupdate userguide to use cythonize() for building
2013-07-05 Stefan Behnelmerge 0.19.x branch into master
2013-07-05 Stefan Behnelfix test
2013-07-05 Stefan Behnelmerge 0.19.x branch into master
2013-07-05 Stefan Behnelenable support for yield in return expressions
2013-07-05 Stefan Behnelenable support for yield in return expressions
2013-06-30 Ivan AndrusAdded cython-current-defun for add-log-current-defun...
2013-06-30 Ivan AndrusAdded cython-beginning-of-defun and cython-end-of-defun
2013-06-30 Ivan AndrusAdded outline-regexp
2013-06-30 Ivan AndrusMade compile-command customizable
2013-06-30 Ivan AndrusAdded autoload cookies
2013-06-30 Ivan AndrusFixes from checkdoc
2013-06-30 Ivan AndrusFixed byte-compilation warning
2013-06-27 Robert BradshawDissallow bint type for memoryviews.
2013-06-17 Robert BradshawMerge pull request #240 from xqat/patch-1
2013-06-17 xqatUpdate pyximport.py
2013-06-16 Robert BradshawPython 3 fix.
2013-06-16 Robert BradshawPerform typecheck for (typechecking) builtin casts.
2013-06-16 Robert BradshawMerge remote-tracking branch 'origin'
2013-06-13 Robert BradshawMerge pull request #239 from bgrant/patch-1
2013-06-13 Robert David... PyArray_FROM_OTF and PyArray_FROM_OT should return...
2013-06-12 Stefan Behnelminor changelog cleanups
2013-06-09 scoderMerge pull request #235 from vitek/_external_ref_assignment
2013-06-04 Stefan Behnelfix sphinx markup
2013-06-02 Stefan Behneladd hint on when C++ strings are useful
2013-06-02 Stefan Behneladd explicit section on Cython's Python string types
2013-06-02 Vitja MakarovFix error_on_uninitialized condition
2013-06-01 Robert BradshawMerge pull request #238 from mindw/0.19.x
2013-05-31 Gabi Davarfix some typos
2013-05-31 Mark FlorissonMerge pull request #229 from mindw/0.19.x
2013-05-30 Mark FlorissonMerge pull request #237 from anotherthomas/master
2013-05-30 Thomas Fenzladded an option to set the gdb executable. Useful to...
2013-05-27 Robert BradshawAdd common include dir to compilation options.
2013-05-27 Robert BradshawShare utility code between modules.
2013-05-27 Robert BradshawRemove broken recursive option.
2013-05-26 Vitja MakarovDisallow deletion of C global variables
2013-05-26 Robert BradshawMerge pull request #236 from joshayers/stdio_fix
next