platform/upstream/python-cython.git
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
2013-02-13 Stefan Behnelfix Py3 test issue
2013-02-13 Stefan Behnelextend switch statement test to include compile time...
2013-02-13 Stefan Behnelextend list of builtins usable in compile time expressions
2013-02-13 Stefan Behneladd test case for more complex compile time expression...
2013-02-13 Stefan Behnelsupport tuples as compile time constants
2013-02-13 Stefan Behnelrefactor test
2013-02-13 Stefan Behneladd tutorial section on naming C function parameters
2013-02-13 Stefan Behnelfix preprocessor macro usage in generator code
2013-02-13 Robert BradshawMerge branch 'master-robertwb'
2013-02-12 Stefan Behnelreplace lots of dynamically created string constants...
2013-02-12 Stefan Behnelminor cleanups in Code.py
2013-02-12 Stefan Behneluse Python string constant in __Pyx_PyObject_Append()
2013-02-12 Stefan Behnelsupport Python string constants in utility code
2013-02-12 Stefan Behnelchangelog
2013-02-12 Stefan Behneladd tests for 'raise ... from None'
2013-02-12 Stefan Behnelignore 'raise ... from None' in Py<3.3
2013-02-12 Stefan Behnelimplement 'raise ... from None' in Py3.3
2013-02-10 Stefan Behnelchangelog
2013-02-09 Robert BradshawFix docs about non-extern variables in pxd files.
2013-02-09 Robert BradshawAnother doc fix.
2013-02-09 Robert BradshawFaster list setting when bounds check and wrapparound...
2013-02-09 Stefan Behnelfix build
2013-02-09 Stefan Behnelexternalise some utility code functions
2013-02-09 Stefan Behnelexternalise some utility code functions
2013-02-09 Stefan Behnelmake a couple of parser errors non-fatal to keep parsing
2013-02-09 Stefan Behnelclean up exec test file
2013-02-09 Stefan Behnelextended test case
2013-02-09 Stefan Behnelimplement tuple compatibility form of Py2 exec statement
2013-02-09 Stefan Behnelclean up exec() code a little
next