- 10 Aug, 2008 3 commits
-
-
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
-
- 08 Aug, 2008 4 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 07 Aug, 2008 5 commits
-
-
Stefan Behnel authored
add a warning for unraisable exceptions (but do not show it by default, as this is often irrelevant)
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 05 Aug, 2008 8 commits
-
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Aug, 2008 1 commit
-
-
Dag Sverre Seljebotn authored
-
- 03 Aug, 2008 12 commits
-
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
kirr@landau.phys.spbu.ru authored
-
Robert Bradshaw authored
-
marcus@bitzl.com authored
Starting Cython from Windows PowerShell? with cython.py <arguments> yields a new console window with Cython output, which closes immedeately after Cython finished. To get Cython's output one would always have to write something like python C:\Python25\Scripts\cython.py <arguments> Therefore, i wrote a simple batch file that does fairly the same as cython.py and allows you to start cython simply via cython <arguments>
-
Robert Bradshaw authored
-
Robert Bradshaw authored
I don't know how long_literal used to work, must have ran tests before that refactor...
-