1. 09 Jan, 2015 4 commits
    • Kevin Modzelewski's avatar
      Ok it runs! · fa2942ae
      Kevin Modzelewski authored
      fa2942ae
    • Kevin Modzelewski's avatar
      Add some more CPython stuff · 9b45e675
      Kevin Modzelewski authored
      We're starting to have more functionality from CPython than we
      wrote ourselves -- I think this is a good thing, but we should switch
      Pyston code to calling it rather than supporting duplicates.
      
      After I finish adding this stuff I'll try to clean things up a bit.
      9b45e675
    • Kevin Modzelewski's avatar
      Add more CPython code · cfb1045a
      Kevin Modzelewski authored
      cfb1045a
    • Kevin Modzelewski's avatar
      Add a bunch more C API stuff · c7c10250
      Kevin Modzelewski authored
      Most involved was the recursion checking stuff: switch to
      providing the C API thread state rather than our internal
      one, since they are mostly the same.
      
      The recursion checking code doesn't mean much while most stuff
      doesn't use it, but hey at least it's supported now.
      c7c10250
  2. 08 Jan, 2015 24 commits
  3. 07 Jan, 2015 12 commits