platform/upstream/python-cython.git
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-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-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-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-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()
2013-05-08 Stefan BehnelMerge branch 'master' into 0.19.x
2013-05-08 Stefan Behnelchangelog
2013-05-08 Robert BradshawFix typo in dependency checking.
2013-05-07 Stefan Behnelupdate version to 0.19.1rc1
2013-05-07 Robert BradshawRevert "Undo sorting types by inheritance until we...
2013-05-07 Robert BradshawUndo sorting types by inheritance until we figure out...
2013-05-06 Stefan Behneladd assertion, just in case
2013-05-06 Stefan Behneluse unique 'objstruct_cname' instead of 'name' when...
2013-05-06 Robert BradshawMerge pull request #223 from nnemkin/cdef_class_order
2013-05-05 Nikita NemkinOrder cdef classes by inheritance before generating...
2013-05-05 Stefan Behnelchangelog
2013-05-05 scoderMerge pull request #222 from nnemkin/cy_utility_decorators
2013-05-05 Stefan Behnelremove credits, as requested
2013-05-04 Nikita NemkinCython utility cdef classes are internal by default...
2013-05-04 Nikita NemkinAllow cdef class decorators in Cython utility code.
2013-05-04 Stefan Behnelchangelog
2013-05-04 scoderMerge pull request #220 from nnemkin/elide_empty_slots
2013-05-04 scoderMerge pull request #221 from nnemkin/windows_test_fixes
2013-05-04 Nikita NemkinFixes for absolute_import and inop test failures on...
2013-05-04 Nikita NemkinDo not generate tables for completely empty slot suites.
2013-05-01 Stefan Behneluse pre-built Python objects in __Pyx_ExportVoidPtr...
2013-05-01 Stefan Behnelfix build
2013-05-01 Stefan Behnelmove [GS]etVTable utility code to more appropriate...
2013-05-01 Stefan Behneluse pre-instantiated identifier string when looking...
2013-05-01 Stefan Behnelmove vtable get/set utility code into ExtensionTypes...
2013-05-01 Stefan Behnelhandle some more cases where the error status is known...
2013-05-01 Stefan Behnelminor code cleanups
2013-05-01 Stefan Behnelsuppress warnings about unused error status variables...
2013-05-01 Stefan Behnelchangelog
2013-05-01 Stefan Behnelchangelog
2013-05-01 scoderMerge pull request #216 from nnemkin/autodoc_improvements
2013-05-01 Stefan Behnelchangelog
2013-05-01 Stefan Behnelmake analyse_const_expression() pass on the return...
2013-04-29 Stefan Behnelfix negative-index warning on empty slices
2013-04-28 Robert BradshawMerge pull request #219 from nnemkin/T42_test
2013-04-27 Nikita NemkinRegression test for #42.
2013-04-26 Stefan Behnelchangelog
2013-04-26 Stefan Behneladd CYTHON_RESTRICT definition for MSVC
2013-04-25 Stefan Behneladd cdef-keywords tests for exttype methods
2013-04-25 Stefan Behnelfix 'restrict' usage in g++
next