An error occurred fetching the project authors.
- 06 Jun, 2008 2 commits
-
-
Stefan Behnel authored
Pyrex merge: disable multiple compilation in one context, verbose mode to output file names during compilation
-
Stefan Behnel authored
-
- 05 Jun, 2008 1 commit
-
-
Stefan Behnel authored
-
- 04 Jun, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 May, 2008 1 commit
-
-
Stefan Behnel authored
-
- 09 May, 2008 3 commits
-
-
Stefan Behnel authored
put the annotated .html file next to the .c file to fix annotation when the .c file is not in the same directory as the .pyx file
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 May, 2008 1 commit
-
-
Stefan Behnel authored
another Main.parse() cleanup to make sure a unicode error really comes from the parser, not from the filename decoding
-
- 30 Apr, 2008 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Apr, 2008 2 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 26 Apr, 2008 1 commit
-
-
Gary Furnish authored
-
- 25 Apr, 2008 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
fixed source filename and Cython code embedding in C files, moved source file reading algorithm to Cython.Utils to make it available everywhere (and then use it everywhere)
-
- 22 Apr, 2008 1 commit
-
-
Stefan Behnel authored
-
- 09 Apr, 2008 1 commit
-
-
Stefan Behnel authored
-
- 23 Mar, 2008 1 commit
-
-
Gary Furnish authored
-
- 29 Mar, 2008 1 commit
-
-
ChrisPerkins authored
-
- 09 Mar, 2008 1 commit
-
-
"Dag Sverre Seljebotn" authored
-
- 02 Mar, 2008 1 commit
-
-
Stefan Behnel authored
-
- 15 Jan, 2008 1 commit
-
-
Robert Bradshaw authored
-
- 24 Oct, 2007 1 commit
-
-
Robert Bradshaw authored
-
- 15 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 11 Oct, 2007 1 commit
-
-
Stefan Behnel authored
-
- 30 Jul, 2007 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 28 Jul, 2007 2 commits
-
-
William Stein authored
-
William Stein authored
-
- 22 Oct, 2006 1 commit
-
-
William Stein authored
This required a number of changes to a few files. Basically, the full module name is determined in Main.py. It is then passed around a bit until it is used when generating tp_name. This change was needed because otherwise pickling of extension classes with full module names like sage.rings.integer.Integer would fail (since Python would look for integer.Integer instead). NOTE: This is pickling of the extension class itself, not of instances (which could also fail, because the class doesn't pickle).
-
- 20 Oct, 2006 2 commits
-
-
William Stein authored
-
William Stein authored
-