summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2015-06-06Merge _strip_quotes() into load_config().Ulf Magnusson
2015-06-06load_config() nit.Ulf Magnusson
2015-06-06Make comment in load_config() more accurate.Ulf Magnusson
2015-06-06Space nits.Ulf Magnusson
2015-06-06Create Symbol.dep in symbol.__init__().Ulf Magnusson
2015-06-06Explain why eval() might seem sloppy.Ulf Magnusson
2015-06-06s/value/val/ in string parsing.Ulf Magnusson
2015-06-06Add some test cases for malformed expressions.Ulf Magnusson
2015-06-06Use 'raise A(b)' instead of 'raise A, b'.Ulf Magnusson
2015-06-06Reorder _Feed methods.Ulf Magnusson
2015-06-06Simplify _Feed.len().Ulf Magnusson
2015-06-06Simplify _Feed.check().Ulf Magnusson
2015-06-06Get rid of two 'filename' and 'linenr' variables.Ulf Magnusson
2015-06-06Remove _Feed.__getitem__().Ulf Magnusson
2015-06-06Remove _Feed.is_empty().Ulf Magnusson
2015-06-05s/cached_value/cached_val/Ulf Magnusson
2015-06-05Remove some vertical spam.Ulf Magnusson
2015-06-05Move some ANDs after ORs for consistency.Ulf Magnusson
2015-06-05Get rid of the _Block class -- use plain lists.Ulf Magnusson
2015-06-05Remove _Block.add_depend_expr() -- unused.Ulf Magnusson
2015-06-05_parse_block() style nit, take two.Ulf Magnusson
2015-06-05Revert "_parse_block() style nit."Ulf Magnusson
2015-06-05_parse_block() style nit.Ulf Magnusson
2015-06-05_internal_error() nit.Ulf Magnusson
2015-06-05Format some stuff consistently.Ulf Magnusson
2015-06-05Use the 'get' method of 'keyword' directly.Ulf Magnusson
2015-06-05Improve tokenization performance by removing a single character.Ulf Magnusson
2015-06-05Restructure and simplify parts of the tokenizer.Ulf Magnusson
2015-06-05Fix hang when tokenizing some invalid expressions.Ulf Magnusson
2015-06-04Clean up parse error handling.Ulf Magnusson
2015-06-04Clean up tokenization error handling.Ulf Magnusson
2015-06-04Documentation nit.Ulf Magnusson
2015-06-04Refactor and optimize _indentation().Ulf Magnusson
2015-06-04Refactor and optimize _strip_quotes().Ulf Magnusson
2015-06-04Replace _strip_trailing_slash() with rstrip().Ulf Magnusson
2015-06-04Refactor _get_lines().Ulf Magnusson
2015-06-04Note that _FileFeed joins lines ending in \.Ulf Magnusson
2015-06-04Let _FileFeed fetch the lines from the file.Ulf Magnusson
2015-06-04Order _parse_block() cases by frequency.Ulf Magnusson
2015-06-04Order _parse_properties() cases by frequency.Ulf Magnusson
2015-06-04Check for AND before OR in _eval_expr_2().Ulf Magnusson
2015-06-04Small regex-related optimization.Ulf Magnusson
2015-06-04Warning formatting nit.Ulf Magnusson
2015-06-04Consistently use new-style classes.Ulf Magnusson
2015-06-02Remove Psyco support.Ulf Magnusson
2015-06-02Obfuscate email inside kconfiglib.py.Ulf Magnusson
2015-06-01Use ulfalizer@gmail.com for feedback.Ulf Magnusson
2015-05-31Do a small documentation cleanup pass.Ulf Magnusson
2015-05-29Fix typo in warning.Ulf Magnusson
2015-05-29Only warn for 'option modules' on non-MODULES symbols.Ulf Magnusson