-
-
Notifications
You must be signed in to change notification settings - Fork 409
Comparing changes
Open a pull request
base repository: python-attrs/attrs
base: fbff14e
head repository: python-attrs/attrs
compare: 19943b7
- 16 commits
- 16 files changed
- 7 contributors
Commits on Jan 27, 2025
-
Don't expect TestCloudpickleCompat to fail with Python 3.14 (#1398)
Cloudpickle supports Python 3.14 already. Fixes: #1397
Configuration menu - View commit details
-
Copy full SHA for eb49c53 - Browse repository at this point
Copy the full SHA eb49c53View commit details
Commits on Feb 4, 2025
-
[pre-commit.ci] pre-commit autoupdate (#1402)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.3...v0.9.4) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 06daa1d - Browse repository at this point
Copy the full SHA 06daa1dView commit details
Commits on Feb 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5820ce7 - Browse repository at this point
Copy the full SHA 5820ce7View commit details
Commits on Feb 9, 2025
-
Accept valid unicode identifiers as class parameter to make_class (#1406
) * Accept valid unicode identifiers as class parameter to make_class Related to #1404 * Test code style * Add changelog --------- Co-authored-by: Hynek Schlawack <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75723b7 - Browse repository at this point
Copy the full SHA 75723b7View commit details -
Perform attr order checks after field transformer. (#1401)
* Perform attr order checks after field transformer. Fixes: #1147 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix assert style in test_hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Hynek Schlawack <[email protected]>
3 people authoredFeb 9, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for e048efc - Browse repository at this point
Copy the full SHA e048efcView commit details
Commits on Feb 15, 2025
-
ClassBuilder: eval only once (#1407)
* ClassBuilder: eval only once * avoid Attribute.evolve * speed up `_make_attr_tuple_class` * speed up `_add_method_dunders` * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * optimize _CountingAttrs more * Fix up `_add_method_dunders` * avoid a hot splitlines * restore old type_hash * fix scriptlines handling * restore contextlib.suppress * Revert "fix scriptlines handling" This reverts commit 4e0af4b. * Revert "avoid a hot splitlines" This reverts commit 532faed. * add some hints * fix tests * Refactor `_Attributes` * Reflow * Reflow docs * Microoptimization * Rework type hints a little * Fix arg name * Add changelog entry --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 74007f6 - Browse repository at this point
Copy the full SHA 74007f6View commit details
Commits on Feb 22, 2025
-
ci: remove setup-python (#1409)
* ci: remove setup-python where possible * Remove more
hynek authoredFeb 22, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 41eff8e - Browse repository at this point
Copy the full SHA 41eff8eView commit details -
hynek committed
Feb 22, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 088b5c2 - Browse repository at this point
Copy the full SHA 088b5c2View commit details
Commits on Mar 3, 2025
-
[pre-commit.ci] pre-commit autoupdate (#1413)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pre-commit-ci[bot] authoredMar 3, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for adc0b92 - Browse repository at this point
Copy the full SHA adc0b92View commit details
Commits on Mar 6, 2025
-
hynek committed
Mar 6, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 1faa27f - Browse repository at this point
Copy the full SHA 1faa27fView commit details -
hynek committed
Mar 6, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 7d68667 - Browse repository at this point
Copy the full SHA 7d68667View commit details -
sphinx-contrib/sphinxcontrib-towncrier#92 has been fixed
hynek committedMar 6, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.1Configuration menu - View commit details
-
Copy full SHA for 6bde361 - Browse repository at this point
Copy the full SHA 6bde361View commit details
Commits on Mar 8, 2025
-
Mention what argument has both annotation and type argument (#1410)
* Mention what argument has both annotation and type argument Fixes #1354 Co-authored-by: SoundsSerious <[email protected]> * Add news fragment
hynek authoredMar 8, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 1c962d1 - Browse repository at this point
Copy the full SHA 1c962d1View commit details
Commits on Mar 9, 2025
-
Fix a typo in SPDX comment @
pyproject.toml(#1414)It was introduced in 6bde361
webknjaz authoredMar 9, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 763d14b - Browse repository at this point
Copy the full SHA 763d14bView commit details
Commits on Mar 12, 2025
-
hynek committed
Mar 12, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 0176191 - Browse repository at this point
Copy the full SHA 0176191View commit details -
hynek committed
Mar 12, 2025 An error occurred while loading commit statuses
If this error continues, check GitHub Status for more information.Configuration menu - View commit details
-
Copy full SHA for 19943b7 - Browse repository at this point
Copy the full SHA 19943b7View 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 fbff14e...19943b7