1. 10 Feb, 2016 2 commits
    • Marius Wachtler's avatar
      socket: workaround socket close problem · e46c0597
      Marius Wachtler authored
      The socket implementation used to only call close on a socket when all references where gone.
      This works fine for cpython which uses reference counting but for pyston (and pypy) this is a problem.
      This works around the problem in a similar way as pypy does.
      It also uses the same method names so that 3th party libs which already support pypy will automatically work with pyston too.
      (e.g. urllib3)
      e46c0597
    • Marius Wachtler's avatar
      f3727242
  2. 09 Feb, 2016 4 commits
  3. 08 Feb, 2016 5 commits
  4. 07 Feb, 2016 3 commits
  5. 05 Feb, 2016 2 commits
  6. 04 Feb, 2016 1 commit
  7. 03 Feb, 2016 4 commits
  8. 02 Feb, 2016 3 commits
  9. 01 Feb, 2016 3 commits
  10. 31 Jan, 2016 1 commit
  11. 30 Jan, 2016 2 commits
  12. 29 Jan, 2016 10 commits