1. 13 Feb, 2015 18 commits
  2. 12 Feb, 2015 14 commits
  3. 11 Feb, 2015 6 commits
  4. 10 Feb, 2015 2 commits
    • Kevin Modzelewski's avatar
      Call fclose after parsing a file · 528c0268
      Kevin Modzelewski authored
      528c0268
    • Kevin Modzelewski's avatar
      Let object.__new__ take kwargs · 1427169a
      Kevin Modzelewski authored
      Also, improve rewriting to still be able to rewrite object construction.
      For now, be able to rewrite the case that a function takes kwargs but
      the kwargs is empty.
      
      Also, add an even faster path to typeCallInternal.  This is partially
      obviated by the improved rewriting, but we might as well keep it.
      1427169a