An open API service providing commit metadata for open source projects.

GitHub / python-poetry/tomlkit / commits

Style-preserving TOML library for Python

SHA Message Author Date Stats
7ab7469a Accept uppercase E exponent after a leading-zero mantissa (#586) eeshsaxena <1****a@u****m>
Committed by: GitHub <n****y@g****m>
9 days ago
d8ed1e3c chore: release 0.15..1 (#564)
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
94e62fbe Float is not a sequence (#563)
Co-authored-by: copilot-swe-agent[bot] <1****t@u****m>
David Hotham <d****m@m****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
495a42ec Fix top-level scalar captured by a table rendered from a dotted key (#550) Vineeth Sai <v****4@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
21a4942e reject a comment containing line breaks in Item.comment and add_line (#544) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
8cd44f58 fix: preserve leading newline of multiline string built with string() (#551) Sanjay Santhanam <5****2@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
67d3e865 Fix array of tables replacing a dotted key swallowing the next sibling (#542)...
Co-authored-by: Zain Dana Harper <z****n@a****v>, Claude Opus 4.8 <n****y@a****m>, Frost Ming <m****e@f****m>
Zain Dana Harper <z****r@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
e23a2543 fix: avoid duplicate table header when adding a key to an out-of-order table ...
Co-authored-by: Frost Ming <m****e@f****m>
Sarath Francis <s****0@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
34e51e2d Update CHANGELOG.md to reflect recent fixes and enhancements
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> about 1 month ago
b48c0947 reject overlong decimal integer instead of coercing to inf (#538) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
cc05afa9 Represent out-of-order table proxies with merged values (#536) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
76bb47ae [pre-commit.ci] pre-commit autoupdate (#561)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
49069361 Preserve table display names on self assignment (#537) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
b2821370 Preserve whitespace when replacing super tables (#534) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
53b88501 chore(deps-dev): bump soupsieve from 2.4.1 to 2.8.4 (#559)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
ea10cb98 chore(deps): bump soupsieve from 2.5 to 2.8.4 in /docs (#560)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
2c80bf0b [pre-commit.ci] pre-commit autoupdate (#548)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
43668dde fix: keep newline after dotted inline table (#533) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
d3c76f0b fix: reject out-of-order concrete+super table redefinitions at parse time (#530)
Co-authored-by: Frost Ming <m****e@f****m>
Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
f40ae463 Raise on malformed array element instead of dropping it
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 2 months ago
d548e18b raise on malformed array element instead of dropping it (#527) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
11e22aef fix: reject tables inside inline tables (#532) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ee4eedba Fix duplicated prefix and captured sibling when replacing a dotted key with a... Labib Bin Salam <9****m@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
86f45625 Render inline tables in O(n) instead of O(n^2) (#525) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
de68fd06 Fix ParseError when a sub-table extends an array of tables out of order (#498)
Co-authored-by: Frost Ming <m****e@f****m>
Sarath Francis <s****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
c46482be [pre-commit.ci] pre-commit autoupdate (#541)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9c126774 reject array-of-tables header missing its second closing bracket (#519) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
c468c978 Bulk-scan multiline string bodies (#518)
Co-authored-by: Frost Ming <m****e@f****m>
Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
25ae63ab Merge AoT fragments when building an out-of-order table proxy (#507) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9ac3f982 Speed up unwrap() by resolving keys from the key map, not items() (#521) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
80b743ce [pre-commit.ci] pre-commit autoupdate (#522)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
483f240e Return a single key from key() for a single-element list (#520)
Co-authored-by: tienvantranspk-tech <2****h@u****m>
tienvantranspk-tech <t****k@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
ae1b6790 Validate out-of-order tables incrementally while parsing (#509)
Co-authored-by: Frost Ming <m****e@f****m>
Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
989c1a79 Skip the value attempt when an array closes right after a value (#517) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
7c978a51 reject a table redefined after its parent table header (#516) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
281ca004 Place inline-table separator after the value, not the comment (#514) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
82bb211e Add a native OutOfOrderTableProxy.__contains__ (#515) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
2 months ago
5b2b1ffb Prefix every line of a multiline comment with # (#511) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d9417529 Add pull request template for consistent contributions
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 3 months ago
ea9263f9 Limit parser nesting depth instead of crashing with RecursionError (#510) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
afa41a57 Render self-dumping wrappers via as_string in dumps() (#508) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f9b4b227 Move a value replacing a table out of the table region (#506) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
fdfbc8a1 Merge super tables in place instead of deep-copying on every merge (#503) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0ad22b5d Compare StringType members by identity instead of building a set (#502) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a076a6af Fix corrupt output when adding to a dotted key inside an inline table (#500) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
eaa897d6 Remove the internal TOMLChar wrapper (#492) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4623b450 Bulk-scan single-line string bodies (#491) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8571bcd1 reject non-hex digits in \u and \U escapes (#501) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a1c5bd25 reject tab characters in bare keys (#497) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f8ce14b3 Fix doubled comma when inserting into a comma-first array (#499) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ce58a1db Scan character runs in bulk while parsing (#490) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5ceae3e5 [pre-commit.ci] pre-commit autoupdate (#496)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b1399c30 reject surrogate code points in \U unicode escapes (#493) netliomax25-code <n****5@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
231370c1 Make Source index-based instead of materializing a char list (#489) Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
5de48308 Add native __contains__ to Container, Table and InlineTable (#487)
Co-authored-by: Claude Opus 4.8 (1M context) <n****y@a****m>, Claude Opus 4.8 (1M context) <n****y@a****m>
Thomas Foutrein <t****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
56873965 Fix duplicated comma when removing a middle inline table element (#486) Sarath Francis <s****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
207a2e86 [pre-commit.ci] pre-commit autoupdate (#484)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
6057016c [pre-commit.ci] pre-commit autoupdate (#478)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
4621770f chore(deps): bump urllib3 from 2.5.0 to 2.7.0 in /docs (#475)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
14ffc212 chore(deps-dev): bump idna from 3.7 to 3.15 (#480)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ad10a95d chore(deps): bump idna from 3.7 to 3.15 in /docs (#481)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
1d499870 Fix inline table separator after append (#477)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
Chengyou Liu <3****0@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8694e4d3 chore: bump version to 0.15.0 and update changelog for release (#473)
Signed-off-by: Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
4 months ago
e636a512 [pre-commit.ci] pre-commit autoupdate (#472)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
96a4d22f fix: fix a parser hang (#470) David Hotham <d****m@m****m>
Committed by: GitHub <n****y@g****m>
4 months ago
843f7999 [pre-commit.ci] pre-commit autoupdate (#469)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
2c87eafe Honor sort_keys for parsed TOML documents (#471)
Co-authored-by: ShipItAndPray <n****y@u****m>
ShipItAndPray <b****9@g****m>
Committed by: GitHub <n****y@g****m>
4 months ago
8e32f9cb Type annotations (#460) David Hotham <d****m@m****m>
Committed by: GitHub <n****y@g****m>
5 months ago
df98af48 [pre-commit.ci] pre-commit autoupdate (#461)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
4bd97db2 chore(deps): bump requests from 2.32.4 to 2.33.0 in /docs (#462)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
b2d70303 chore(deps-dev): bump pygments from 2.17.2 to 2.20.0 (#463)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
87d98b1d chore(deps): bump pygments from 2.18.0 to 2.20.0 in /docs (#464)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
dd05eebc [pre-commit.ci] pre-commit autoupdate (#458)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
0e67614c docs: update compliance version to 1.1.0 and installation instructions in REA...
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 7 months ago
ff859ea3 chore(deps-dev): bump virtualenv from 20.26.6 to 20.36.1 (#454)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
85113c76 [pre-commit.ci] pre-commit autoupdate (#455)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7f237d8f feat(spec): update to toml spec v1.1 (#456)
Signed-off-by: Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
7 months ago
090a28e4 chore(deps-dev): bump setuptools from 70.0.0 to 78.1.1 (#453)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
9bccd76e chore: bump version to 0.14.0 in pyproject.toml and __init__.py
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 8 months ago
e457892c chore(deps-dev): bump urllib3 from 2.2.2 to 2.6.3 (#452)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
82970a1f chore: update pre-commit hooks and refactor imports for consistency
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 8 months ago
edba395a chore: update Python version and GitHub Actions to use latest versions (#451)
Signed-off-by: Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
8 months ago
5495784e feat: add String.type property to retrieve the string type
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 10 months ago
a61a4d5f [pre-commit.ci] pre-commit autoupdate (#444)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
87ace5e8 [pre-commit.ci] pre-commit autoupdate (#438)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>, Frost Ming <m****e@f****m>
Signed-off-by: Frost Ming <m****e@f****m>, Frost Ming <m****e@f****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
10 months ago
3687d0df fix: update boolean function to handle both string and boolean inputs correctly
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m> 10 months ago
6042e0ce feat: enhance custom encoders to accept _parent and _sort_keys parameters (#436)
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
424dd0d5 [pre-commit.ci] pre-commit autoupdate (#434)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b9d22fb8 fix: Add DottedKey to a super table gives wrong output (#431) (#435)
Co-authored-by: deltamarnix <d****x@u****m>
Marnix <1****x@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
fe45e51b chore(deps): bump requests from 2.32.3 to 2.32.4 in /docs (#432)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b6ef8a76 chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#433)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
304d8073 [pre-commit.ci] pre-commit autoupdate (#424)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>
pre-commit-ci[bot] <6****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e9a38f84 chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
00f1c048 chore(deps-dev): bump requests from 2.32.2 to 2.32.4 (#426)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8c963db3 chore: update version to 0.13.3 (#423)
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
fcb82ae1 fix: Missing newline at end of file with multiple array of tables can corrupt...
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d4e1ecda fix: add newline indentation after existing items in Container class (#421)
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e3b7332d fix: ensure unique table indices when adding items to out-of-order tables (#420)
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
14607a51 chore(deps-dev): bump jinja2 from 3.1.5 to 3.1.6 (#418)
Co-authored-by: dependabot[bot] <4****]@u****m>
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
bd31dbd8 fix: Dumping a subelement of a parsed toml fails starting on 4rd level of nes...
Signed-off-by: Frost Ming <m****e@f****m>
Frost Ming <m****e@f****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago

← Back to repository