-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: urllib3/urllib3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.26.19
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: urllib3/urllib3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.26.20
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 17 files changed
- 5 contributors
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc8f12f - Browse repository at this point
Copy the full SHA fc8f12fView commit details
Commits on Aug 2, 2024
-
Fix a crash where certain hash functions are absent (#3435)
In certain environments such as in a FIPS enabled system, certain algorithms such as md5 may be unavailable. Due to the importing of such a module on a system where it is unavailable, urllib will crash and is unusable. This change makes the code more resilient by deferring the usage of the hash function module unless they are required. If the hash function is unavailable but required, an SSLError is raised indicating the same. If the hash function is unavailable but not required, urllib functions instead of crashing.
Configuration menu - View commit details
-
Copy full SHA for a570b4a - Browse repository at this point
Copy the full SHA a570b4aView commit details -
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4dba48 - Browse repository at this point
Copy the full SHA c4dba48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d5eac - Browse repository at this point
Copy the full SHA 01d5eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfa783e - Browse repository at this point
Copy the full SHA bfa783eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f1806c - Browse repository at this point
Copy the full SHA 3f1806cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac96f20 - Browse repository at this point
Copy the full SHA ac96f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for df09e8c - Browse repository at this point
Copy the full SHA df09e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c13ec8 - Browse repository at this point
Copy the full SHA 8c13ec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d135b54 - Browse repository at this point
Copy the full SHA d135b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b42b01 - Browse repository at this point
Copy the full SHA 0b42b01View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9ac9bc - Browse repository at this point
Copy the full SHA e9ac9bcView commit details
Commits on Aug 27, 2024
-
Replace deprecated dash-separated setuptools entries in setup.cfg (#3461
) As per the following warnings, the v1.x branches of urllib3 will stop building with up-to-date setuptools by 2024-09-26 if not addressed: /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'provides-extra' will not be supported in future versions. Please use the underscore name 'provides_extra' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) /usr/lib/python3.12/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'requires-dist' will not be supported in future versions. Please use the underscore name 'requires_dist' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ********************************************************************************
Configuration menu - View commit details
-
Copy full SHA for 3d9b2d3 - Browse repository at this point
Copy the full SHA 3d9b2d3View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f925b0 - Browse repository at this point
Copy the full SHA 7f925b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2ad7c - Browse repository at this point
Copy the full SHA 6f2ad7cView commit details
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 1.26.19...1.26.20