1. 07 Sep, 2007 1 commit
  2. 05 Sep, 2007 2 commits
  3. 03 Sep, 2007 3 commits
  4. 25 Aug, 2007 1 commit
  5. 30 Jul, 2007 1 commit
  6. 29 Aug, 2007 1 commit
  7. 19 Aug, 2007 5 commits
  8. 17 Aug, 2007 4 commits
  9. 29 Jul, 2007 2 commits
  10. 28 Jul, 2007 6 commits
  11. 11 Jul, 2007 1 commit
  12. 10 Jul, 2007 4 commits
  13. 07 Jul, 2007 3 commits
  14. 07 Jun, 2007 5 commits
  15. 01 Jun, 2007 1 commit
    • Robert Bradshaw's avatar
      type narrowing for cdef methods · cbd2a528
      Robert Bradshaw authored
      Now if you inherit cdef methods from another class, you may re-declare the
      arguments and return variables to be sub-types of the original declared type.
      This will be especially convenient for the SAGE arithmetic architecture.
      Type-checking is performed if necessary.
      cbd2a528