platform/upstream/python-cython.git
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
2013-12-08 Stefan Behneldiscard ExprStatNodes with constant expressions
2013-12-08 Stefan Behneladd some safety checks to the shared common types import
2013-12-08 Stefan Behnelavoid risk of stale pointers by looking up Cython types...
2013-12-08 Stefan Behnelsimplify common type sharing code and fix ref-count...
2013-12-07 Stefan Behneldisable docstring check in pylint
2013-12-07 Stefan Behnelfix crash during C++ class type inference
2013-12-07 Stefan Behnelfix bytes.join() in Py<=2.5
2013-12-07 Stefan Behnelfix return type of repr(): CPython guarantees to return str
2013-12-07 Stefan Behnelalso optimise basestring.join() since we now infer...
2013-12-07 Stefan Behneloptimise str/bytes.join() and infer the result type...
2013-12-07 Stefan Behnelrefactor duplicated code
2013-12-07 Stefan Behneldiscard useless (PyObject*) casts from values of builti...
2013-12-07 Stefan Behnelset another string length field in exception message...
2013-12-07 Stefan Behnelset another string length field in exception message...
2013-12-07 Stefan Behnelavoid useless signedness checks in overflow handling...
2013-12-07 Stefan Behnelundo condition change in struct conversion - was requir...
2013-12-07 Robert BradshawFix compiler crash in isinstance optimization.
2013-12-06 Stefan Behnelreformat some code
2013-12-06 Stefan Behnelfix condition to make struct conversion generate struct...
2013-12-06 Stefan Behnelclean up lots of places where exceptions are being...
2013-12-06 Stefan Behnelfix C compiler warning when checking int overflow for...
2013-12-06 Stefan Behnelminor improvements in __Pyx_ArgTypeTest() and prevent...
2013-12-06 Stefan Behnelfix for-in loop variable inference after enabling list...
2013-12-06 Stefan Behnelextend test
2013-12-06 Stefan Behnelinfer type of items in tuple/list constants on indexing...
2013-12-06 Stefan Behnelimprove type inference for string %/+/* operations...
2013-12-05 Stefan Behnelminor fix
2013-12-01 Stefan Behnelconstant fold in-tests against empty containers
2013-12-01 Stefan Behnelminor code cleanups
2013-12-01 Stefan Behnelallow visitor dispatch methods in pylint
2013-12-01 Stefan Behnelsimplify some code
2013-12-01 Stefan Behnelstrip multiplication factor when recursively folding...
2013-12-01 Stefan Behnelfix glitch in constant folding of slices
2013-12-01 Stefan Behnelconstant fold some more special cases for list/tuple...
2013-12-01 Stefan Behnelstrip mult-factor from empty list literals
2013-12-01 Stefan Behnelpre-calculate constant loop length when iterating over...
2013-12-01 Stefan Behneldiscard constant True condition in while loops
2013-12-01 Stefan Behnelget rid of 'yellow last line' problem by assigning...
2013-12-01 Stefan Behnelfix annotation for generated Python function wrapper
2013-12-01 Stefan Behnelfix annotation score calculation
2013-11-30 Stefan Behnelfix copy&past bug
2013-11-30 Stefan Behnelclean up some code
2013-11-30 Stefan Behnelparse and annotate the C code in one pass instead of...
2013-11-30 Stefan Behnelminor code cleanup
2013-11-30 Stefan Behnelfix annotation of modules that do not generate any...
2013-11-29 Stefan Behnelfix embedsignatures test in Py3.4
2013-11-29 Stefan Behnelfix doctest in Py3.4
2013-11-29 Stefan Behnelfix doctest in Py3.4
2013-11-29 Stefan Behneldisable autotestdict when testing under Py3.4 and adapt...
2013-11-25 Stefan Behnelfix caching of e+nnn format floats
2013-11-24 Stefan Behnelminor safety fixes in constant folding
2013-11-24 Stefan Behnelchangelog
2013-11-24 Stefan Behnelminor code cleanup
2013-11-24 Stefan Behnelfix compiler crash on unitialised result_code and fix...
2013-11-24 Stefan Behneluse plain constants for Python bool values instead...
2013-11-24 Stefan Behnelextend test
2013-11-24 Stefan Behnelcache Python float constants
2013-11-24 Stefan Behnelstreamline iteration termination a bit
2013-11-23 Stefan Behnellet += and -= inplace operators use pointer arithmetic...
2013-11-23 Stefan Behnelminor code cleanup
2013-11-23 Stefan Behnelremove outdated test
2013-11-23 Stefan Behnelmake some tests from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelremove some useless tests from 'broken' directory
2013-11-23 Stefan Behnelmake an old test from 'broken' directory usable
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelunpack redundantly coerced int/float literals during...
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelminor code cleanup
2013-11-23 Stefan Behnelfix no-args int() call
2013-11-23 Stefan Behnelcall PyNumber_Int() for builtin int() function
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnelfix 'raise type, instance' in Py3 by preventing it...
2013-11-23 Stefan Behnelextend test
2013-11-23 Stefan Behnelback out the last two exception raising changes
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnelfix refcounting in __Pyx_Raise() because PyErr_Normaliz...
2013-11-23 Stefan Behnelavoid executing Python doctest that doesn't work in...
2013-11-23 Stefan Behnelmerge 0.19.x branch into master
2013-11-23 Stefan Behnellet CPython do the exception instantiation on 'raise...
2013-11-22 Stefan Behneluse more CPython-like (and potentially faster) _PyType_...
2013-11-22 Stefan Behnelalways wrap for-iterator node in NextNode after analysi...
2013-11-22 Stefan Behnelrevert incomplete fix for ticket #600: not enough for...
2013-11-22 Stefan Behnelmake sure foreign entries are reused
2013-11-22 Stefan Behnelextend test
2013-11-22 Stefan Behnelalways wrap for-iterator node in NextNode after analysi...
2013-11-22 Stefan Behnelextend test
2013-11-20 Stefan Behnelremove some references to old "build_ext" building...
2013-11-17 Stefan Behnelfix T600: lookup of iterables in genexpr must use outer...
2013-11-17 Stefan Behnelreenable some tests
2013-11-17 Stefan Behnelmove old list test from broken into tests/compile/
2013-11-17 Stefan Behnelfix test
next