summaryrefslogtreecommitdiffstats
path: root/Lib/tomllib/_parser.py
Commit message (Expand)AuthorAgeFilesLines
* gh-133117: Enable stricter mypy checks for `tomllib` (#133206)sobolevn2025-05-031-5/+5
* gh-133117: Run mypy on `tomllib` in CI (#133118)sobolevn2025-04-301-2/+2
* gh-118761: Improve import time of `tomllib` (#128907)Taneli Hukkinen2025-01-171-12/+19
* gh-126175: Add attributes to TOMLDecodeError. Deprecate free-form `__init__` ...Taneli Hukkinen2024-11-131-49/+99
* gh-124835: `tomllib.loads`: Raise TypeError not AttributeError. Improve messa...Taneli Hukkinen2024-10-021-1/+6
* bpo-40059: Add tomllib (PEP-680) (GH-31498)Taneli Hukkinen2022-03-081-0/+691