1. 25 Aug, 2014 5 commits
  2. 24 Aug, 2014 6 commits
  3. 23 Aug, 2014 1 commit
  4. 22 Aug, 2014 6 commits
  5. 21 Aug, 2014 11 commits
  6. 20 Aug, 2014 1 commit
  7. 18 Aug, 2014 4 commits
  8. 17 Aug, 2014 4 commits
  9. 15 Aug, 2014 2 commits
    • Kevin Modzelewski's avatar
      AttrWrapper.__contains__ · 36192fb0
      Kevin Modzelewski authored
      36192fb0
    • Kevin Modzelewski's avatar
      Add support for the globals() builtin · 85beb314
      Kevin Modzelewski authored
      Works by using stack unwinding to find the most recent frame,
      and then maps that back to the source information.
      Soon we're going to need proper frame management (ex, this approach
      does not work at for the locals() function), when this will be replaced.
      
      globals() currently returns a non-dict... we'll see if that's ok.
      85beb314