summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2015-06-17_sym_lookup() docstring nit.Ulf Magnusson
2015-06-17Invert _sym_lookup()'s register-new-symbols flag.Ulf Magnusson
2015-06-17_tokenize() comment nit.Ulf Magnusson
2015-06-17_tokenize() comment nits.Ulf Magnusson
2015-06-17Add __slots__ to internal classes.Ulf Magnusson
2015-06-17Check for T_HELP before None during tokenization.Ulf Magnusson
2015-06-17Set the initial index later in _tokenize().Ulf Magnusson
2015-06-17Remove probably unhelpful tokenization comment.Ulf Magnusson
2015-06-17Make automatic choice type comment more accurate.Ulf Magnusson
2015-06-16Simplify next_nonblank() a bit.Ulf Magnusson
2015-06-16Clean up and optimize tokenization some more.Ulf Magnusson
2015-06-16Make _make_and/_or() comments more accurate.Ulf Magnusson
2015-06-16Space nit.Ulf Magnusson
2015-06-15Turn remove_blank() into next_nonblank().Ulf Magnusson
2015-06-15Report correct locations in the presence of continuation lines.Ulf Magnusson
2015-06-15_eval_expr() docstring nit.Ulf Magnusson
2015-06-15Use _get_visibility() directly when printing items.Ulf Magnusson
2015-06-15Space nit.Ulf Magnusson
2015-06-15Move 'expr is None' check up to _eval_expr().Ulf Magnusson
2015-06-15Symbols are expressions too.Ulf Magnusson
2015-06-15Merge _has_modules() into _eval_expr().Ulf Magnusson
2015-06-15Simplify expression printing routines.Ulf Magnusson
2015-06-15Remove 'first_expr' in _eval_expr_2().Ulf Magnusson
2015-06-15Reflow nit.Ulf Magnusson
2015-06-15Rename go_back()/go_to_start() to unget()/unget_all().Ulf Magnusson
2015-06-15Blank line nit.Ulf Magnusson
2015-06-15Use just .format() instead of .format() and '+'.Ulf Magnusson
2015-06-15Use a neater docstring style.Ulf Magnusson
2015-06-14Space nit.Ulf Magnusson
2015-06-14Remove redundant 'write_to_conf' assignment.Ulf Magnusson
2015-06-14Access Choice.actual_symbols directly internally.Ulf Magnusson
2015-06-14Remove two seldom-used expression simplifications.Ulf Magnusson
2015-06-14Blank line nit.Ulf Magnusson
2015-06-14Clean up constructors.Ulf Magnusson
2015-06-14allnoconfig_y line nit.Ulf Magnusson
2015-06-14Make more global constant uppercase.Ulf Magnusson
2015-06-14Initialize already_written in Symbol.__init__().Ulf Magnusson
2015-06-13Bail early when a bool is selected to "m".Ulf Magnusson
2015-06-13Swap some visibility conditionals.Ulf Magnusson
2015-06-13Simplify visibility functions.Ulf Magnusson
2015-06-13Peek into more Choice internals in _parse_block().Ulf Magnusson
2015-06-13Test for int before hex in get_value().Ulf Magnusson
2015-06-13Test for hex/int before string in get_value().Ulf Magnusson
2015-06-13Use low/high instead of lower/upper when parsing range.Ulf Magnusson
2015-06-13Wrap overlong line.Ulf Magnusson
2015-06-13Remove some spaces around braces.Ulf Magnusson
2015-06-12T_IF nit.Ulf Magnusson
2015-06-12Reflow some overlong lines.Ulf Magnusson
2015-06-12Move _transform_n_m_y() into _eq_to_sym().Ulf Magnusson
2015-06-12Make _parse_error() messages consistent.Ulf Magnusson