platform/upstream/python-cython.git
2013-10-06 Stefan Behnelreduce number of distinct error format strings a bit
2013-10-06 Stefan Behnelextend semantics of 'basestring' typed variables to...
2013-10-04 Robert BradshawWarn for non-trivial type declarators in shared declara...
2013-10-01 Stefan Behneldisable test in Py2.4
2013-09-30 Stefan Behnelignore UTF-8 BOMs at the beginning of source files
2013-09-30 Stefan BehnelPy2.4 fix
2013-09-29 Stefan Behnel(try to) fix buffer overflow in test
2013-09-29 Stefan Behnelclean up distutils argument handling in cythonize scrip...
2013-09-29 Stefan Behneladd test for cythonize excludes
2013-09-29 Stefan Behneluse iglob instead of glob since we're iterating anyway
2013-09-29 Stefan Behnelfix typo
2013-09-29 Stefan Behnelfix abspath/relpath issues when excluding paths from...
2013-09-29 Stefan Behnelremove unused import
2013-09-26 Robert BradshawSome math.h fixes, c99 isX macros.
2013-09-25 Robert BradshawMerge pull request #157 from dnmiller/master
2013-09-25 Robert BradshawMerge pull request #246 from dalleyg/dalleyg-lvalue1
2013-09-25 Robert BradshawMerge branch 'gdbout' of github.com:felix-salfelder...
2013-09-25 Robert BradshawMerge pull request #250 from larsmans/opaque-fpos
2013-09-25 Robert BradshawMerge pull request #252 from larsmans/math-missing
2013-09-25 Robert BradshawMerge pull request #256 from kanzure/fix-libraries...
2013-09-22 Robert BradshawActually fix unsigned < 0 warning.
2013-09-22 Robert BradshawClarify macro arguments.
2013-09-22 Robert BradshawGet rid of "comparison of unsigned expression < 0 is...
2013-09-22 Robert BradshawGet rid of "comparison between signed and unsigned...
2013-09-21 Stefan BehnelPy2.4 compile fix
2013-09-21 Stefan Behnelfix syntax
2013-09-21 Stefan BehnelPy2.4 fix
2013-09-14 Stefan Behnelclean up test a little
2013-09-19 Robert BradshawDon't warn on uninitialized setting of complex.real...
2013-09-19 Robert BradshawFix if XML_RESULTS is not set.
2013-09-19 Robert BradshawXML results for hudson.
2013-09-19 Robert BradshawMerge branch 'int-conversion'
2013-09-14 Stefan Behnelmerge 0.19.x branch into master
2013-09-14 Stefan Behnelreduce overhead a bit when many string constants have...
2013-09-14 Stefan Behnelremove unused parameter
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-10 Bryan Bishopuse -fPIC -shared when compiling "libraries" demo
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-05 Lars Buitincksome missing math.h functions and macros in math.pxd
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-29 Robert BradshawPython 2.4 fix.
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-26 Robert BradshawFix some integer conversion tests.
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-25 Robert BradshawConditionaly create int conversion functions.
2013-08-25 Robert BradshawRemove old type conversion code.
2013-08-25 Robert BradshawConversion for extern int types.
2013-08-25 Robert BradshawConversion for very long ints.
2013-08-24 Robert BradshawCIntToPy functions.
2013-08-24 Robert BradshawMore int type conversion simplification.
2013-08-24 Robert BradshawRefactor conversion utility code.
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-23 Lars Buitinckmake fpos_t an opaque type
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 Stefan Behnelminor doc fixes
2013-08-13 Robert BradshawCommon utility types test.
2013-08-13 Robert BradshawPy3 fixes for shared types.
next