Comparing v0.25.2...master · tree-sitter/py-tree-sitter · GitHub
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: tree-sitter/py-tree-sitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.2
Choose a base ref
...
head repository: tree-sitter/py-tree-sitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 32 files changed
  • 5 contributors

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    f94bf1d View commit details
    Browse the repository at this point in the history
  2. ci: bump pypa/cibuildwheel from 3.1 to 3.2 in the actions group

    Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `pypa/cibuildwheel` from 3.1 to 3.2
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.1...v3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: '3.2'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Oct 3, 2025
    Configuration menu
    Copy the full SHA
    9b5c1cb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. ci: bump the actions group with 2 updates

    Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/upload-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    Updates `actions/download-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Oct 25, 2025
    Configuration menu
    Copy the full SHA
    86f7755 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2025

  1. ci: bump pypa/cibuildwheel from 3.2 to 3.3 in the actions group

    Bumps the actions group with 1 update: [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel).
    
    
    Updates `pypa/cibuildwheel` from 3.2 to 3.3
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.2...v3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/cibuildwheel
      dependency-version: '3.3'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Nov 15, 2025
    Configuration menu
    Copy the full SHA
    90cd887 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. ci: bump the actions group across 1 directory with 3 updates

    Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    Updates `actions/upload-artifact` from 5 to 6
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v5...v6)
    
    Updates `actions/download-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    d07d074 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Configuration menu
    Copy the full SHA
    4db9455 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1542b4b View commit details
    Browse the repository at this point in the history
  3. feat(query_cursor): add containing range methods

    - set_containing_byte_range
    - query_cursor_set_containing_point_range
    ObserverOfTime committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    1ab0428 View commit details
    Browse the repository at this point in the history
  4. feat!: add edit method to point & range

    The Point class is now a tuple subclass instead of a namedtuple
    ObserverOfTime committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    bdc2367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    142a0e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14e7893 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. ci: test with python 3.14

    cclauss authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    7d67afb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2026

  1. Configuration menu
    Copy the full SHA
    4c5ec8b View commit details
    Browse the repository at this point in the history
  2. ci: bump the actions group across 1 directory with 5 updates

    Bumps the actions group with 5 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` |
    | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `6` | `7` |
    | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` |
    | [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) | `3.3` | `3.4` |
    | [actions/download-artifact](https://github.com/actions/download-artifact) | `7` | `8` |
    
    
    
    Updates `actions/deploy-pages` from 4 to 5
    - [Release notes](https://github.com/actions/deploy-pages/releases)
    - [Commits](actions/deploy-pages@v4...v5)
    
    Updates `actions/upload-artifact` from 6 to 7
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    Updates `docker/setup-qemu-action` from 3 to 4
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v3...v4)
    
    Updates `pypa/cibuildwheel` from 3.3 to 3.4
    - [Release notes](https://github.com/pypa/cibuildwheel/releases)
    - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
    - [Commits](pypa/cibuildwheel@v3.3...v3.4)
    
    Updates `actions/download-artifact` from 7 to 8
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v7...v8)
    
    ---
    updated-dependencies:
    - dependency-name: actions/deploy-pages
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: docker/setup-qemu-action
      dependency-version: '4'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    - dependency-name: pypa/cibuildwheel
      dependency-version: '3.4'
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: actions
    - dependency-name: actions/download-artifact
      dependency-version: '8'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    3160049 View commit details
    Browse the repository at this point in the history
  3. fix(types): mark Query properties (#439)

    `Query`'s `pattern_count`, `capture_count`, and `string_count` are properties, but `@property` was missing in the type stub file. Before this change, the following code succeeded at runtime but failed type checking:
    ```
        print(int(query.string_count))
        print(int(query.capture_count))
        print(int(query.pattern_count))
    ```
    unawarez authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    f1e355a View commit details
    Browse the repository at this point in the history
  4. build: bump tree_sitter/core from cd4b6e2 to 6f2e8a6

    Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `cd4b6e2` to `6f2e8a6`.
    - [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
    - [Commits](tree-sitter/tree-sitter@cd4b6e2...6f2e8a6)
    
    ---
    updated-dependencies:
    - dependency-name: tree_sitter/core
      dependency-version: 6f2e8a6cf4d7025e2b2a7227d270640273100138
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Mar 26, 2026
    Configuration menu
    Copy the full SHA
    a9282df View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. build: bump tree_sitter/core from 6f2e8a6 to cd5b087

    Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `6f2e8a6` to `cd5b087`.
    - [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
    - [Commits](tree-sitter/tree-sitter@6f2e8a6...cd5b087)
    
    ---
    updated-dependencies:
    - dependency-name: tree_sitter/core
      dependency-version: cd5b087cd9f45ca6d93ab1954f6b7c8534f324d2
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    d99f796 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. build: bump tree-sitter-rust from 0.24.0 to 0.24.1

    Bumps [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) from 0.24.0 to 0.24.1.
    - [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
    - [Commits](tree-sitter/tree-sitter-rust@v0.24.0...v0.24.1)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter-rust
      dependency-version: 0.24.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    bae0829 View commit details
    Browse the repository at this point in the history
  2. ci: bump actions/upload-pages-artifact from 4 to 5 in the actions group

    Bumps the actions group with 1 update: [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact).
    
    
    Updates `actions/upload-pages-artifact` from 4 to 5
    - [Release notes](https://github.com/actions/upload-pages-artifact/releases)
    - [Commits](actions/upload-pages-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-pages-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed Apr 21, 2026
    Configuration menu
    Copy the full SHA
    2d3fb3a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. build: bump tree_sitter/core from cd5b087 to 7f53486

    Bumps [tree_sitter/core](https://github.com/tree-sitter/tree-sitter) from `cd5b087` to `7f53486`.
    - [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
    - [Commits](tree-sitter/tree-sitter@cd5b087...7f53486)
    
    ---
    updated-dependencies:
    - dependency-name: tree_sitter/core
      dependency-version: 7f534862c3ec939c3a6ee147f7600ef5c1bf900f
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ObserverOfTime committed May 24, 2026
    Configuration menu
    Copy the full SHA
    c680e3b View commit details
    Browse the repository at this point in the history
Loading