platform/upstream/python-cython.git
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-12 Stefan Behnelminor changelog cleanups
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-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
2013-05-26 Josh AyersAdded tests for some stdio functions.
2013-05-25 Josh AyersAdded some missing declarations to libc/stdio.pxd.
2013-05-25 Robert BradshawEven more clarification on cythonize().
2013-05-25 Robert BradshawMerge pull request #234 from wichert/doc-compilation
2013-05-24 Wichert AkkermanUpdate compilation instructions.
2013-05-24 Wichert AkkermanDocument cythonize accepts Extension arguments.
2013-05-24 Vitja MakarovFix external reference assignment
2013-05-23 Vitja MakarovAdd error_on_uninitialized option and disable it for...
2013-05-21 Robert BradshawMerge pull request #231 from joshayers/ms_compiler_warnings
2013-05-21 Robert Bradshawptrdif_t test
2013-05-21 Robert BradshawAdd ptrdiff_t type to Cython.
2013-05-21 Robert BradshawMinor cleanup in dtypestring parsing.
2013-05-21 Josh AyersFix several MS compiler warnings.
2013-05-18 Gabi Davarconvert cygdb to an distribute entry point
2013-05-17 Stefan Behnelmore visibly mark for-from loop as deprecated in the...
2013-05-17 Robert BradshawMerge pull request #226 from ohanar/build_dir
2013-05-16 Robert BradshawMerge pull request #227 from Infinidat/master
2013-05-15 Stefan Behnelsplit some overly long code lines
2013-05-14 R. Andrew Ohanaadd fix for in-tree symlinks, with updated test
2013-05-14 Robert BradshawMerge pull request #225 from cgohlke/patch-1
2013-05-13 Guy RozendornTry using setuptools in setup.py, allow bdist_egg where...
2013-05-12 Stefan Behnelkeep constant_result when coercing BytesNode
2013-05-12 Stefan Behnelchangelog
2013-05-12 Stefan Behnelmake SwitchTransform always generate a 'default' clause...
2013-05-12 Stefan Behnelextend SwitchTransform tests
2013-05-12 Stefan Behnelextend SwitchTransform tests
2013-05-12 Stefan Behnelsimplify search for duplicate values in SwitchTransform...
2013-05-12 Stefan Behnelkeep constant_result when coercing string to char
2013-05-12 Stefan Behnelfix constant value check in switch statement generation
2013-05-12 R. Andrew Ohanafully fix build_dir copying
2013-05-11 Christoph GohlkeFix compatibility with msvc < 1400
2013-05-11 Stefan Behnelupdate master version to 0.20dev
2013-05-11 Stefan Behnelfix release date 0.19.1
2013-05-11 Stefan BehnelMerge branch 'master' into 0.19.x
2013-05-11 Stefan Behneluse new Py3.x signature for PyUnicode_DecodeMBCSStatefu...
2013-05-11 Robert BradshawMore efficient find_root_package_dir.
2013-05-11 Robert BradshawFix build_dir extended test case.
2013-05-10 Robert BradshawMerge pull request #224 from gandalf013/pyssize_t
2013-05-10 Alok Singhala bit too overzealous in converting int to Py_ssize_t
2013-05-10 Stefan Behnelchangelog
2013-05-10 Stefan Behnelfix optimisation of isinstance(X, type)
2013-05-10 Alok Singhalint -> Py_ssize_t in cpython pxd files
2013-05-10 Stefan Behnelextend build_dir test in a way that I think should...
2013-05-10 Stefan Behnelmore code cleanups
2013-05-10 Stefan Behnelfix build_dir copying in Py2.[45]
2013-05-10 Stefan Behnelminor code cleanup
2013-05-10 Robert BradshawUpdate release notes.
2013-05-10 Robert BradshawFix build_dir test.
2013-05-10 Robert BradshawAdd relative extern files to dependencies.
2013-05-10 Stefan Behnelprepare release of 0.19.1
2013-05-10 Stefan Behnelupdate setup.py script to use cythonize()
2013-05-10 Stefan Behnelremove 'from datetime cimport *' line from cpython...
2013-05-10 Stefan Behnelremove 'from datetime cimport *' line from cpython...
2013-05-09 Robert BradshawMerge branch 'build_dir'
2013-05-09 Robert BradshawAdd build_dir test.
2013-05-09 Stefan Behnelupdate setup.py script to use cythonize()
next