-
-
Notifications
You must be signed in to change notification settings - Fork 428
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: python-attrs/attrs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd26edd
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python-attrs/attrs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2de9014
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 10 files changed
- 5 contributors
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 421a9d3 - Browse repository at this point
Copy the full SHA 421a9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada66be - Browse repository at this point
Copy the full SHA ada66beView commit details
Commits on Dec 29, 2021
-
docs: fix very minor typo (#894)
Co-authored-by: kclark <kclark@autoverify.net>
Configuration menu - View commit details
-
Copy full SHA for 7695908 - Browse repository at this point
Copy the full SHA 7695908View commit details -
Configuration menu - View commit details
-
Copy full SHA for c86fbc8 - Browse repository at this point
Copy the full SHA c86fbc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9424a93 - Browse repository at this point
Copy the full SHA 9424a93View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce50f40 - Browse repository at this point
Copy the full SHA ce50f40View commit details -
Do not require cloudpickle for PyPy (#892)
* Do not require cloudpickle for PyPy The cloudpickle package relies on CPython implementation details, and does not even import on PyPy: ``` ImportError while importing test module '/tmp/attrs/tests/test_3rd_party.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/pypy3.8/importlib/__init__.py:127: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_3rd_party.py:7: in <module> import cloudpickle .tox/pypy3/lib/pypy3.8/site-packages/cloudpickle/__init__.py:4: in <module> from cloudpickle.cloudpickle import * # noqa .tox/pypy3/lib/pypy3.8/site-packages/cloudpickle/cloudpickle.py:57: in <module> from .compat import pickle .tox/pypy3/lib/pypy3.8/site-packages/cloudpickle/compat.py:13: in <module> from _pickle import Pickler # noqa: F401 E ModuleNotFoundError: No module named '_pickle' ``` Disable the dependency for PyPy and make the test handle missing cloudpickle gracefully. * Enable testing on pypy-3.8 * add a news entry Co-authored-by: Hynek Schlawack <hs@ox.cx>Configuration menu - View commit details
-
Copy full SHA for 03dd713 - Browse repository at this point
Copy the full SHA 03dd713View commit details -
Make virtual repr file names unique (#896)
* Make virtual repr file names unique * Add newsfragments
Configuration menu - View commit details
-
Copy full SHA for 0575d51 - Browse repository at this point
Copy the full SHA 0575d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ff3f1e - Browse repository at this point
Copy the full SHA 1ff3f1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ba249 - Browse repository at this point
Copy the full SHA 02ba249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de9014 - Browse repository at this point
Copy the full SHA 2de9014View 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 dd26edd...2de9014