platform/upstream/python-cython.git
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
2013-01-20 Stefan Behnelmove exception class into shadow function as we may...
2013-01-19 Stefan Behnelremove references to 'minierror' module from Shadow.py 0.18b1
2013-01-19 Stefan Behnelundo code removal - not entirely clear what to make...
2013-01-19 Stefan Behnelset version to 0.18b1
2013-01-19 Stefan Behnelremoved broken minivect related code from branch since...
2013-01-18 Stefan Behnelimplement relative import support for .pxd files in...
2013-01-18 Stefan Behnelmerge 0.18 branch back into master
2013-01-18 Stefan Behnelwork around missing relative cimport support in cythonize()
2013-01-18 Stefan Behnelmerge 0.18 branch back into master
2013-01-18 Stefan Behnelchangelog
2013-01-18 Stefan Behnelfix cimport in libcpp.string
2013-01-18 Stefan Behnelupdate 'const' section in string handling tutorial...
2013-01-18 Stefan Behnelreplace 'const_xyz' work-arounds in standard .pxd files...
2013-01-18 Stefan Behneladd failing Py3 exception test
2013-01-18 Stefan Behnelminor test cleanup
2013-01-18 Stefan Behnelmove doctests into tested functions
2013-01-18 Stefan Behnelextended test case
2013-01-18 Robert BradshawMerge pull request #175 from steinn/pyximport_fix
2013-01-16 Steinn Steinsenfix import of pyx modules when '' is in sys.path
2013-01-16 Steinn Steinsenfix import of pyx modules when '' is in sys.path
2013-01-15 Robert BradshawMerge pull request #174 from stevenwinfield/pyxbld_fix
2013-01-15 Steven WinfieldUse OS-dependent directory separator - a / on windows...
2013-01-18 Stefan Behnelfix cimport in libcpp.string
2013-01-18 Stefan Behnelupdate 'const' section in string handling tutorial...
2013-01-18 Stefan Behnelreplace 'const_xyz' work-arounds in standard .pxd files...
2013-01-15 Steven WinfieldUse OS-dependent directory separator - a / on windows...
2013-01-14 Robert BradshawMerge remote-tracking branch 'remotes/main/0.17'
2013-01-12 Robert BradshawMake __pyx_import_star_type_names static to remove...
2013-01-10 Stefan Behnelpreprocess byte string literal escaping instead of...
2013-01-10 Stefan Behnelundo Py3.3 surrogates support fixes - breaks too many...
2013-01-10 Stefan Behnelundo Py3.3 surrogates support fixes - breaks too many...
2013-01-10 Stefan Behnelextended (failing) test cases
2013-01-08 Robert BradshawMerge pull request #173 from yarikoptic/upstream-0.17
2013-01-07 Stefan Behnelfix Unicode string initialisation in PyPy
2013-01-06 Stefan Behneladd error test case for unknown \N{...} Unicode escape...
2013-01-06 Stefan Behnelimplement \N{...} Unicode escapes for literals
2013-01-06 Stefan Behneladd <locals> to __qualname__ for closures as defined...
2013-01-06 Stefan Behnelsafety fixes and a little branch prediction helping...
2013-01-06 Stefan Behnelfix surrogates in Unicode literals in Python 3.3 (the...
next