cython.git
2010-06-15 Stefan Behnelfix node traversal in yield expressions
2010-06-01 Stefan Behnelmerged in latest cython-devel
2010-06-01 Stefan Behnelfix stupid typo
2010-06-01 Stefan Behnelfix test case
2010-06-01 Stefan Behneltemp var names in the TemplateTransform may become...
2010-06-01 Stefan Behneltest for ticket #536
2010-05-31 Stefan Behnelmerged in latest cython-devel
2010-05-31 Stefan Behnelcompiler cmdline switches -2 and -3
2010-05-31 Stefan Behnelsupport setting language level (2 or 3) for source...
2010-05-31 Stefan Behnelextended test case
2010-05-30 Stefan Behneldisable tuple(genexpr) as it has a non-obvious negative...
2010-05-28 Stefan Behnelre-enable friendly exceptions to make map exception...
2010-05-28 Stefan Behnelavoid potential 32bit issues in test
2010-05-28 Stefan Behnelcleanup
2010-05-27 Stefan Behnelcleanup
2010-05-27 Stefan Behneltest comment
2010-05-27 Stefan Behnelextended test case
2010-05-27 Stefan Behnelremember constant values during new constant node creation
2010-05-27 Stefan Behnelmerged in latest cython-devel
2010-05-27 Stefan Behnelimplement tuple(genexp) as tuple(list(genexp))
2010-05-27 Stefan Behnelclean up comprehensions to bring them closer to generat...
2010-05-27 Stefan Behnelextended test case
2010-05-27 Stefan Behneldrop sum(genexpr) into plain C code when the result...
2010-05-27 Stefan Behneldocstrings
2010-05-27 Robert BradshawAnother IntNode fix.
2010-05-27 Robert BradshawFix types of marked integer literals.
2010-05-27 Robert BradshawMore large literal as double fixes.
2010-05-27 Robert BradshawFix large integer literals used in C double context.
2010-05-27 Robert BradshawLarge literal int + double test.
2010-05-26 Stefan Behneltest for min/max builtins
2010-05-26 Stefan Behnelimplement min(a,b,...) and max(a,b,...) in unrolled...
2010-05-26 Stefan Behnelextended test case
2010-05-26 Stefan Behnelmerged in latest cython-devel
2010-05-26 Stefan Behnelimplement sum(genexp) as inlined genexp loop
2010-05-26 Stefan Behnelmove 'for from' syntax out of the way in Python file...
2010-05-25 Stefan Behnelfix some error reportings in parser
2010-05-25 Stefan Behnelbetter error message
2010-05-25 Stefan Behnelsupport genexp loop variables that override builtin...
2010-05-25 Stefan Behnelrenamed test case
2010-05-25 Stefan BehnelPy3 test fix
2010-05-25 Stefan Behneltypo
2010-05-25 Stefan Behnellet generator expressions inherit type declarations...
2010-05-25 Stefan Behnelrevert test fix after reverting comprehension change
2010-05-25 Stefan Behnelrevert comprehensions to their previous (var-leaking...
2010-05-24 Robert BradshawAllow longer int literals on 64-bit machines.
2010-05-24 Stefan Behnelfix type inference and code generation for generator...
2010-05-23 Stefan Behnelfix scoping rules for comprehensions and inlined genera...
2010-05-18 Stefan Behnelmerged in latest cython-devel
2010-05-17 Stefan Behnelfix indexing for inferred Py_UNICODE 'strings'
2010-05-17 Stefan Behnelextended test case
2010-05-17 Stefan Behnelmake len(Py_UNICODE) efficient
2010-05-17 Stefan Behnelmerge
2010-05-17 Stefan Behnelextended test cases
2010-05-17 Stefan Behnelfix test after fixing code
2010-05-17 Stefan Behneldo not optimise len(str) as it doesn't map to a simple...
2010-05-16 Stefan Behnelmerged in latest cython-devel
2010-05-16 Stefan Behnelmerge
2010-05-16 Stefan Behneloptimise predicates and methods for single unicode...
2010-05-15 Robert Bradshawmerge
2010-05-15 Robert BradshawAdd failing test to bugs list.
2010-05-15 David BarnettC++ failures / tests
2010-05-15 Stefan Behnelinfer plain object for bytes_string[i] and str/unicode...
2010-05-14 Stefan Behnelmerged in latest cython-devel
2010-05-14 Stefan Behnel'fix' stupid test
2010-05-14 Stefan Behnelinfer type of loop variable when for-in-looping over...
2010-05-13 Stefan Behneltypo
2010-05-13 Stefan Behnelcleanup
2010-05-13 Stefan Behnelcomment fixes
2010-05-13 Stefan Behnelfix comment
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelerror handling in __test__ dict creation code
2010-05-12 Stefan Behnelre-enabled test
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelfix star import utility code in Py3
2010-05-12 Stefan Behneldisable a pyregr test that currently crashes
2010-05-12 Stefan Behnelno longer disable CPython regression test suite in...
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelprevent redundant coercion from Py_UNICODE to a unicode...
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelfix doctest in Py3
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelfix copy+paste bug
2010-05-12 Stefan Behnelfix test py_unicode_type, remove code from Optimize...
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelprevent Py_UNICODE from becoming a plain integer during...
2010-05-12 Stefan Behnelimplement ticket #535: fast index access into unicode...
2010-05-11 Stefan Behnelfix ticket #525: let float values pass through the...
2010-05-11 Robert BradshawString literal identifiers ending in newlines.
2010-05-10 Lisandro Dalcinbackout 63a493cdeee2 (usage of & is intentional)
2010-05-10 Lisandro Dalcinchange & to && in many places
2010-05-09 Stefan Behneldisable any/all tests in Py<2.5
2010-05-09 Stefan Behnelextended test case
2010-05-09 Stefan Behnelremoved outdated comment
2010-05-09 Stefan Behnelimplement any(genexpr) and all(genexpr) as special...
2010-05-09 Stefan Behnelmerged in latest cython-devel
2010-05-09 Stefan Behnelenable working test
2010-05-09 Stefan Behnelfix ticket #533: 'continue' in the 'else' block of...
2010-05-08 Lisandro Dalcinfix except+ for cppclass methods (with Denys Duchier)
2010-05-08 Stefan Behneltest for ticket #533: reference leak in 'continue'...
2010-05-08 Stefan Behnelsupport type analysis in TempResultFromStatNode
next