platform/upstream/python-cython.git
2013-02-23 Stefan Behnelprevent external base types from generating cleanup...
2013-02-23 Stefan Behnelimplement freelist support for extension types with...
2013-02-23 Stefan Behnelminor cleanup
2013-02-23 Stefan Behnelsimplify code for directly calling module internal...
2013-02-23 Stefan Behnelminor cleanup
2013-02-23 Stefan Behnelchangelog
2013-02-23 Stefan Behneloptimise tp_new() for module-internally defined types...
2013-02-23 Stefan Behnelimplement tp_new() optimisation with args/kwargs
2013-02-23 Stefan Behnelmake call signature of method dispatch usable for both...
2013-02-23 Stefan Behnelmove tp_new() utility code into ObjectHandling.c
2013-02-23 Stefan Behnelmove string related utility functions from Optimize...
2013-02-23 Stefan Behnelonly include CythonFunction utility code if it's really...
2013-02-23 Stefan Behnelrefactor constant string slicing and guard it against...
2013-02-23 Stefan Behneladd constant folding test for sliced unicode and bytes...
2013-02-23 Stefan Behnelfold sliced literal sequences (e.g. from DEFs) into...
2013-02-23 Stefan Behnelfix expression node finding for bool and character...
2013-02-23 Stefan Behneldelete unused LongNode class
2013-02-23 Stefan Behneladd constant folding tests for bool values
2013-02-23 Stefan Behnelminor code cleanup
2013-02-23 Stefan Behnelfix constant folding for repeated negation
2013-02-23 Stefan Behnelsupport Ellipsis as compile time constant
2013-02-23 Stefan Behnelremove duplicated code
2013-02-23 Stefan Behnelremove Py2.3 work-around
2013-02-23 Stefan Behnelsimplify evaluation of --cython-only option in test...
2013-02-23 Stefan Behnelhonour --cython-only option in compiled unit tests...
2013-02-22 Stefan Behnelautomatically replace calls to builtin.__contains__...
2013-02-22 Stefan Behnelfix the last fix
2013-02-22 Stefan Behneladd safety fix for method dispatch visitor
2013-02-22 Stefan Behnelrefactor __class__ replacement hack, argument coercion...
2013-02-22 Stefan Behnelremove method dispatch on CascadedCmpNode: currently...
2013-02-22 Stefan Behneloptimise 'x in unicode' a bit
2013-02-21 Stefan Behneldeclare some internal transform methods final
2013-02-21 Stefan Behnelsupport special comparison methods in method dispatch...
2013-02-21 Stefan Behnelmake test functions a bit more readable and add some...
2013-02-21 Stefan Behnelremove a __class__ replacement hack from memoryview...
2013-02-21 Stefan Behneladd tests for non-loop usage of dict.iter*() methods
2013-02-21 Stefan Behnelfix utility code name
2013-02-21 Stefan Behnelfix test in Py3.1
2013-02-20 Stefan Behnelremove test that no longer compiles after C-ifying...
2013-02-20 Stefan Behnelautomatically convert dict.iter*() and dict.view*(...
2013-02-20 Stefan Behnelmove dict.*() method implementations from Optimize...
2013-02-20 Stefan Behnelchangelog
2013-02-20 Stefan Behnelfix copy+paste bug
2013-02-20 Stefan Behnelfix typo
2013-02-20 Stefan Behnelclean up in unicode slicing utility function, fix ...
2013-02-20 scoderMerge pull request #186 from intellimath/master
2013-02-20 zaurAdd tests for negative indices in unicode_slicing and...
2013-02-19 zaurFix test unicode_slicing for compatibility between...
2013-02-19 zaurMerge branch 'master' of https://github.com/intellimath...
2013-02-19 zaurAdd none check for unicode slicing, remove duplicate...
2013-02-19 zaurAdd unicode slicing support
2013-02-19 zaurAdd support for unicode slicing
2013-02-19 zaurMerge branch 'master' of git://github.com/cython/cython
2013-02-19 zaurAdd none check for unicode slicing, remove duplicate...
2013-02-18 zaurMerge branch 'master' of https://github.com/intellimath...
2013-02-18 zaurAdd unicode slicing support
2013-02-18 zaurAdd support for unicode slicing
2013-02-18 Stefan Behnelfix build
2013-02-18 Stefan Behneladd tests for MethodDispatcherTransform
2013-02-17 Stefan Behnelenable MethodDispatcherTransform() to dispatch also...
2013-02-16 Stefan Behnelmove __Pyx_GetName() into external utility file and...
2013-02-16 Stefan Behneluse Py2/3 specific builtin checks in dict.setdefault...
2013-02-16 Stefan Behnelfix test behaviour that varies depending on CPython...
2013-02-16 Stefan Behnelfix accidental double wrap-around of negative indices...
2013-02-16 Stefan Behnelsimplify pop() optimisation utility code
2013-02-16 Stefan Behnelreduce attribute lookup overhead a bit
2013-02-16 Stefan Behnelfix test after changing internal method calling (test...
2013-02-16 Stefan Behnelremove spurious semicolons from C macros
2013-02-16 Stefan Behneldisable dict.setdefault() test in Py2.4 which tests...
2013-02-16 Stefan Behnelstreamline fallback method calls in utility code
2013-02-16 Stefan Behnelrewrite dict.setdefault() optimisation to fix double...
2013-02-16 Stefan Behnelfix CPython compatibility problem on lookup failure...
2013-02-16 Stefan Behnelit should be enough to restart tracking the object...
2013-02-15 Stefan Behnelremove useless semicolons in Python code
2013-02-16 Mark FlorissonDisable atomic refcounting on windows with GCC
2013-02-15 Stefan Behnelfix typo in gcc version test
2013-02-15 Stefan Behnelchangelog
2013-02-15 Stefan Behnellet type analysis know that globals() and locals()...
2013-02-15 Stefan Behnelavoid list building when in-testing against dir() result
2013-02-15 Stefan Behnelmake SortedDictKeysNode look more like other pass-throu...
2013-02-15 Stefan Behnelfix dir() implementation to always return a sorted...
2013-02-15 Stefan Behnelfix test after changing dict.keys() in Py3
2013-02-15 Stefan Behnelmake entries keep their utility code when inheriting...
2013-02-15 Stefan Behnelchangelog
2013-02-15 Stefan Behnelfix long-standing bug that dict.items() etc. returned...
2013-02-15 Stefan Behnelextend test case
2013-02-15 Stefan Behnelminor formatting fixes
2013-02-15 Stefan Behnelremove spurious Py_DECREF(None) from 'raise ... from...
2013-02-15 Stefan Behnelchangelog
2013-02-15 Stefan Behnelinline PyList_Append() a bit more
2013-02-15 Stefan Behnelreplace some more Python string constants in utility...
2013-02-15 Stefan Behnelreduce code overhead in some utility functions
2013-02-14 Stefan Behnelreport unused variables also across closures
2013-02-14 Stefan Behnelprevent unused '_' variables from appearing in C code
2013-02-14 Robert BradshawUse wraparound and boundscheck directives for memory...
2013-02-14 Robert BradshawRemove archaic disable_function_redefinition option.
2013-02-14 Robert BradshawSpeccial case the unused '_' in warnings.
2013-02-14 Robert BradshawFix buffer pure mode regression.
2013-02-13 Stefan Behnelsupport None as compile time constant expression
2013-02-13 Stefan Behnelextend compile time constants error test case
next