platform/upstream/python-cython.git
2013-09-14 Stefan Behnelfix cname uniquification for string constants
2013-09-14 Stefan Behnelclean up some code
2013-09-12 Robert BradshawSet correct baseclass for heap allocated type subclasses.
2013-09-08 scoderMerge pull request #254 from kanzure/fix-build-docs...
2013-09-08 Bryan Bishopfix grammar/typo in build docs
2013-09-07 Robert BradshawAdd no-cpp tag to numpy_math test.
2013-09-07 Robert BradshawNo-cpp tag.
2013-09-07 Robert BradshawMerge branch 'numpy-math' of github.com:larsmans/cython
2013-09-07 Robert BradshawMerge pull request #49 from denik/7d7751ac5192c68d3501e...
2013-09-07 Lars Buitinckpxd file for the NumPy core math library (npymath)
2013-09-05 Stefan Behnelminor doc clarification
2013-09-01 Stefan Behneluse standard exclude patterns as overridable default...
2013-09-01 Stefan Behnelinclude type in annotation item text
2013-09-01 Stefan Behnelminor code cleanup
2013-09-01 Stefan Behnelmake code blocks open on first click instead of second
2013-09-01 Stefan Behnelfix some HTML issues in annotation file
2013-09-01 Stefan Behnelexclude two more modules from stclib compilation
2013-09-01 Stefan Behnelformatting
2013-09-01 Stefan Behnelremove unused type variable
2013-08-31 Stefan Behneldisable pylint warning about unknown attributes - there...
2013-08-31 Stefan Behnelchangelog
2013-08-31 Stefan Behnelallow explicitly excluding certain modules from the...
2013-08-31 Stefan Behneladd test for raw_input() renaming in Py3
2013-08-31 Stefan Behneladd frozen importlib module to excluded modules in...
2013-08-31 Stefan Behnelimprove Python compatibility during stdlib compilation
2013-08-31 Stefan Behnelinclude raw_input() in list of builtins that change...
2013-08-30 scoderMerge pull request #251 from jpaalasm/patch-1
2013-08-30 Joonas PaalasmaaFix typo
2013-08-30 Stefan Behnelmark bytearray() and complex() as returning an instance...
2013-08-30 Stefan BehnelPyPy doesn't define Py_OptimizeFlag => always set it...
2013-08-30 Stefan BehnelPy2.5 test fix
2013-08-29 Stefan Behneladd test for __debug__ and asserts with Python's -O...
2013-08-29 Stefan Behneldisable 'assert' when Python runtime runs with -O/-OO
2013-08-29 Stefan Behneloptimize __debug__ flag
2013-08-28 Stefan Behnelcompile Tempita to speed up startup time and template...
2013-08-28 Stefan Behnelremove unnecessary imports
2013-08-28 Stefan Behnelchangelog
2013-08-27 Robert BradshawMerge branch 'common-types' into pristine
2013-08-25 Stefan Behneladd -3 option to cythonize script to make it easier...
2013-08-25 Stefan Behneladd --quiet and --force options to cythonize script
2013-08-24 Stefan Behnelfix distutils build
2013-08-24 Stefan Behnelupdate and clean up cystdlib.py script
2013-08-23 Stefan Behneladd --lenient option also to normal command line
2013-08-21 Stefan Behnelremove redundant qualifier from method name
2013-08-21 Stefan Behnelsimplify and extend in/not-in and is/is-not optimisatio...
2013-08-21 Stefan Behnelsimplify generated code by converting 'not X in Y'...
2013-08-20 Stefan Behnelfix directive parsing in cythonize script
2013-08-15 Robert BradshawCorrect globals for shared function types.
2013-08-13 Robert BradshawUse PyImport_GetModuleDict() for common utility types.
2013-08-13 Stefan Behnelminor doc fixes
2013-08-13 Robert BradshawCommon utility types test.
2013-08-13 Robert BradshawPy3 fixes for shared types.
2013-08-13 Robert BradshawMerge branch 'master' into common-types
2013-08-13 Robert BradshawUse shared module for more Cython types.
2013-08-13 Robert BradshawCleanup type sharing.
2013-08-13 Robert BradshawClarify cdef vs. def function arguments.
2013-08-11 Stefan Behnelmake test terminate in Py2.6 by disabling parallel...
2013-08-11 Stefan Behneldisable cythonize_script* tests in Py2.4: missing suppo...
2013-08-11 Stefan Behnelextract normal cythonize script test from package compi...
2013-08-11 Stefan Behnelproperly support '**' pattern in file selection
2013-08-11 Stefan Behnelfix base path finding for in-place compilation
2013-08-11 Stefan Behnellooking up package path at import time requires Py3.3+
2013-08-11 Stefan BehnelPy2.4 fix, no need to join the process pool in the...
2013-08-11 Robert BradshawShare common type object for Cython functions.
2013-08-11 Stefan Behnelminor safety fix
2013-08-11 Stefan Behnelminor cleanup
2013-08-11 Stefan Behnelmerge
2013-08-11 Stefan Behnelmove cythonize script to Cython.Build.Cythonize to...
2013-08-11 Stefan Behnelavoid useless overhead if we don't find anything to do
2013-08-11 Robert BradshawExplicitly disallow caching + common_utility_include_dir.
2013-08-11 Robert BradshawFix common_include_dir test for TravisCI.
2013-08-10 Stefan Behnelprovide serialised fallback if parallel processing...
2013-08-10 Stefan Behneladd simple test for cythonize script
2013-08-10 Stefan Behnelreorder options in bin/cythonize
2013-08-10 Stefan Behneladd bin/cythonize script
2013-08-10 Stefan Behnelallow srctree header commands to be wrapped in triple...
2013-08-10 Stefan Behnelfix for Py<=2.5
2013-08-10 Stefan Behnelextend test
2013-08-10 Stefan Behnelhandle failure to create a process pool in cythonize...
2013-08-10 Stefan Behnelfix "exclude_failures" mode in cythonize() by also...
2013-08-10 Stefan Behnelchangelog
2013-08-10 Stefan Behnelextend test
2013-08-10 Stefan Behnelavoid generating empty PyMethodDef array for types...
2013-08-10 Stefan Behnelencode code to bytes before hashing it
2013-08-10 Stefan Behnelprint a proper exception traceback when parallel cython...
2013-08-09 Robert BradshawTests for common include dir.
2013-08-09 Stefan Behneltest improved deallocation in Py3.4
2013-08-09 Stefan Behneladd some tests for __dealloc__()
2013-08-09 Stefan Behnelfix code generated for __dealloc__() and __releasebuffe...
2013-08-09 Stefan Behnelbe a tiny bit smarter about when to GC_Track for the...
2013-08-09 Stefan Behnelextend test
2013-08-09 Stefan Behnelclean up tp_dealloc() code and integrate call to tp_fin...
2013-08-09 Stefan Behnelchangelog
2013-08-09 Stefan Behnelprovide no_gc_clear decorator in pure mode
2013-08-09 Stefan Behnelchangelog
2013-08-09 Stefan Behnelmake generators use tp_finalize instead of tp_del for...
2013-08-09 Stefan Behnelmove method from Scope to CClassScope that only applies...
2013-08-09 Stefan Behnelreformat and clean up some old code
2013-08-09 Stefan BehnelPy3 fix
2013-08-09 Stefan Behnelfix docstring reuse from distutils Extension base class
next