-
Notifications
You must be signed in to change notification settings - Fork 29
Comparing changes
Open a pull request
base repository: zhmcclient/python-zhmcclient
base: master
head repository: zhmcclient/python-zhmcclient
compare: stable_1.21
- 11 commits
- 12 files changed
- 1 contributor
Commits on Apr 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f44cc87 - Browse repository at this point
Copy the full SHA f44cc87View commit details
Commits on May 8, 2025
-
Dev: Fixed Sphinx build issue by excluding snowballstemmer 3.0.0
Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 584f2f4 - Browse repository at this point
Copy the full SHA 584f2f4View commit details
Commits on May 11, 2025
-
Safety issues up to 2025-05-11
Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0aa8f53 - Browse repository at this point
Copy the full SHA 0aa8f53View commit details
Commits on Jun 4, 2025
-
Fixed safety issues up to 2025-06-04
Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 89d4608 - Browse repository at this point
Copy the full SHA 89d4608View commit details
Commits on Jul 9, 2025
-
Improved the error message in connection related exceptions
Details: * Eliminated useless object representations in the exception message of all connection related zhmcclient exceptions. * In zhmcclient.ConnectionError, added the qualified type of the original exception received by zhmcclient. Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75bba15 - Browse repository at this point
Copy the full SHA 75bba15View commit details
Commits on Jul 10, 2025
-
Changed default read retries from 0 to 3
Details: * Changed the default for HTTP read retries from 0 to 3. This applies only to the HTTP "GET" method. This should help when using unstable networks. Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17d3756 - Browse repository at this point
Copy the full SHA 17d3756View commit details -
Increased minimum version of urllib3 to 2.2.3
Details: * Increased minimum version of urllib3 to 2.2.3 in order to pick up changes that help when using unstable networks. Specifically, enabling enforce_content_length by default and distinguishing too much from not enough response data. Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 398d824 - Browse repository at this point
Copy the full SHA 398d824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 000722a - Browse repository at this point
Copy the full SHA 000722aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55e4aac - Browse repository at this point
Copy the full SHA 55e4aacView commit details -
Made order of names in AUTHORS.md reliable
Details: * The sort order of the 'sort' command depends on the LC_COLLATE env var (which can be overridden by the LC_ALL env var). The AUTHORS.md file is generated on every build (because its dependencies are the complete set of commits in the repo), and uses the 'sort' command when creating it. When the sort order is not reliable, the AUTHORS.md file changes, and this causes the publish workflow to have a dirty git status due to the change AUTHORS.md file, and thus the upload to Pypi fails. This change sets LC_ALL=C.UTF-8 in order to produce a reliable order in the UATHORS.md file, independent of the LC_* env vars the environment may or may not have set. Signed-off-by: Andreas Maier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31eb677 - Browse repository at this point
Copy the full SHA 31eb677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07567b7 - Browse repository at this point
Copy the full SHA 07567b7View commit details
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...stable_1.21