- da95312 feat: enhance custom encoders to accept _parent and _sort_keys parameters (#436) by Frost Ming · 10 weeks ago main
- d81c1ef [pre-commit.ci] pre-commit autoupdate (#434) by pre-commit-ci[bot] · 10 weeks ago
- cc148ea fix: Add DottedKey to a super table gives wrong output (#431) (#435) by Marnix · 3 months ago
- 717757d chore(deps): bump requests from 2.32.3 to 2.32.4 in /docs (#432) by dependabot[bot] · 3 months ago
- 983ffe5 chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#433) by dependabot[bot] · 3 months ago
- 2374f9e [pre-commit.ci] pre-commit autoupdate (#424) by pre-commit-ci[bot] · 3 months ago
- 40b8f08 chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428) by dependabot[bot] · 3 months ago
- 3c0e509 chore(deps-dev): bump requests from 2.32.2 to 2.32.4 (#426) by dependabot[bot] · 3 months ago
- ade3bee chore: update version to 0.13.3 (#423) by Frost Ming · 4 months ago
- 90b538b fix: Missing newline at end of file with multiple array of tables can corrupt during dumping (#422) by Frost Ming · 4 months ago
- 8aa11ab fix: add newline indentation after existing items in Container class (#421) by Frost Ming · 4 months ago
- 3d0897b fix: ensure unique table indices when adding items to out-of-order tables (#420) by Frost Ming · 4 months ago
- 9717ce0 chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 (#418) by dependabot[bot] · 4 months ago
- a71372f fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nesting (#419) by Frost Ming · 4 months ago
- c721852 fix: Invalid serialization when overwriting out-of-order table key (#417) by Frost Ming · 4 months ago
- 175cb55 [pre-commit.ci] pre-commit autoupdate (#415) by pre-commit-ci[bot] · 4 months ago
- a126e0c Fix: reject single keys that aren't strings (#416) by Sam Vente · 4 months ago
- 5b0ebdc Fix array item removal (#409) by Dimma Don't · 4 months ago
- d28163a [pre-commit.ci] pre-commit autoupdate (#398) by pre-commit-ci[bot] · 4 months ago
- 8409f81 Aot __setitem__ not implemented fix (#413) by Annakan · 4 months ago
- 5bbf166 Prevent repeated whitespace items in arrays (#406) by Dimma Don't · 6 months ago
- 8dd435a Update README.md (#404) by Dimma Don't · 7 months ago
- 511d6a8 Fix: Inconsistent newlines on Windows (#402) by Dimma Don't · 7 months ago
- 0887522 doc: add exceptions to api docs by Frost Ming · 7 months ago
- 3c524c8 feat: add .item() method to retrieve the item object (#397) by Frost Ming · 8 months ago
- b5d050e [pre-commit.ci] pre-commit autoupdate (#396) by pre-commit-ci[bot] · 8 months ago
- 1c780b5 chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 (#395) by dependabot[bot] · 8 months ago
- 4fc192e [pre-commit.ci] pre-commit autoupdate (#386) by pre-commit-ci[bot] · 8 months ago
- a4534a8 chore(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs (#388) by dependabot[bot] · 8 months ago
- 871d3e5 chore(deps-dev): bump virtualenv from 20.26.1 to 20.26.6 (#394) by dependabot[bot] · 8 months ago
- b0ac73f [pre-commit.ci] pre-commit autoupdate (#380) by pre-commit-ci[bot] · 10 months ago
- 5b635df fix: register encoder's doc incorrectly mentions TypeError (#384) by Mathieu Lemay · 10 months ago
- 935150b fix: delete keys from out of order table (#379) by Frost Ming · 1 year, 1 month ago
- 309e49d chore: bump version to 0.13.1 by Frost Ming · 1 year, 1 month ago
- 62d2c35 fix: Empty table dumped when number of subtables > 1 (#378) by Frost Ming · 1 year, 1 month ago
- 9ef8f54 [pre-commit.ci] pre-commit autoupdate (#376) by pre-commit-ci[bot] · 1 year, 1 month ago
- f5d4157 [pre-commit.ci] pre-commit autoupdate (#372) by pre-commit-ci[bot] · 1 year, 2 months ago
- c92a716 fix: Table header missing (#375) by Frost Ming · 1 year, 2 months ago
- 6cafd87 Merge branch 'master' of github.com:python-poetry/tomlkit by Frost Ming · 1 year, 2 months ago
- a9dd768 doc: upgrade docs requirements by Frost Ming · 1 year, 2 months ago
- fa8ece2 [pre-commit.ci] pre-commit autoupdate (#368) by pre-commit-ci[bot] · 1 year, 2 months ago
- 3a0ff7b chore(deps-dev): bump setuptools from 68.0.0 to 70.0.0 (#367) by dependabot[bot] · 1 year, 2 months ago
- 138c1e9 chore: bump version to 0.13.0 by Frost Ming · 1 year, 2 months ago
- e47aa0e fix: keep the nested out of order table (#366) by Frost Ming · 1 year, 2 months ago
- 0158051 chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 (#365) by dependabot[bot] · 1 year, 2 months ago
- 53a896d chore(deps-dev): bump requests from 2.31.0 to 2.32.2 (#364) by dependabot[bot] · 1 year, 2 months ago
- 44e37ba chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 (#363) by dependabot[bot] · 1 year, 2 months ago
- 3471f79 fix: Remove 3.7 from the CI matrix by Frost Ming · 1 year, 2 months ago
- 5e1aed1 chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 (#362) by dependabot[bot] · 1 year, 3 months ago
- 5ee2229 [pre-commit.ci] pre-commit autoupdate (#359) by pre-commit-ci[bot] · 1 year, 3 months ago
- 07e8878 fix: `tomlkit` 0.12.5 : Encoder contract interferes with external `TypeError`s raised in encoders (#358) by Frost Ming · 1 year, 4 months ago
- 5e8d93d Update tests action (#357) by Waket Zheng · 1 year, 4 months ago
- f74ebb6 [pre-commit.ci] pre-commit autoupdate (#354) by pre-commit-ci[bot] · 1 year, 4 months ago
- 669d788 fix: Revert "fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (#347)" (#353) by Frost Ming · 1 year, 4 months ago
- 671ee8d [pre-commit.ci] pre-commit autoupdate (#350) by pre-commit-ci[bot] · 1 year, 4 months ago
- 1c257fd fix: Test failures with Python 3.13.0a4: test_dates_behave_like_dates and test_times_behave_like_times (#349) by Frost Ming · 1 year, 4 months ago
- ef431ff chore: release 0.12.5 by Frost Ming · 1 year, 5 months ago
- 6cf040c fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (#347) by Frost Ming · 1 year, 5 months ago
- a7c81ca fix: redundant minus sign added to negative integers when multiplie by -1 by Frost Ming · 1 year, 5 months ago
- d98b771 chore: switch to ruff lint and format by Frost Ming · 1 year, 5 months ago
- c31049c fix: don't add sign if the float is negative (#345) by Frost Ming · 1 year, 5 months ago
- ede0e63 chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#344) by dependabot[bot] · 1 year, 5 months ago
- 701fa60 fix: CI workflow for macos (#342) by Frost Ming · 1 year, 5 months ago
- 55627fb fix: linter errors caused by black by Frost Ming · 1 year, 5 months ago
- e504f15 chore(deps-dev): bump idna from 3.4 to 3.7 (#339) by dependabot[bot] · 1 year, 5 months ago
- 00d7e58 [pre-commit.ci] pre-commit autoupdate (#337) by pre-commit-ci[bot] · 1 year, 5 months ago
- c3197a1 chore: release 0.12.4 by Frost Ming · 1 year, 6 months ago
- 3c58125 fix: -1 index error when setting dotted keyFixes #332Signed-off-by: Frost Ming <me@frostming.com> by Frost Ming · 1 year, 6 months ago
- 8028ca7 fix: `|=` does not work as expected on TOMLDocumentFixes #331Signed-off-by: Frost Ming <me@frostming.com> by Frost Ming · 1 year, 7 months ago
- c8040bd chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#329) by dependabot[bot] · 1 year, 9 months ago
- e39dbdb fix: indent exist check before accessing its property (#328) by pinal005 · 1 year, 9 months ago
- 4aa9fca chore: bump version to 0.12.3 by Frost Ming · 1 year, 10 months ago
- bd72a0d fix: Significant slowdown on nested tables depending on syntax (#324) by Frost Ming · 1 year, 10 months ago
- c7cb3b1 fix: Newline lost when updating a table (#323) by Frost Ming · 1 year, 11 months ago
- 693b24b chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 (#320) by dependabot[bot] · 1 year, 11 months ago
- 14d742e chore: remove pycln for incompatible by Frost Ming · 1 year, 11 months ago
- 48a5007 chore: aupdate pre-commit hooks by Frost Ming · 1 year, 11 months ago
- 495ea2b chore: bump version to 0.12.2 by Frost Ming · 1 year, 11 months ago
- d17383c Retag 0.12.2 by Frost Ming · 1 year, 11 months ago
- ab9bd18 chore(deps-dev): bump urllib3 from 1.26.14 to 1.26.17 (#314) by dependabot[bot] · 1 year, 11 months ago
- 7c95c95 [DOC] Add some docstrings (#316) by Takumasa N · 1 year, 11 months ago
- 5aadf2a fix: error when overwriting a sub table by Frost Ming · 1 year, 11 months ago
- d2605ec Update CHANGELOG.md by Frost Ming · 1 year, 11 months ago
- 293f5bd fix: Fix division for integers (#312) by Aiden Nibali · 1 year, 11 months ago
- a0eaf71 fix: Make float and int hashable by Frost Ming · 1 year, 11 months ago
- a1497f3 chore: update release action by Frost Ming · 1 year, 11 months ago
- 1c79c77 chore: release 0.12.0 by Frost Ming · 1 year, 11 months ago
- 92274ad fix: full methods of integer and float (#307) by Frost Ming · 1 year, 11 months ago
- 407cfc0 perf: only iter on found escape sequences (#304) by Jairo Llopis · 1 year, 11 months ago
- deee128 chore(deps-dev): bump pygments from 2.14.0 to 2.15.0 (#302) by dependabot[bot] · 1 year, 11 months ago
- 7bb9940 chore(deps-dev): bump certifi from 2022.12.7 to 2023.7.22 (#303) by dependabot[bot] · 1 year, 11 months ago
- 629d3c4 README: Link to readthedocs for the documentation (#300) by Frank Lichtenheld · 1 year, 11 months ago
- a17ce38 feat: allow users to register custom encoders (#296) by Frost Ming · 1 year, 11 months ago
- 3640491 chore(deps): bump requests from 2.27.1 to 2.31.0 (#292) by dependabot[bot] · 1 year, 11 months ago
- a95c29a fix: unexpectedly sort the keys when building a table by Frost Ming · 1 year, 11 months ago
- 88a7e69 Release 0.11.8 (#285) by Frost Ming · 1 year, 11 months ago
- 314a97b fix(#283): Wrong result stringifying subtables and nested arrays of tables, in arrays of tables by Frost Ming · 1 year, 11 months ago
- a5a3d27 fix(#262): ignore the CRLF immediately following a multiple basic string opening by Frost Ming · 1 year, 11 months ago
- e6244ed fix(#256): remove the extra indentation added when parsing Close #2576 by Frost Ming · 1 year, 11 months ago
- 15f0353 fix: Build table with dotted key correctly (#284) by Frost Ming · 1 year, 11 months ago