platform/upstream/python-cython.git
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++
2013-04-25 Stefan Behneladd visible warning when negative indices are used...
2013-04-24 Robert BradshawMerge pull request #218 from larsmans/strspn
2013-04-24 Lars Buitinckadd strspn to string.pxd
2013-04-24 Stefan Behnelfix test
2013-04-24 scoderMerge pull request #217 from nnemkin/runtests_srctree_fix
2013-04-24 Nikita NemkinFixed .srctree tests execution on Windows.
2013-04-22 Stefan Behnelfix compiler crash on bad code (complex % x) and move...
2013-04-21 Nikita NemkinRemoved the warning about docstrings for private attrib...
2013-04-21 Stefan Behnelfix test in Py3
2013-04-21 Stefan Behnelfix test result reporting
2013-04-21 Stefan Behnelfix switch transform after changing boolean coercion...
2013-04-21 Stefan Behnelimprove constant folding for boolean expressions (and/or)
2013-04-21 Stefan Behnelfix compiler crash
2013-04-20 Stefan Behnelalways convert C integer values to 1/0 when testing...
2013-04-20 Stefan Behnelminor code cleanup
2013-04-19 Stefan Behnelchangelog
2013-04-19 Stefan BehnelAdded tag 0.19 for changeset 48407fa3f3c9
2013-04-19 Stefan BehnelAdded tag 0.19rc1 for changeset 4818f5b68eb4 0.19
2013-04-19 Stefan Behnelprepare release of 0.19
2013-04-17 Stefan Behnelminor code cleanups 0.19rc1
2013-04-17 scoderMerge pull request #215 from robertwb/depends
2013-04-17 scoderMerge pull request #214 from robertwb/T808
2013-04-17 Robert BradshawTest for T808.
2013-04-17 Robert BradshawCan't skip subclass tp_new, as that's where the vtable...
2013-04-17 Robert BradshawResolve depends attribute with respect to include_dirs.
2013-04-16 Stefan Behnelfix pyregr test runner
2013-04-15 Nikita NemkinTest fixes for autodoc improvements.
2013-04-15 Stefan Behneladd safety fix for Python globals in debug writer
2013-04-15 Stefan Behneldocument c_string_type and c_string_encoding directives...
2013-04-15 Stefan Behnelrename auto encoding tests and add tests for c_string_t...
2013-04-14 Stefan Behnelprepare release of 0.19rc1
2013-04-14 Stefan Behnelchangelog
2013-04-14 John StumpoAllow cppclasses to be declared nogil.
2013-04-14 Stefan Behnelclean up dependencies of memoryview utility code snippe...
2013-04-14 Stefan Behnelsuppress some C compiler warnings about unused function...
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelclean up utility code a bit
2013-04-14 Stefan Behnelwork around inability to detect existing Python globals...
2013-04-14 Mark FlorissonExclude memoryview test from python versions <= 2.5
2013-04-14 Mark FlorissonMerge pull request #212 from markflorisson88/master
2013-04-14 Mark FlorissonAllow arbitrary strides and zero- and one-sized dimensions
2013-04-14 Stefan Behnelfix so file path building in Py2.[45]
2013-04-14 Nikita NemkinChanged bint representation in autodoc signatures from...
2013-04-14 Stefan Behnelremove redundant importing overhead for newly built...
2013-04-13 Nikita NemkinAttribute docstrings support for cdef public attributes.
2013-04-13 Nikita NemkinShow attribute access and binary operations in default...
2013-04-12 Mark FlorissonMerge pull request #201 from strohel/transpose-refcount-fix
2013-04-12 Stefan BehnelAdded tag 0.19b2 for changeset 52beb5b16df5
2013-04-12 Stefan Behnelprepare release of 0.19 beta 2 0.19b2
2013-04-12 Stefan Behnelchangelog
2013-04-12 Stefan Behnelprevent redundant type checks for None values, especial...
2013-04-12 Stefan Behnelfix cascaded assignments of None to extension type...
2013-04-12 Stefan Behnelexplicitly disable object-in-buffer tests in PyPy
2013-04-11 Stefan Behnelinline normal case of getattr(o,n)
2013-04-11 Stefan Behnelupdate docs on optimised builtins
2013-04-11 Robert BradshawMerge pull request #211 from Juntalis/master
2013-04-11 Charles Grunwald... Fix build for non-C99 compatible compilers
2013-04-11 scoderMerge pull request #210 from nbruin/master
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-11 nbruinexplain difference between cdef and cpdef
2013-04-10 Stefan Behnelchangelog
2013-04-09 Robert BradshawEnsure NAN is always initialized.
2013-04-09 Robert BradshawUndo redundant fix.
2013-04-09 Robert BradshawMerge pull request #204 from vmx/constcast
2013-04-09 Robert BradshawConst cast fix.
2013-04-09 Stefan Behneladd "experimental!" warning to linetrace directive
2013-04-08 Stefan Behnelfix C++ warning
2013-04-08 Stefan Behnelchangelog
2013-04-07 Stefan Behnelremove dead Py2.7+ code in <Py2.6 only code blocks...
2013-04-07 Stefan Behnelfix some C++ compiler warnings about char* constants
2013-04-07 Stefan BehnelAdded tag 0.19b1 for changeset 4f782ac7b3fd
2013-04-07 Stefan Behneltest 'type_version_tag' directive and fix it in Py2 0.19b1
2013-04-06 Stefan Behnelenable Py_TPFLAGS_HAVE_VERSION_TAG on extension types...
2013-04-06 Stefan Behnelremove unused left-over code
2013-04-06 Stefan Behnelprepare release of 0.19 beta 1
2013-04-06 Stefan Behnelmerge
2013-04-06 scoderMerge pull request #207 from nnemkin/callconv_pointers_fix
2013-04-06 scoderMerge pull request #208 from nnemkin/cimport_from_pyx_fix
2013-04-06 scoderMerge pull request #209 from nnemkin/local_error_report...
2013-04-06 Nikita NemkinIn cimport_from_pyx mode don't treat "cdef extern from...
2013-04-06 Nikita NemkinConsistently declare local error reporting variables...
2013-04-06 Stefan Behnelfix build
next