- 13 Aug, 2008 10 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
All test pass but bufaccess, tnumpy, and r_mang1.
-
Robert Bradshaw authored
-
- 12 Aug, 2008 11 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
fixes the unicode literal indexing problem (only for unicode strings, not for byte strings!)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
otherwise, different ways of spelling special characters can end up being correctly escaped or not in the C file
-
Stefan Behnel authored
-
- 11 Aug, 2008 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Aug, 2008 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fixed unicode escape handling in byte strings unescape \xXY in string literals as C allows it to conflict with trailing hex numbers - output string escaping will do the right thing
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 09 Aug, 2008 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fix format string in __Pyx_AddTraceback() to let it match input types (line number is not defined as unsigned)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
quick way to enable multiple compilation *without* reusing contexts (still about 10x faster than separate startup)
-
Stefan Behnel authored
-