1. 12 May, 2016 2 commits
  2. 11 May, 2016 8 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 1 commit
    • 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