1. 12 May, 2016 1 commit
  2. 11 May, 2016 6 commits
  3. 10 May, 2016 1 commit
  4. 09 May, 2016 17 commits
  5. 08 May, 2016 7 commits
  6. 07 May, 2016 4 commits
  7. 06 May, 2016 4 commits
    • Kevin Modzelewski's avatar
      These two tests are working with refcounting · 8504ca49
      Kevin Modzelewski authored
      They were both failing on master:
      - test_dumbdbm was failing in a test case that writes out some data to a database,
        closes it, then reopens the db and expects to be able to read the data.
      - test_memoryview expected some weakrefs to get cleared at the right time.
      
      test_socket.py appears to "pass" -- it exits with code 0, but it spams a bunch of
      error messages from other threads.
      8504ca49
    • Kevin Modzelewski's avatar
      Register owned attributes from rearrangeArguments · 08b0c3f7
      Kevin Modzelewski authored
      The Rewriter will automatically refcount objects represented as RewriterVar's,
      but if you store one as an attribute somewhere, it can't keep track of that.
      So add a registerOwnedAttribute() function that lets you say that there is
      a reference that lives in an attribute (stored in a memory offset) of another RewriterVar.
      08b0c3f7
    • Kevin Modzelewski's avatar
      Update test notes · 61b2566d
      Kevin Modzelewski authored
      61b2566d
    • Kevin Modzelewski's avatar
      Merge pull request #1155 from kmod/reftests2 · 24fc085f
      Kevin Modzelewski authored
      Fix some pyexpat issues
      24fc085f