platform/upstream/python-cython.git
2013-07-27 Stefan Behnelchangelog
2013-07-27 Stefan Behnelchangelog
2013-07-27 Stefan Behnelavoid traversing/clearing exttype attributes with simpl...
2013-07-27 Stefan Behnelprevent simple builtin typed exttype attributes from...
2013-07-27 Stefan Behnelminor cleanup, use set for efficient name lookup
2013-07-27 Stefan Behneladd test tag
2013-07-26 Stefan Behnelalways set __path__ for compiled packages and in Py3...
2013-07-26 Robert BradshawImplement warn.all (or any_directive.all).
2013-07-26 Stefan Behnelundo translating Tempita package, apparently doesn...
2013-07-26 Stefan Behnelfix imports in compiled Tempita for Py3
2013-07-26 Stefan Behneluse absolute imports in Visitor.py
2013-07-26 Stefan Behnelmicro optimisation in globals()
2013-07-26 Stefan Behneluse branch hint in getattr3()
2013-07-26 Stefan Behnelmove getattr() utility code from Builtins.c to ObjectHa...
2013-07-26 Stefan Behneladd comments to utility files
2013-07-26 Stefan Behneloptimise list.extend()
2013-07-26 Stefan Behnelcompile Tempita
2013-07-26 Stefan Behnelminor code cleanup in Tempita
2013-07-26 Stefan Behnelspeed up Tempita's parser a little
2013-07-25 Stefan BehnelC-ify some internal globals in Parsing.py, convert...
2013-07-25 Stefan Behnelsupport 'object' as type in cython.declare()
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.
next