platform/upstream/python-cython.git
2013-02-07 Stefan Behnelfix kwargs mapping in Py2.[45]
2013-02-07 Stefan Behnelprovide fallback for cpdef functions that were previous...
2013-02-07 Stefan Behnelfix one more test fixing after changing declared C...
2013-02-07 Stefan Behneladd test for keyword arguments passed into cdef functio...
2013-02-07 Stefan Behnelfix illegal Python names in C lower cased declarations
2013-02-07 Stefan Behnelrename test
2013-02-07 Stefan Behnelconvert function argument names in libc declarations...
2013-02-07 Stefan Behnelextend cdef function kwargs tests to include functions...
2013-02-07 Stefan Behnelchangelog
2013-02-07 Stefan Behnelfix ticket 801: wrong declarations in math.pxd for...
2013-02-07 Stefan Behnelimprove error reporting on mapped keyword arguments...
2013-02-07 scoderMerge pull request #183 from jrray/master
2013-02-07 J Robert RayFully initialize allocated memory.
2013-02-07 Stefan Behnelreimplement SimplifyCalls transform in-place in General...
2013-02-07 Stefan Behnelrefactor analyse_types() and friends to work more like...
2013-02-06 Stefan Behnelmatch simple keyword arguments that are passed into...
2013-02-06 Stefan Behnelfix safety coercion after call node optimisation
2013-02-06 Stefan Behnelmove major part of SimplifyCalls transform into type...
2013-02-06 Stefan Behnelfix error test after enabling keyword arguments in...
2013-02-06 Stefan Behnelfix compiler crash
2013-02-06 Stefan Behnelfix error test after enabling keyword arguments in...
2013-02-05 Stefan Behnelsimple optimisation that statically maps keyword argume...
2013-02-04 Stefan Behneladd some more typing in FlowControl.py
2013-02-04 Stefan Behneldisable incorrect optimisation for set.discard()
2013-02-04 Stefan Behnelminor tweak
2013-02-04 Stefan Behneldeclare some classes in FlowControl.py final to speed...
2013-02-04 Stefan Behnelclean up and improve static type declarations in FlowCo...
2013-02-04 Stefan Behnelslight code simplification
2013-02-02 Stefan Behnelextend test case
2013-02-01 Stefan Behnelrst fix
2013-02-01 Stefan Behnelclean up the C library wrapping tutorial a bit and...
2013-02-01 Stefan Behnelclarify comment in example
2013-02-01 Robert BradshawOops, we do handle raise MemoryError() gracefully.
2013-02-01 Robert BradshawUndo a couple of documentation fixes (where the old...
2013-02-01 Yury V. ZaytsevFix one instance of code highlighting
2013-02-01 Yury V. ZaytsevFix various typos in the documentation
2013-02-01 Yury V. ZaytsevUpdate code samples to use newer Cython / Python syntax
2013-02-01 Yury V. ZaytsevFix broken code samples (indent, spaces, failing doctest)
2013-02-01 Yury V. ZaytsevPrefer the use of C++ style pointer declarations (char...
2013-02-01 Yury V. ZaytsevRemove extra commas before colons (,:: -> ::)
2013-02-01 Yury V. ZaytsevIntroduce more consistent capitalization of Python...
2013-02-01 Yury V. ZaytsevFix some internal and external links in the documentation
2013-01-30 Stefan Behnelmerge 0.18.x branch into master
2013-01-30 Stefan Behnelremove warning about missing 'const' support from docs...
2013-01-29 Stefan Behnelexclude test in Py2.4
2013-01-28 Stefan BehnelAdded tag 0.18 for changeset 76f33728e853
2013-01-28 Stefan Behnelincrease master version to 0.19-dev
2013-01-28 Stefan Behnelmerge 0.18.x branch into master
2013-01-28 Stefan Behnelprepare release of 0.18 0.18
2013-01-28 Stefan Behnelfix a corner case where float(x) would not call x.__flo...
2013-01-28 Stefan BehnelAdded tag 0.18rc1 for changeset 9a11631e0edb
2013-01-28 Stefan Behnelmerge 0.18.x branch into master
2013-01-28 scoderMerge pull request #179 from cgohlke/patch-3
2013-01-27 Christoph GohlkeFix overflow_check CompileError with msvc
2013-01-27 Christoph GohlkeFix overflow_check CompileError with msvc
2013-01-27 Stefan Behnelfix doctest dependency on dict order
2013-01-27 Stefan Behnelset version to 0.18rc1 0.18rc1
2013-01-27 Stefan Behnelenable control flow analysis for stack allocated struct...
2013-01-27 Stefan Behnelsimplify code a bit
2013-01-27 Stefan Behneluse interned Python string constant instead of calling...
2013-01-27 Stefan Behnelmerge 0.18.x branch into master
2013-01-27 Stefan Behnelfix C compiler warnings about missing PyModuleDef field...
2013-01-27 Stefan Behnelmerge 0.18.x branch into master
2013-01-27 Stefan Behnelfix new test in Py2.[45]
2013-01-26 Stefan Behnelrewrite except-as semantics using try-finally - seems...
2013-01-26 Stefan Behnelmerge 0.18.x branch into master
2013-01-26 scoderMerge pull request #164 from strohel/master
2013-01-26 Stefan Behnelmerge 0.18.x branch into master
2013-01-26 scoderMerge pull request #178 from strohel/cpp-catch-in-nogil
2013-01-26 Stefan Behnelenable except-as target deletion only when language...
2013-01-26 Stefan Behneldisable broken optimisation for except-as special case
2013-01-26 Stefan Behnelremove some code redundancy
2013-01-26 Stefan Behnelextend except-as test case
2013-01-26 Stefan Behnelmake except-as delete the target after the except clause
2013-01-26 Stefan Behnelmerge 0.18.x branch into master
2013-01-26 Stefan Behnelfix test when using NumPy 1.7
2013-01-26 Stefan Behnelmerge 0.18.x branch into master
2013-01-26 Stefan Behnelfix new memory view error test in Py2.4
2013-01-26 Stefan Behnelfix new memory view error test in Py2.4
2013-01-25 Matěj LaitlFix calling an "except +" cpp function in a nogil function
2013-01-26 Stefan Behnelchangelog
2013-01-25 Matěj LaitlFix calling an "except +" cpp function in a nogil function
2013-01-25 Robert BradshawMerge pull request #177 from strohel/propagate-error...
2013-01-24 Matěj LaitlFix error propagation from memoryview-returning functions
2013-01-24 Matěj LaitlFix error propagation from memoryview-returning functions
2013-01-22 Matěj LaitlAdd test for memoryview of extension type
2013-01-22 Robert BradshawMerge pull request #176 from larsmans/fix-indent
2013-01-21 Lars Buitinckfix indentation error in userguide
2013-01-21 Lars Buitinckfix indentation error in userguide
2013-01-21 Stefan Behnelmerge 0.18.x branch back into master
2013-01-21 Stefan Behnelfix compiler crash in error case
2013-01-21 Stefan Behneloptimise abs(long long)
2013-01-21 Stefan Behnelmerge 0.18.x branch back into master
2013-01-21 Stefan Behnelavoid unused utility code for abs()
2013-01-21 Stefan Behnelsimplify abs() optimisation for C integers and fix...
2013-01-20 Stefan Behnelfix test
2013-01-20 Stefan Behnelsuppress C compiler warning on power operation on unsig...
2013-01-20 Stefan Behnelimprove test output in failure case
2013-01-20 Stefan BehnelAdded tag 0.18b1 for changeset c1a18ab6b080
2013-01-20 Stefan Behnelmerge 0.18.x branch back into master
next