-
Notifications
You must be signed in to change notification settings - Fork 73
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
ssh2-python next #202
Open
enkore
wants to merge
8
commits into
master
Choose a base branch
from
next
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ssh2-python next #202
Commits on Oct 3, 2023
-
Updates for ConfigParser in python 3.12
SafeConfigParser has been deprecated since Python 3.2 and was removed in Python 3.12 entirely. Per the release notes [1] it is recommended to use the ConfigParser class 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
Configuration menu - View commit details
-
Copy full SHA for 75176e3 - Browse repository at this point
Copy the full SHA 75176e3View commit details
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.
Configuration menu - View commit details
-
Copy full SHA for 1626d7e - Browse repository at this point
Copy the full SHA 1626d7eView commit details
Commits on Nov 13, 2023
-
re-cythonize with a constrained cython version
Constrained the Cython version to be less than 3.0, but greater than 0.29.34. Updated the setup.py to account for the updated cythonize parameters. Also made the appveyor version PEP440 compatible
Configuration menu - View commit details
-
Copy full SHA for 440a255 - Browse repository at this point
Copy the full SHA 440a255View commit details
Commits on Nov 22, 2023
-
Rebuilt the project with the latest version of Cython and unbound the upper limit of Cython. This was a big jump, but now it a good time to make it.
Configuration menu - View commit details
-
Copy full SHA for 07b124b - Browse repository at this point
Copy the full SHA 07b124bView commit details -
This commit adds all relevant files from the libssh2 repo, as of commit 631e773, with some additional attribution and licenses.
Configuration menu - View commit details
-
Copy full SHA for abbbf86 - Browse repository at this point
Copy the full SHA abbbf86View commit details
Commits on Nov 23, 2023
-
Merge pull request #194 'JacobCallahan-master' into next
marx committedNov 23, 2023 Configuration menu - View commit details
-
Copy full SHA for 6f88957 - Browse repository at this point
Copy the full SHA 6f88957View commit details -
while specified in the gcc options, this causes the extensions to not link against libssh2 any more, with predictable outcomes (i.e. runtime linking errors)
Configuration menu - View commit details
-
Copy full SHA for 6eaf69c - Browse repository at this point
Copy the full SHA 6eaf69cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a85d2e9 - Browse repository at this point
Copy the full SHA a85d2e9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.