An error occurred fetching the project authors.
  1. 06 Jun, 2008 2 commits
  2. 05 Jun, 2008 1 commit
  3. 04 Jun, 2008 2 commits
  4. 15 May, 2008 1 commit
  5. 09 May, 2008 3 commits
  6. 01 May, 2008 1 commit
  7. 30 Apr, 2008 2 commits
  8. 28 Apr, 2008 2 commits
  9. 26 Apr, 2008 1 commit
  10. 25 Apr, 2008 3 commits
  11. 22 Apr, 2008 1 commit
  12. 09 Apr, 2008 1 commit
  13. 23 Mar, 2008 1 commit
  14. 29 Mar, 2008 1 commit
  15. 09 Mar, 2008 1 commit
  16. 02 Mar, 2008 1 commit
  17. 15 Jan, 2008 1 commit
  18. 24 Oct, 2007 1 commit
  19. 15 Oct, 2007 1 commit
  20. 11 Oct, 2007 1 commit
  21. 30 Jul, 2007 2 commits
  22. 28 Jul, 2007 2 commits
  23. 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
  24. 20 Oct, 2006 2 commits