platform/upstream/python-cython.git
2013-10-11 Stefan Behnelmention PyMem_*() C-API functions in memory allocation...
2013-08-03 Robert BradshawAdded limitations from wiki.
2013-08-03 Robert BradshawAdd memory allocation from wiki.
2013-07-14 Stefan Behnelmove Cython tutorial from user guide to tutorial part
2013-07-14 Stefan Behnelmerge overview page from user guide into quickstart...
2013-07-08 Stefan Behnelmove some build docs from user guide to reference to...
2013-05-21 Josh AyersFix several MS compiler warnings.
2013-09-26 Robert BradshawSome math.h fixes, c99 isX macros.
2013-09-05 Lars Buitincksome missing math.h functions and macros in math.pxd
2013-10-11 Stefan Behnelmove misplaced PyObject_Format() C-API declaration...
2013-10-10 Stefan Behnelfix declaration of PyBuffer_FillInfo()
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-08-13 Stefan Behnelminor doc fixes
2013-08-13 Robert BradshawClarify cdef vs. def function arguments.
2013-08-30 Joonas PaalasmaaFix typo
2013-09-12 Robert BradshawSet correct baseclass for heap allocated type subclasses.
2013-09-08 Bryan Bishopfix grammar/typo in build docs
2013-07-18 Stefan Behnelfix some declarations in numpy.pxd
2013-07-18 Stefan BehnelPy3 fix
2013-07-17 Stefan Behnelsupport parsed directive values also inside of code...
2013-07-14 Stefan BehnelMerge branch '0.19.x' of git+ssh://github.com/cython...
2013-07-14 Stefan Behnelwhitespace
2013-07-14 Stefan Behnelremove another reference to the old distutils build...
2013-07-14 Stefan Behnelrst fix
2013-07-14 Stefan Behnelupdate userguide to use cythonize() for building
2013-07-14 Stefan Behnelfix sphinx markup
2013-07-14 Stefan Behneladd hint on when C++ strings are useful
2013-07-14 Stefan Behneladd explicit section on Cython's Python string types
2013-07-14 Robert BradshawEven more clarification on cythonize().
2013-07-14 Wichert AkkermanUpdate compilation instructions.
2013-07-14 Wichert AkkermanDocument cythonize accepts Extension arguments.
2013-07-14 Stefan Behnelmore visibly mark for-from loop as deprecated in the...
2013-07-14 Stefan Behnelchangelog
2013-07-14 Robert BradshawDissallow bint type for memoryviews.
2013-07-14 Robert BradshawPerform typecheck for (typechecking) builtin casts.
2013-07-14 Robert David... PyArray_FROM_OTF and PyArray_FROM_OT should return...
2013-07-14 Vitja MakarovFix external reference assignment
2013-07-14 Josh AyersAdded tests for some stdio functions.
2013-07-14 Josh AyersAdded some missing declarations to libc/stdio.pxd.
2013-07-14 Christoph GohlkeFix compatibility with msvc < 1400
2013-07-06 Stefan Behnelyet another Py2.5 fix
2013-07-06 Stefan Behnelanother Py2.5 test fix
2013-07-06 Stefan BehnelPy2.5 test fix
2013-07-06 Stefan Behnelchangelog
2013-07-06 Stefan Behnelfix glitch in dict.keys/values/items() optimisation...
2013-07-05 Stefan Behnelfix test
2013-07-05 Stefan Behnelenable support for yield in return expressions
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-18 Gabi Davarconvert cygdb to an distribute entry point
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...
next