- 01 Jun, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
temp var names in the TemplateTransform may become user visible, so they must be encoded as identifiers
-
Stefan Behnel authored
-
- 31 May, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
support setting language level (2 or 3) for source code - currently configures string literals and print()
-
Stefan Behnel authored
-
- 28 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 27 May, 2010 6 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 26 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 25 May, 2010 1 commit
-
-
Stefan Behnel authored
-
- 24 May, 2010 1 commit
-
-
Robert Bradshaw authored
-
- 17 May, 2010 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 16 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 May, 2010 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
David Barnett authored
I noticed two failures to compile that I think are bugs: - "ctypedef Foo[int] Bar" gives a syntax error (i.e., there doesn't seem to be any way to typedef a templated type). - Defining a struct in a namespace and trying to convert it to a Python dict doesn't work. Instead you get nasty "__pyx_convert__to_py_THENAMESPACE" errors from the C++ compiler (it doesn't mangle the cname properly and tries to define __pyx_convert__to_py_THENAMESPACE::THESTRUCT). I made a patch to *add tests* for the two bugs (not fix them).
-
Stefan Behnel authored
-
- 14 May, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 13 May, 2010 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 May, 2010 8 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
prevent redundant coercion from Py_UNICODE to a unicode string when the subscript index is a Python object - this case is no longer optimised
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix test py_unicode_type, remove code from Optimize.py that became redundant when Py_UNICODE started coercing to unicode by default
-
Stefan Behnel authored
-
Stefan Behnel authored
-