-
-
Notifications
You must be signed in to change notification settings - Fork 107
Comparing changes
Open a pull request
base repository: python-poetry/tomlkit
base: 0.11.8
head repository: python-poetry/tomlkit
compare: 0.12.0
- 11 commits
- 15 files changed
- 5 contributors
Commits on May 10, 2023
-
fix: unexpectedly sort the keys when building a table
Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 5a61e5b - Browse repository at this point
Copy the full SHA 5a61e5bView commit details
Commits on May 23, 2023
-
chore(deps): bump requests from 2.27.1 to 2.31.0 (#292)
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.27.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for 5f0e954 - Browse repository at this point
Copy the full SHA 5f0e954View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3cb8a2 - Browse repository at this point
Copy the full SHA a3cb8a2View commit details
Commits on Jul 27, 2023
-
README: Link to readthedocs for the documentation (#300)
For the Quickstart it doesn't make a huge difference, but it is important for the API documentation. Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Configuration menu - View commit details
-
Copy full SHA for f976291 - Browse repository at this point
Copy the full SHA f976291View commit details -
chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 (#303)
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](certifi/python-certifi@2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45c6177 - Browse repository at this point
Copy the full SHA 45c6177View commit details -
chore(deps-dev): bump pygments from 2.14.0 to 2.15.0 (#302)
Bumps [pygments](https://github.com/pygments/pygments) from 2.14.0 to 2.15.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.14.0...2.15.0) --- updated-dependencies: - dependency-name: pygments dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8edb46c - Browse repository at this point
Copy the full SHA 8edb46cView commit details -
perf: only iter on found escape sequences (#304)
Finding used sequences is much faster than iterating over each one of them for each character. The iteration is still used, but at least it will only be used once per any sequence that is actually used in the string. Most strings won't include any sequences and will just be fast. @moduon MT-1075
Configuration menu - View commit details
-
Copy full SHA for 9e39a63 - Browse repository at this point
Copy the full SHA 9e39a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07f6a1 - Browse repository at this point
Copy the full SHA e07f6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2adb95 - Browse repository at this point
Copy the full SHA e2adb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27ad8ff - Browse repository at this point
Copy the full SHA 27ad8ffView commit details -
Signed-off-by: Frost Ming <me@frostming.com>
Configuration menu - View commit details
-
Copy full SHA for 653a375 - Browse repository at this point
Copy the full SHA 653a375View 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 0.11.8...0.12.0