summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-05Revert "_parse_block() style nit."Ulf Magnusson
2015-06-05_parse_block() style nit.Ulf Magnusson
2015-06-05Add warning re. tests overwiting .config.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-03Fix typo.Ulf Magnusson
2015-06-03Add dubiousjim's kconfig-diff.py as an example.Ulf Magnusson
2015-06-02Remove Psyco support.Ulf Magnusson
2015-06-02Change email in testsuite.py.Ulf Magnusson
2015-06-02Move thanks to a separate section.Ulf Magnusson
2015-06-02Fix typo.Ulf Magnusson
2015-06-02Expand a bit more on 'menuconfig'.Ulf Magnusson
2015-06-02Expand on 'menuconfig' note.Ulf Magnusson
2015-06-02Mention gotchas related to emulating 'menuconfig'.Ulf Magnusson
2015-06-02Obfuscate email inside kconfiglib.py.Ulf Magnusson
2015-06-01Use ulfalizer@gmail.com for feedback.Ulf Magnusson
2015-06-01Nit.Ulf Magnusson
2015-05-31Do a small documentation cleanup pass.Ulf Magnusson
2015-05-31Use a bullet list for the notes.Ulf Magnusson
2015-05-31Link fpemud's pylkc in the readme.Ulf Magnusson
2015-05-30Readme nit.Ulf Magnusson
2015-05-30Add some real-world examples too.Ulf Magnusson
2015-05-29The test suite also likes PyPy.Ulf Magnusson
2015-05-29Add some more misc. notes.Ulf Magnusson
2015-05-29Fix typos in test suite.Ulf Magnusson
2015-05-29Linkify testsuite.py.Ulf Magnusson
2015-05-29List the make targets.Ulf Magnusson
2015-05-29Add "installation instructions" for non-kernel projects.Ulf Magnusson
2015-05-29Fix typo in warning.Ulf Magnusson
2015-05-29Only warn for 'option modules' on non-MODULES symbols.Ulf Magnusson
2015-05-28Linkify examples/.Ulf Magnusson