-
Notifications
You must be signed in to change notification settings - Fork 190
Issues: uiri/toml
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Unable to parse array of mixed types (string + array) - IndexError: list index out of range:
#444
opened Jul 8, 2024 by
nekromoff
[BUG] single quote string parse differently in array of inline table
#439
opened Apr 10, 2024 by
laazy
Strings with apostrophes in within inline tables lead to empty arrays
#436
opened Nov 18, 2023 by
Artemis21
Sub-key with multiline string value is parsed as key, not subkey
#429
opened Sep 19, 2023 by
Salamandar
Hash sign inside string value that includes quotes interpreted as comment
component: decoder
Related to parsing in `toml.load`
syntax: comments
Related to comments
syntax: strings
Related to string literals
type: bug
A confirmed bug or unintended behavior
#426
opened Aug 10, 2023 by
bonderado
TomlDecodeError: Loading with multiple dictionaries within a dictionary.
component: decoder
Related to parsing in `toml.load`
syntax: inline table
Related to inline tables
type: bug
A confirmed bug or unintended behavior
#419
opened Mar 31, 2023 by
CJP-Whitt
New lines in multi-line strings trimmed incorrectly
component: decoder
Related to parsing in `toml.load`
syntax: strings
Related to string literals
type: bug
A confirmed bug or unintended behavior
#417
opened Mar 23, 2023 by
KaneGreen
Default TomlEncoder does not escape backslashes correctly
component: encoder
Related to serialising in `toml.dump`
syntax: strings
Related to string literals
type: bug
A confirmed bug or unintended behavior
#415
opened Mar 13, 2023 by
Poofjunior
keygroup with empty name is allowed in particular formatting, but not in what toml.dump creates.
#413
opened Mar 8, 2023 by
spokeydokeys
Why is there a "dynamic inline table" when you normally want a static type to do dumping?
#401
opened Jun 18, 2022 by
goodboy
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.