1. 10 Mar, 2016 6 commits
  2. 09 Mar, 2016 11 commits
  3. 07 Mar, 2016 2 commits
  4. 05 Mar, 2016 5 commits
  5. 04 Mar, 2016 6 commits
  6. 02 Mar, 2016 3 commits
  7. 01 Mar, 2016 2 commits
  8. 28 Feb, 2016 2 commits
  9. 27 Feb, 2016 3 commits
    • Jason Madden's avatar
      Ignore the BlockingIOError name in server.py if running pyflakes on Py2; also... · ceec4406
      Jason Madden authored
      Ignore the BlockingIOError name in server.py if running pyflakes on Py2; also sort the error lines by filename so they're easier to find. [skip ci]
      ceec4406
    • 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