An error occurred fetching the project authors.
  1. 16 Apr, 2015 1 commit
  2. 18 Mar, 2015 1 commit
  3. 17 Mar, 2015 1 commit
    • Kevin Modzelewski's avatar
      Couple stdlib additions · 8eb4abc8
      Kevin Modzelewski authored
      2-arg iter() variant
      bytearray(xrange(256))
      better support for multiple inheritance from both old- and new-style classes
      set.pop()
      str.rindex
      set.discard
      8eb4abc8
  4. 13 Mar, 2015 1 commit
  5. 07 Mar, 2015 1 commit
  6. 06 Mar, 2015 1 commit
  7. 05 Mar, 2015 1 commit
  8. 09 Feb, 2015 1 commit
  9. 06 Feb, 2015 1 commit
  10. 11 Jan, 2015 1 commit
  11. 08 Jan, 2015 2 commits
  12. 19 Dec, 2014 1 commit
  13. 18 Dec, 2014 1 commit
  14. 25 Aug, 2014 1 commit
  15. 24 Aug, 2014 2 commits
    • Kevin Modzelewski's avatar
      a262a1d1
    • Kevin Modzelewski's avatar
      Fix bug around implicit calls to __nonzero__ · 01fa0faf
      Kevin Modzelewski authored
      For those calls (such as in conditionals and "not x" expressions),
      if for some reason we didn't think the object could be converted to bool,
      we would crash in codegen.  This could happen if we knew that the type was a
      builtin type (ex: None, or dict) and we hadn't yet implemented __nonzero__.
      
      Unrelated, but implement isinstance(obj, (tuple_of_classes,)).  This also
      lets us use multiple exception types in a single except statement.
      01fa0faf
  16. 15 Aug, 2014 1 commit
  17. 04 Aug, 2014 1 commit
  18. 29 May, 2014 1 commit
  19. 21 May, 2014 1 commit
  20. 15 May, 2014 1 commit
  21. 03 Apr, 2014 1 commit