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: paramiko/paramiko
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.1
Choose a base ref
...
head repository: paramiko/paramiko
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.0
Choose a head ref
  • 10 commits
  • 42 files changed
  • 1 contributor

Commits on Jul 20, 2025

  1. Tweak .gitignore to more safely ignore top level docs/

    git itself had no problem here but downstream tools reading .gitignore
    don't always honor the !sites/docs correctly, leading to repo searches
    overlooking that dir :(
    bitprophet committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    3523feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e534b1a View commit details
    Browse the repository at this point in the history
  3. I'm good at my job, honest

    bitprophet committed Jul 20, 2025
    Configuration menu
    Copy the full SHA
    2af0dd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2025

  1. Remove outdated version check in GSS module

    This could presumably have gone away as soon as Paramiko 2.6 went out?
    Hmm. Weird.
    bitprophet committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    c2ba378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbfd52c View commit details
    Browse the repository at this point in the history
  3. Nuke mentions of specific Python 3.x versions from docs etc

    This gets tiring to update and is now in pyproject.toml for eg pypi to
    slurp up.
    bitprophet committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    9579700 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3a9617 View commit details
    Browse the repository at this point in the history
  5. Fix syntax-warning-throwing unittest method call

    Wish I had the time to just pytestify all this right now, but nope!
    bitprophet committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    8c4277c View commit details
    Browse the repository at this point in the history
  6. Speling

    bitprophet committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    76f2406 View commit details
    Browse the repository at this point in the history
  7. Cut 4.0.0 in changelog

    bitprophet committed Aug 4, 2025
    Configuration menu
    Copy the full SHA
    aad0370 View commit details
    Browse the repository at this point in the history
Loading