An error occurred fetching the project authors.
  1. 24 Oct, 2007 1 commit
  2. 15 Oct, 2007 1 commit
  3. 11 Oct, 2007 1 commit
  4. 30 Jul, 2007 2 commits
  5. 28 Jul, 2007 2 commits
  6. 22 Oct, 2006 1 commit
    • William Stein's avatar
      Add correct setting of tp_name to the full module name in Nodes.py. · ae424da0
      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).
      ae424da0
  7. 20 Oct, 2006 2 commits