platform/upstream/python-cython.git
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
2013-12-18 Robert BradshawDon't warn on un-assigned error types.
2013-12-18 Robert BradshawError for Python objects as C++ class template parameters.
2013-12-17 Stefan Behnelcreate yield labels purely during code generation inste...
2013-12-16 Stefan Behnelmake intermediate goto-labels more readable by postfixi...
2013-12-16 Stefan Behnelremove unnecessary code from normal exit case of with...
2013-12-16 Stefan Behnelstreamline exit code of with-statement
2013-12-16 Stefan Behnelreduce lifetime of exception tuple in with-statement...
2013-12-16 Stefan Behnelreduce code overhead of with-statement a bit by using...
2013-12-16 Stefan Behnelimplement Python corner case of passing a tuple as...
2013-12-16 Stefan Behnelimprove annotation for else-clause in while-loop
2013-12-16 Stefan Behneldrop some redundant C labels in if-blocks
2013-12-16 Stefan Behneloptimise list.pop() a little more by splitting it off...
2013-12-16 Stefan Behneladd and improve some more may_be_none() methods
2013-12-16 Stefan Behnelfix typo
2013-12-16 Stefan Behnelmake CallNode a little smarter about when the return...
2013-12-16 Stefan Behnellet SliceNode know it returns a slice instance
2013-12-16 Stefan Behnelbe a bit smarter about when slicing or item access...
2013-12-15 Stefan Behnelfix compiler crash
2013-12-14 Stefan Behnelmake sure the optimised try-finally always generates...
2013-12-14 Stefan Behnelfix typo
2013-12-14 Stefan Behneldiscard else clause from try-except statements that...
2013-12-14 Stefan Behnelfix C compiler warning about unused variable
2013-12-14 Stefan Behnelextend test
2013-12-14 Stefan Behnelchangelog
2013-12-14 Stefan Behnelgenerate separate C code branches for each exit case...
2013-12-14 Stefan Behnelminor code cleanup
2013-12-14 Stefan Behnelmark node position in C file when starting to generate...
2013-12-14 Stefan Behnelset constant_result of empty containers created in...
2013-12-14 Stefan Behnelfix constant folding with false partial result
2013-12-14 Stefan Behnelundo the Python-optimisationism of assigning bound...
2013-12-13 Stefan Behnelremove redundant code
2013-12-13 Stefan Behnelsimplify constant folded comparison code a little and...
2013-12-13 Stefan Behnelundo accidental commit
2013-12-13 Stefan Behnelfix tracing again
2013-12-13 Stefan Behnelfix tracing in recent Py3.4
2013-12-12 Stefan Behnellet RemoveUnreachableCode discard any PassStatNodes...
2013-12-12 Stefan Behnelfix C compiler warning about unused utility code
2013-12-12 Robert BradshawUse makedirs rather than mkdir for cache location.
2013-12-12 Robert BradshawUse default location ~/.cycache when cython cache is...
2013-12-11 Stefan Behnelminor code cleanup
2013-12-11 Stefan Behnelclean up IntNode() instantiation
2013-12-11 Stefan Behnelminor portability tweak: mark non-tiny integer literals...
2013-12-11 Stefan Behneltweak order of constant generation a bit
2013-12-11 Stefan Behnelremove some code redundancy
2013-12-11 Stefan Behnelremove some unused code
2013-12-11 Stefan Behnelavoid accidental duplication of cached Python integer...
2013-12-11 Stefan Behnelfix syntax copy&pastos
2013-12-11 Stefan Behnelfix C compiler warnings about unused variables in tests
2013-12-11 Stefan Behneltry fixing test failures in int_literals.pyx by removin...
2013-12-11 Stefan Behnelremove unnecessary complication from test
2013-12-10 Stefan Behneluse normal constant calculation for special case to...
2013-12-10 Stefan Behnelrewrite constant folding for PrimaryCmpNode to properly...
2013-12-09 Stefan Behnelremove outdated comment
2013-12-08 Stefan Behnelfix test after making constant folding remove unused...
2013-12-08 Stefan Behnelfix compiler crash
2013-12-08 Stefan Behneldiscard lots of useless code and overhead from try...
2013-12-08 Stefan Behneladd test for empty try-finally
2013-12-08 Stefan Behnelfix Py2.4 C compilation problem
2013-12-08 Stefan Behnelfix problematic constant folding condition in cascaded...
2013-12-08 Stefan Behnelprevent compile time constant folding of non-portable...
2013-12-08 Stefan Behnelremove unused code
next