1. 27 Feb, 2016 4 commits
    • Jason Madden's avatar
      Documentation. · 51d8041b
      Jason Madden authored
      Link socket and SSLSocket objects to their version appropriate
      documentation on python.org.
      
      Explicitly use the version-specific base socket class for SSLSocket.
      This prevents the docs from listing the wrong base (because the docs are
      built on Python 3 and so gevent.socket would be gevent._socket3, leading
      the base of gevent._ssl2.SSLSocket to be gevent._socket3.socket).
      
      Also, no need to 'from io import BlockingIOError' for Python 3. It
      became a builtin in Python 3.3 which is the lowest version we support.
      51d8041b
    • Jason Madden's avatar
      b34a8d2a
    • Jason Madden's avatar
      flaky test on appveyor. · 9b43bc4b
      Jason Madden authored
      9b43bc4b
    • Jason Madden's avatar
      update comments and docs. [skip ci] · 71dd770e
      Jason Madden authored
      71dd770e
  2. 26 Feb, 2016 2 commits
  3. 25 Feb, 2016 7 commits
  4. 24 Feb, 2016 5 commits
  5. 20 Feb, 2016 2 commits
  6. 19 Feb, 2016 3 commits
  7. 16 Feb, 2016 3 commits
  8. 12 Feb, 2016 5 commits
  9. 11 Feb, 2016 8 commits
  10. 10 Feb, 2016 1 commit