1. 29 Aug, 2014 8 commits
  2. 28 Aug, 2014 7 commits
  3. 27 Aug, 2014 7 commits
  4. 26 Aug, 2014 10 commits
  5. 25 Aug, 2014 6 commits
  6. 24 Aug, 2014 2 commits
    • Kevin Modzelewski's avatar
      d7932903
    • Kevin Modzelewski's avatar
      dict.copy, obj.__dict__, str.split(max_split=) · 0ba7e94f
      Kevin Modzelewski authored
      With these changes, the optparse test successfully runs!
      It outputs a slightly different thing for us, since it
      looks at the str of obj.__dict__, which for us is currently
      an AttrWrapper.
      
      I think this case is benign, so I'm hopeful that we'll be able
      to keep __dict__ as an AttrWrapper and not as a full dict
      (which would require deoptimizing that object and/or tracking
      the existence of that dict to see if we can reoptimize).
      I'm not sure if we'll be able to, but there's only one way to find out.
      0ba7e94f