summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
William Stein [Sun, 22 Oct 2006 01:53:34 +0000 (18:53 -0700)]
Added a "Warning" class, and changed it so redeclaring or re-importing is a warning rather than an error.
Because Pyrex has no #ifndef macro, it is impossibly painful to use
pxi files for declarations in a large project. SAGE is a large project.
Also, in Python it is not an error to import a module twice. Thus
more in line with Python's behavior, multiple declarations of the same
symbol is no longer an error.
William Stein [Fri, 20 Oct 2006 04:30:50 +0000 (21:30 -0700)]
Version of Pyrex distributed with SAGE on October 19, 2006
William Stein [Fri, 20 Oct 2006 04:28:18 +0000 (21:28 -0700)]
Official Pyrex version 0.9.4.1