platform/upstream/python-cython.git
2013-10-13 Stefan Behnelsimplify C code for setting up public enums
2013-10-13 Stefan Behnelavoid unnecessary overhead when setting Python class...
2013-10-13 Stefan Behnelclear global reference to module dict in module cleanup...
2013-10-13 Stefan Behneldoc cleanup and some Sphinx fixes
2013-10-13 Stefan Behnelmerge 0.19.x branch into master
2013-10-13 Stefan Behnelprepare release of 0.19.2 0.19.2
2013-10-12 Stefan Behnelextend .hgignore
2013-10-12 scoderMerge pull request #260 from msabramo/gitignore_egg_stuff
2013-10-12 Marc Abramowitz.gitignore: Ignore *.egg and *.egg-info
2013-10-12 Stefan Behnelfix warnings in refnanny module
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelfix typos
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelimprove error handling in malloc tutorial example
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behneladd minimal support for new tp_finalize type slot in...
2013-10-12 Stefan Behnelsome more cleanup in array.pxd
2013-10-12 Stefan Behnelclean up getbuffer code in array.pxd
2013-10-12 Stefan Behnelminor cleanup
2013-10-12 Stefan Behnelmerge 0.19.x branch into master
2013-10-12 Stefan Behnelfix some more exception handling in array.pxd
2013-10-12 scoderMerge pull request #258 from zyv/fix_array_extend
2013-10-11 Stefan Behnelmerge branch 0.19.x into master
2013-10-11 Stefan Behnelmention PyMem_*() C-API functions in memory allocation...
2013-10-11 Stefan Behnelreduce Unicode iteration over Latin-1 literals to bytes...
2013-10-11 Stefan Behnelmove misplaced PyObject_Format() C-API declaration...
2013-10-10 Stefan Behnelfix declaration of PyBuffer_FillInfo()
2013-10-08 Yury V. ZaytsevMultiple fixes to array.extend()
2013-10-08 Yury V. ZaytsevMultiple fixes to array.extend()
2013-10-11 Stefan Behnelchangelog
2013-10-11 Stefan Behnelprepare release of 0.19.2
2013-10-06 Stefan Behnelminor changelog fix
2013-10-06 Stefan Behnelexplain basestring type in string tutorial
2013-10-06 Stefan Behnelprevent assignment from basestring->bytes, provide...
2013-10-06 Stefan Behnelchangelog
2013-10-06 Stefan Behnelremove incorrect test assumption
2013-10-06 Stefan Behneldisallow assignment from bytes to basestring (only...
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...
next