- Notifications
You must be signed in to change notification settings - Fork75
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default Checking mergeability… Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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:ParallelSSH/ssh2-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:ParallelSSH/ssh2-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:ci-debug
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Uh oh!
There was an error while loading.Please reload this page.
- 7commits
- 426files changed
- 3contributors
Commits on Oct 3, 2023
Updates for ConfigParser in python 3.12
SafeConfigParser has been deprecated since Python 3.2 and was removedin Python 3.12 entirely.Per the release notes [1] it is recommended to use the ConfigParserclass now.Additionally, the readfp method has been removed in favor of read_file.[1] -https://docs.python.org/3.12/whatsnew/3.12.html#configparser
JacobCallahan committedOct 3, 2023
Commits on Nov 10, 2023
Additional 3.12 compatibility changes
This included a number of changes related to the CPython API.I additionally bumped the supported python versions in CI.
JacobCallahan committedNov 10, 2023
Commits on Nov 13, 2023
re-cythonize with a constrained cython version
Constrained the Cython version to be less than 3.0, but greater than0.29.34.Updated the setup.py to account for the updated cythonize parameters.Also made the appveyor version PEP440 compatible
JacobCallahan committedNov 13, 2023
Commits on Nov 22, 2023
Rebuilt the project with the latest version of Cython and unbound theupper limit of Cython. This was a big jump, but now it a good time tomake it.
JacobCallahan committedNov 22, 2023 This commit adds all relevant files from the libssh2 repo, as of commit631e773, with some additional attribution and licenses.
JacobCallahan committedNov 22, 2023
Commits on Nov 23, 2023
Merge pull request#194'JacobCallahan-master' into next
marx committedNov 23, 2023 - enkore committed
Nov 23, 2023
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff master...ci-debug
Uh oh!
There was an error while loading.Please reload this page.