An error occurred fetching the project authors.
  1. 15 Sep, 2015 1 commit
  2. 13 Sep, 2015 3 commits
  3. 12 Sep, 2015 1 commit
  4. 11 Sep, 2015 2 commits
  5. 06 Sep, 2015 1 commit
  6. 05 Sep, 2015 1 commit
  7. 04 Sep, 2015 2 commits
    • Stefan Behnel's avatar
      changelog · edc39d93
      Stefan Behnel authored
      edc39d93
    • 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
  8. 03 Sep, 2015 1 commit
  9. 02 Sep, 2015 2 commits
  10. 01 Sep, 2015 4 commits
  11. 30 Aug, 2015 1 commit
  12. 23 Aug, 2015 1 commit
  13. 22 Aug, 2015 4 commits
  14. 17 Aug, 2015 1 commit
  15. 15 Aug, 2015 1 commit
  16. 14 Aug, 2015 2 commits
  17. 12 Aug, 2015 2 commits
  18. 09 Aug, 2015 3 commits
  19. 08 Aug, 2015 2 commits
  20. 06 Aug, 2015 2 commits
  21. 31 Jul, 2015 1 commit
  22. 30 Jul, 2015 1 commit
  23. 29 Jul, 2015 1 commit