summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2019-09-04Make 12.14.0 releasev12.14.0Ulf Magnusson
2019-09-04Allow preprocessor user functions to access the parsing locationUlf Magnusson
2019-08-03Make 12.13.0 releasev12.13.0Ulf Magnusson
2019-07-05Pass set literals instead of tuples to frozenset()Ulf Magnusson
2019-07-04Clean up Kconfig.__init__() a bitUlf Magnusson
2019-07-04_name_special_search regex consistency nitUlf Magnusson
2019-07-04Turn mainmenu_text into a @propertyUlf Magnusson
2019-07-04Indent nitUlf Magnusson
2019-07-04Rename _warn_no_prompt to _warn_assign_no_promptUlf Magnusson
2019-07-02Make 12.12.1 releasev12.12.1Ulf Magnusson
2019-07-02setconfig: Use 'orig_type' instead of 'type' in error messageUlf Magnusson
2019-07-02Make 12.12.0 releasev12.12.0Ulf Magnusson
2019-07-02Catch EnvironmentError instead of OSError/IOErrorUlf Magnusson
2019-07-01Rename Choice._get_selection_from_defaults() to _selection_from_defaults()Ulf Magnusson
2019-07-01Remove redundant commentUlf Magnusson
2019-07-01Remove redundant parensUlf Magnusson
2019-07-01Get rid of some STRING/INT/HEX testsUlf Magnusson
2019-07-01Merge orig_type and _visited assignments in constructorsUlf Magnusson
2019-07-01Make 12.11.0 releasev12.11.0Ulf Magnusson
2019-07-01Improve code formatting in expression parsing functionsUlf Magnusson
2019-07-01Make MenuNode.filename documentation more accurate re. absolute pathsUlf Magnusson
2019-07-01Replace some if's with ifs in docsUlf Magnusson
2019-07-01Simplify eval_string() docstring re. syntax errorsUlf Magnusson
2019-07-01Mention that the 'encoding' parameter is also used for $(shell)Ulf Magnusson
2019-07-01Mention that passing subexpressions to expr_items() worksUlf Magnusson
2019-07-01Use STR_TO_TRI for some n/m/y membership testsUlf Magnusson
2019-06-28Remove stray comma in commentUlf Magnusson
2019-06-27Check for a symbol first in _finalize_tree(), and refactor a bitUlf Magnusson
2019-06-27Remove redundant parens in set_value()Ulf Magnusson
2019-06-25Make 12.10.0 releasev12.10.0Ulf Magnusson
2019-06-25Make choice.set_value() no-change check work for "n"/"m"/"y" stringsUlf Magnusson
2019-06-24Make 12.9.0 releasev12.9.0Ulf Magnusson
2019-06-24Make 12.8.0 releasev12.8.0Ulf Magnusson
2019-06-24Add {Symbol,Choice}.orig_*, corresponding to the MenuNode fieldsUlf Magnusson
2019-06-24Factor out multiplication in expr_value()Ulf Magnusson
2019-06-23Remove some blank linesUlf Magnusson
2019-06-23Make 12.7.0 releasev12.7.0Ulf Magnusson
2019-06-23Make REL_TO_STR publicUlf Magnusson
2019-06-23Shorten __repr__() functions a bitUlf Magnusson
2019-06-23Whitespace nitUlf Magnusson
2019-06-22Shorten choice parsing a tiny bitUlf Magnusson
2019-06-21Make 12.6.0 releasev12.6.0Ulf Magnusson
2019-06-21Clarify that set_value() takes a string for int/hexUlf Magnusson
2019-06-21Make set_value() no-change check work for "n"/"m"/"y" stringsUlf Magnusson
2019-06-21Clean up _load_config() a bitUlf Magnusson
2019-06-15Make 12.5.0 releasev12.5.0Ulf Magnusson
2019-06-15Move .close() to a better spot in _leave_file()Ulf Magnusson
2019-06-13Hint towards sym.config_string where _write_to_conf is usedUlf Magnusson
2019-06-09Replace os.environ.get() with os.getenv()Ulf Magnusson
2019-06-09Make 12.4.0 releasev12.4.0Ulf Magnusson