Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward compatibility with Python 2.4-3.4 (server) #56

Closed
wants to merge 4 commits into from

Commits on Dec 5, 2015

  1. Backward compatibility with Python 2.4 (server)

    It is often the case that the user has no administrative control over
    the server that is being used. As such it is important to support as
    many versions as possible, at least on the remote server end. These
    fixes will allow sshuttle to be used with servers that have only
    python 2.4 or python 2.6 installed while hopefully not breaking the
    compatibility with 2.7 and 3.5.
    vieira committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    df89afe View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. Backward compatibility with Python 3.4 (server)

    These changes will allow sshuttle to be used with servers that
    have python 3.4 installed (e.g. CentOS 7, Debian 8, Ubuntu 14.04).
    vieira committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    dcce296 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2015

  1. Configuration menu
    Copy the full SHA
    3bdd354 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. oldpy back to sync with master and hostwatch fixes

    Ported fixes from sshuttle#55 so they are compatible with older python versions.
    vieira committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    1bab128 View commit details
    Browse the repository at this point in the history