1. 04 Sep, 2015 1 commit
    • Robert Bradshaw's avatar
      Make cpdef enums into first-class types. · 96eea730
      Robert Bradshaw authored
      For example
      
          cpdef enum Eggs
              SOFT
              HARD
              SCRAMBLED
      
      produces three constants with int values that print as strings,
      and a type Eggs with attributes Eggs.SOFT, etc. and list(Eggs)
      giving the set of all enum values.  Instantiating Eggs with a
      numeric or string value will return the appropriate constant.
      96eea730
  2. 02 Sep, 2015 5 commits
  3. 01 Sep, 2015 10 commits
  4. 30 Aug, 2015 3 commits
  5. 29 Aug, 2015 1 commit
  6. 28 Aug, 2015 3 commits
  7. 23 Aug, 2015 5 commits
  8. 22 Aug, 2015 12 commits