Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:fedepell/ssh-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:ParallelSSH/ssh-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 3,008 files changed
  • 2 contributors

Commits on Jan 13, 2025

  1. Updates (ParallelSSH#90)

    * Upgrade to libssh 0.11.1 * Upgrade to OpenSSL 3.4.0 * Updated appveyor cfg and scripts * Updated manylinux builds and CI cfg
    @pkittenis
    pkittenis authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    5d09370View commit details
    Browse the repository at this point in the history
  2. Updated changelog (ParallelSSH#91)

    * Updated changelog * Updated osx wheel build
    @pkittenis
    pkittenis authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    d90ea3eView commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Manylinux changes (ParallelSSH#92)

    * Removed manylinux 2010 builds and files. Removed manylinux2010 from build script. * Updated manylinux build script to use embedded libssh. Removed archive files. Updated embedded build script, CI cfgs. * Updated appveyor cfg * Updated embedded libssh. * Updated CI cfgs * Updated dockerfiles * Removed zlib archive, added source. * Added krb5 source. * Updated build scripts
    @pkittenis
    pkittenis authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    c9e475fView commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Cleanup (ParallelSSH#93)

    * Removed unneeded files
    @pkittenis
    pkittenis authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    c8848ccView commit details
    Browse the repository at this point in the history
  2. Docs configuration (ParallelSSH#94)

    * Updated docs cfg * Updated requirements and docs requirements
    @pkittenis
    pkittenis authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    5f3e3d7View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2025

  1. Libssh upgrade (ParallelSSH#97)

    * Upgrade embedded libssh to 0.11.3 * Updated PyPi classifiers * Updated osx wheel script to use embedded libssh rather than brew package * Updated embedded zlib to 1.3.1 and appveyor build script
    @pkittenis
    pkittenis authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    b566f44View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e4cb16View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Get exit status implementation and tests (ParallelSSH#99)

    * Added get_exit_status functionality and tests * Added get exit status with signal tests * Updated changelog
    @pkittenis
    pkittenis authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    4cd5b63View commit details
    Browse the repository at this point in the history
  2. Updated readme, docs (ParallelSSH#100)

    * Updated readme * Updated documentation * Updated changelog
    @pkittenis
    pkittenis authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    946042cView commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2025

  1. Key exchange types, set integer option values

    Added key exchange types Added function for setting integer option types Added CI compressed session test (ParallelSSH#101)
    @pkittenis
    pkittenis authored Oct 11, 2025
    Configuration menu
    Copy the full SHA
    e3d584eView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65890f1View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159d04fView commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Updated copyright notices, setup.py classifiers (ParallelSSH#104)

    * Updated copyright notices, setup.py classifiers * Updated setup.py
    @pkittenis
    pkittenis authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    87a0b44View commit details
    Browse the repository at this point in the history
Loading