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-poetry/tomlkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.3
Choose a base ref
...
head repository: python-poetry/tomlkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 17 commits
  • 16 files changed
  • 5 contributors

Commits on Jun 27, 2025

  1. chore(deps-dev): bump requests from 2.32.2 to 2.32.4 (#426)

    Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.2...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    00f1c04 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.2...2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.5.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    e9a38f8 View commit details
    Browse the repository at this point in the history
  3. [pre-commit.ci] pre-commit autoupdate (#424)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    304d807 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#433)

    Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
    - [Release notes](https://github.com/pallets/jinja/releases)
    - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
    - [Commits](pallets/jinja@3.1.5...3.1.6)
    
    ---
    updated-dependencies:
    - dependency-name: jinja2
      dependency-version: 3.1.6
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    b6ef8a7 View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump requests from 2.32.3 to 2.32.4 in /docs (#432)

    Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.3...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    fe45e51 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. fix: Add DottedKey to a super table gives wrong output (#431) (#435)

    When a table is already a super table, appending dotted items to it will result in wrong behavior.
    The header was missing, so the final result was an incorrect representation of the document.
    
    Because super_table is already set and can no longer be re-evaluated,
    I have added a check to the renderer instead, so that it can determine if the header should be rendered.
    
    I have not gone through different edge cases, but it seems that all other tests are still passing.
    
    Co-authored-by: deltamarnix <[email protected]>
    deltamarnix and deltamarnix authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    b9d22fb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#434)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.0...v0.12.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    424dd0d View commit details
    Browse the repository at this point in the history
  2. feat: enhance custom encoders to accept _parent and _sort_keys parame…

    …ters (#436)
    
    Resolve #429
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    6042e0c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. fix: update boolean function to handle both string and boolean inputs…

    … correctly
    
    Fix #442
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming committed Nov 3, 2025
    Configuration menu
    Copy the full SHA
    3687d0d View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] pre-commit autoupdate (#438)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
    - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0)
    - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.3...v0.14.2)
    
    * fix: suppress lint warning in test_aot_unwrap function
    
    Signed-off-by: Frost Ming <[email protected]>
    
    ---------
    
    Signed-off-by: Frost Ming <[email protected]>
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Frost Ming <[email protected]>
    pre-commit-ci[bot] and frostming authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    87ace5e View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. [pre-commit.ci] pre-commit autoupdate (#444)

    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    a61a4d5 View commit details
    Browse the repository at this point in the history
  2. feat: add String.type property to retrieve the string type

    Close #443
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming committed Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5495784 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. chore: update Python version and GitHub Actions to use latest versions (

    #451)
    
    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3)
    
    * feat: add String.type property to retrieve the string type
    
    Close #443
    
    Signed-off-by: Frost Ming <[email protected]>
    
    * chore: update Python version and GitHub Actions to use latest versions
    
    Signed-off-by: Frost Ming <[email protected]>
    
    * chore: drop support for Python 3.8 and update CI matrix
    
    Signed-off-by: Frost Ming <[email protected]>
    
    * Merge branch 'pre-commit-ci-update-config' into drop-py38
    
    * chore: update poetry.lock for Python version changes and remove deprecated dependencies
    
    Signed-off-by: Frost Ming <[email protected]>
    frostming authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    edba395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82970a1 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump urllib3 from 2.2.2 to 2.6.3 (#452)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.3.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.2.2...2.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-version: 2.6.3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    e457892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bccd76 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump setuptools from 70.0.0 to 78.1.1 (#453)

    Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1.
    - [Release notes](https://github.com/pypa/setuptools/releases)
    - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
    - [Commits](pypa/setuptools@v70.0.0...v78.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: setuptools
      dependency-version: 78.1.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    090a28e View commit details
    Browse the repository at this point in the history
Loading