platform/upstream/python-cython.git
2014-01-07 Stefan Behnelchangelog
2014-01-07 Robert BradshawUnraisable traceback docs.
2014-01-07 Robert BradshawTraceback on unraisable exceptions.
2014-01-07 Robert BradshawCimported name mangling.
2014-01-07 Robert Bradshawundo smart quotes
2014-01-05 Stefan Behnelavoid wasting time on parsing pyregr test files for...
2014-01-05 Stefan BehnelPy2.4/5 fix
2014-01-04 Stefan Behnelre-enable relaxed_strides test for pre-1.8 NumPy versions
2014-01-04 Stefan Behnelwork around different NumPy 0.18 compile time configura...
2014-01-04 Stefan Behnelfix bytearray.append(ch) for non-ASCII 1-char strings...
2014-01-04 Stefan Behnelspecial case and optimise both PyInt and PyLong types...
2014-01-04 Stefan Behnelfix implicit integer downcast in __Pyx_PyByteArray_Appe...
2014-01-04 Stefan Behnelremove outdated comment
2014-01-04 Robert BradshawUpdate docs about template functions.
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelwhitespace
2014-01-03 Stefan Behnelmake doctest output readable on error
2014-01-03 Stefan BehnelPy2.4/5 fix
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelfix Cython warning
2014-01-03 Stefan Behnelfix node subtree access in last change (use either...
2014-01-03 Stefan Behnelbe another little more relaxed about temping in assignm...
2014-01-03 Stefan Behnelbe a little more relaxed about temping in assignments...
2014-01-03 Stefan Behneladd tests for some evil cdef attribute assignments...
2014-01-03 Stefan Behnelfix test tag
2014-01-03 Stefan Behnelmake test runner bark at unknown tag names in test...
2014-01-03 Stefan Behneladd test tags
2014-01-03 Stefan Behnelfix test tags
2014-01-02 Stefan Behnelremove some useless temping (not sure if it's needed...
2014-01-02 Stefan Behnelcopy 'constant_result' field in from_node() method
2014-01-02 Stefan Behnelimplement independent coercion of subexpressions for...
2014-01-02 Stefan Behnelfix C comment in utility code that didn't get discarded...
2014-01-01 Stefan Behnelavoid useless metaclass searching overhead when creatin...
2014-01-01 Stefan Behnelminor code simplification
2014-01-01 Stefan Behnelfix refnanny counting for StopIteration value in yield...
2014-01-01 Stefan Behnelsupport non-types as Py2 metaclasses
2013-12-31 Stefan Behnelmake cname prefixes of cached constants unique by type...
2013-12-31 Stefan Behneltighten test assertion
2013-12-31 Stefan Behnelfix control flow analysis for del-ing non-names
2013-12-31 Stefan Behneloptimise dict.has_key()
2013-12-31 Stefan Behneloptimise str % formatting
2013-12-31 Stefan Behnelchangelog
2013-12-31 Stefan Behnelremove test after removing the code it tests
2013-12-31 Stefan Behnelundo while loop termination change - didn't consider...
2013-12-31 Stefan Behnelmerge
2013-12-31 Stefan Behnelmark infinite while loops as terminators when looking...
2013-12-31 Stefan Behnelavoid some dead code in generator exit
2013-12-31 Stefan Behnelwarn about unreachable except-else clause
2013-12-31 Stefan Behnelreduce scope of gil state declaration in try-finally
2013-12-31 Stefan Behnelfix crash due to temporarily inconsistent exception...
2013-12-31 Stefan Behnelcall giveref() before invalidating reference in paralle...
2013-12-31 Stefan Behnelfix C compiler warnings about unused utility code
2013-12-31 Stefan Behnelavoid generating some unreachable code on function...
2013-12-31 Stefan Behnelback up and restore complete exception state around...
2013-12-31 Robert BradshawOne more tiny fix.
2013-12-31 Stefan Behneldiscard C code comment from generated code
2013-12-31 Robert BradshawFix __richcmp__ bug that's been failing Sage tests.
2013-12-31 Robert BradshawRelease notes.
2013-12-31 Robert BradshawOut of order base class test.
2013-12-31 Robert BradshawFix bug when base classes were declared out-of-order.
2013-12-29 Stefan Behnelfix refleak on literal/slow tuple creation
2013-12-29 scoderMerge pull request #269 from yasuyk/fix-elisp-header...
2013-12-29 Yasuyuki OkaFix header line
2013-12-29 Robert BradshawRemove experimental flag for C++ class defs.
2013-12-28 Stefan Behnelextend try-finally tests
2013-12-28 Stefan Behnelenable unicode format optimisation for '%' operator...
2013-12-28 Stefan Behneldisable redundant exception checks for optimised builtins
2013-12-28 Robert BradshawRelease notes.
2013-12-28 Robert BradshawFix C++ const method declarations.
2013-12-28 Robert Bradshawwhitespace
2013-12-27 Stefan Behnelmerge
2013-12-27 Stefan Behnelhandle Py2 compatibility case bytearray.append(pychar)
2013-12-27 Robert BradshawMore template parameter deduction.
2013-12-27 Robert Bradshawsimple template deduction
2013-12-27 Robert BradshawFix declaration error test.
2013-12-26 Robert BradshawAdd function template tests.
2013-12-26 Robert BradshawAdd support for external C++ template functions.
2013-12-26 Robert BradshawFix C++ complex for clang.
2013-12-26 Robert BradshawComplex int division not well defined.
2013-12-26 Robert BradshawAccept tuple for cythonized extension list.
2013-12-25 Stefan Behnelmove C declaration before code
2013-12-25 Stefan Behnelfix doctest in Py3
2013-12-24 Stefan Behneladd integer fast-path to __Pyx_PyIndex_AsSsize_t()
2013-12-24 Stefan Behnelinline bytearray.append()
2013-12-24 Stefan Behneldisable exception check for special C return type ...
2013-12-24 Stefan Behneloptimise object.append() only when return value is...
2013-12-24 Stefan Behnelfix constant folding of PrimaryCmpNode operands
2013-12-24 Stefan Behnelfix crash when looking up closure names in OptimizeBuil...
2013-12-22 Stefan Behnelavoid redundant NULL inits for extension type fields...
2013-12-22 Stefan Behnelmerge 0.19.x branch into master
2013-12-21 Stefan Behnelfix C compiler warning about unused expression result
2013-12-21 Stefan Behnelfix C compiler warning about unused expression result
2013-12-19 Stefan Behneldisable return value saving in finally clauses that...
2013-12-19 Stefan Behnelfix refnanny error output in Py3
2013-12-19 Stefan Behnelsimplify code
2013-12-19 Robert Bradshawfix memoryview warnings
2013-12-18 Stefan Behnelfix try-finally-return in functions returning void
2013-12-18 Stefan Behnelfix build
2013-12-18 Stefan Behnelmerge
2013-12-18 Stefan Behnelimplement 'yield' inside of 'finally' clause
next