-
Notifications
You must be signed in to change notification settings - Fork 273
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: benjaminp/six
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: benjaminp/six
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 13 files changed
- 5 contributors
Commits on May 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b620447 - Browse repository at this point
Copy the full SHA b620447View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3974f0c - Browse repository at this point
Copy the full SHA 3974f0cView commit details
Commits on Nov 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ee03e4a - Browse repository at this point
Copy the full SHA ee03e4aView commit details -
Fix
UserDictmove in Python2 (#365)instances of UserDict.UserDict are not iterable but instances of collections.UserDict are iterable
Configuration menu - View commit details
-
Copy full SHA for 7783c9e - Browse repository at this point
Copy the full SHA 7783c9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45f1a23 - Browse repository at this point
Copy the full SHA 45f1a23View commit details
Commits on Jul 26, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 3b7efbc - Browse repository at this point
Copy the full SHA 3b7efbcView commit details
Commits on Oct 21, 2023
-
1
Configuration menu - View commit details
-
Copy full SHA for 02c3bca - Browse repository at this point
Copy the full SHA 02c3bcaView commit details
Commits on Mar 27, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for c1b416f - Browse repository at this point
Copy the full SHA c1b416fView commit details
Commits on Dec 1, 2024
-
Python 3.14 removed the URLopener and FancyURLopener classes from url…
…lib.request (#388) python/cpython#84850 > Remove URLopener and FancyURLopener classes from urllib.request. > They had previously raised DeprecationWarning since Python 3.3. The test failures were: __________________ test_move_items_urllib_request[URLopener] ___________________ item_name = 'URLopener' @pytest.mark.parametrize("item_name", [item.name for item in six._urllib_request_moved_attributes]) def test_move_items_urllib_request(item_name): """Ensure that everything loads correctly.""" assert item_name in dir(six.moves.urllib.request) > getattr(six.moves.urllib.request, item_name) E AttributeError: module 'six.moves.urllib.request' has no attribute 'URLopener' test_six.py:170: AttributeError ________________ test_move_items_urllib_request[FancyURLopener] ________________ item_name = 'FancyURLopener' @pytest.mark.parametrize("item_name", [item.name for item in six._urllib_request_moved_attributes]) def test_move_items_urllib_request(item_name): """Ensure that everything loads correctly.""" assert item_name in dir(six.moves.urllib.request) > getattr(six.moves.urllib.request, item_name) E AttributeError: module 'six.moves.urllib.request' has no attribute 'FancyURLopener' test_six.py:170: AttributeError
Configuration menu - View commit details
-
Copy full SHA for 9a05aab - Browse repository at this point
Copy the full SHA 9a05aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceddaf2 - Browse repository at this point
Copy the full SHA ceddaf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06430b9 - Browse repository at this point
Copy the full SHA 06430b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86f89c5 - Browse repository at this point
Copy the full SHA 86f89c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb688f - Browse repository at this point
Copy the full SHA 8cb688fView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dd7940e - Browse repository at this point
Copy the full SHA dd7940eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40d248e - Browse repository at this point
Copy the full SHA 40d248eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd9b3a - Browse repository at this point
Copy the full SHA ebd9b3aView 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.16.0...1.17.0