Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the testing of the toml extra, fixing #1084 | Ned Batchelder | 2021-01-18 | 1 | -2/+6 |
* | Consolidate the type checking of toml values | Ned Batchelder | 2019-11-04 | 1 | -22/+12 |
* | Refactor the toml logic | Ned Batchelder | 2019-11-04 | 1 | -77/+82 |
* | Give warnings about not being able to parse TOML files if toml isn't installed | Ned Batchelder | 2019-11-03 | 1 | -19/+28 |
* | A better way to import optional modules | Ned Batchelder | 2019-11-03 | 1 | -1/+2 |
* | Expand environment variables in any part of a TOML config | Ned Batchelder | 2019-11-03 | 1 | -7/+4 |
* | Cleanups for TOML code | Ned Batchelder | 2019-11-03 | 1 | -4/+20 |
* | TOML support for pyproject.toml and other config files | Frazer McLean | 2019-11-03 | 1 | -0/+146 |