Skip to content
Permalink

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: fbff14e
Choose a base ref
...
head repository: python-attrs/attrs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19943b7
Choose a head ref
  • 16 commits
  • 16 files changed
  • 7 contributors

Commits on Jan 27, 2025

  1. Don't expect TestCloudpickleCompat to fail with Python 3.14 (#1398)

    Cloudpickle supports Python 3.14 already.
    
    Fixes: #1397
    frenzymadness authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    eb49c53 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. [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>
    pre-commit-ci[bot] authored Feb 4, 2025
    Configuration menu
    Copy the full SHA
    06daa1d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

  1. Configuration menu
    Copy the full SHA
    5820ce7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. 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]>
    serge-sans-paille and hynek authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    75723b7 View commit details
    Browse the repository at this point in the history
  2. 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 authored Feb 9, 2025
    Configuration menu
    Copy the full SHA
    e048efc View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. 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>
    Tinche and pre-commit-ci[bot] authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    74007f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. ci: remove setup-python (#1409)

    * ci: remove setup-python where possible
    
    * Remove more
    hynek authored Feb 22, 2025
    Configuration menu
    Copy the full SHA
    41eff8e View commit details
    Browse the repository at this point in the history
  2. doc: remove redundancy

    hynek committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    088b5c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. [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] authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    adc0b92 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. sponsors: update tiers

    hynek committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    1faa27f View commit details
    Browse the repository at this point in the history
  2. run cog

    hynek committed Mar 6, 2025
    Configuration menu
    Copy the full SHA
    7d68667 View commit details
    Browse the repository at this point in the history
  3. Unpin towncrier

    hynek committed Mar 6, 2025
    1 Configuration menu
    Copy the full SHA
    6bde361 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. 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 authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    1c962d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Fix a typo in SPDX comment @ pyproject.toml (#1414)

    It was introduced in 6bde361
    webknjaz authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    763d14b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. update Ruff

    hynek committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    0176191 View commit details
    Browse the repository at this point in the history
  2. Prepare 25.2.0

    hynek committed Mar 12, 2025
    Configuration menu
    Copy the full SHA
    19943b7 View commit details
    Browse the repository at this point in the history
Loading