1. 20 Jul, 2015 2 commits
    • Jason Madden's avatar
      Doc for fileobject. · f7e8bab9
      Jason Madden authored
      f7e8bab9
    • Jason Madden's avatar
      Avoid any Py3 or PYPY specific code in backdoor.py. · b5acdf4a
      Jason Madden authored
      Don't attempt to subclass the internal socket._fileobject class, because using that takes special platform knowledge. Instead, proxy around it. This lets us drop a call to gc.collect() under PyPy because the refcounting is now correct. It also lets us clean up the implementation.
      
      Update the docs.
      b5acdf4a
  2. 17 Jul, 2015 13 commits
  3. 16 Jul, 2015 4 commits
  4. 15 Jul, 2015 5 commits
  5. 14 Jul, 2015 5 commits
  6. 13 Jul, 2015 11 commits