| Age | Commit message (Collapse) | Author |
|
Disable warnings in allnoconfig_simpler.py instead.
|
|
|
|
|
|
Previously a string symbol that happened to have the value "y" would
count as "y" in tristate context, which is incorrect.
|
|
|
|
This will break choices under certain circumstances.
|
|
|
|
|
|
|
|
Also improve various warnings and other comments.
|
|
|
|
Mentioning internals in the docstring for reset() is just confusing.
|
|
It's a weird and probably pretty useless API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also update some comments to reflect optimizations.
|
|
|
|
Also be clearer about test results.
|
|
|
|
Also sneak in testing of env. variable expansion, named choices, and
'base_dir'.
|
|
|
|
Returns a set, not a list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Unused.
|
|
|
|
|
|
|
|
|
|
Also add tests for misc. other forms.
|
|
|
|
Omission.
|