summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2019-05-25Use the '<type> "prompt"' shorthand in __str__()Ulf Magnusson
2019-05-25Display n/m/y without quotesUlf Magnusson
2019-05-25Strip direct deps. from property conditions in Symbol/Choice/MenuNode.__str__()Ulf Magnusson
2019-05-24Consistently put direct deps. last when propagatingUlf Magnusson
2019-05-23Clarify that KconfigSyntaxError = KconfigError in the docsUlf Magnusson
2019-05-22Say "removes" instead of "resets" in the unset_value(s)() docstringUlf Magnusson
2019-05-19Comment nitUlf Magnusson
2019-05-11Clarify direct_dep and dep documentationUlf Magnusson
2019-05-10Improve the 'referenced' docstringUlf Magnusson
2019-05-10Do not set top_node location to location of 'mainmenu' statementUlf Magnusson
2019-05-03guiconfig: Add a Tkinter-based menuconfigUlf Magnusson
2019-04-30Never prepend '.' to $KCONFIG_CONFIG.oldUlf Magnusson
2019-04-28Avoid chdir()ing in sync_deps()Ulf Magnusson
2019-04-28Remove redundant comment in _auto_menu_dep()Ulf Magnusson
2019-03-24Use 'from ... import ...' for os.path and glob stuffUlf Magnusson
2019-03-20Whitespace nitUlf Magnusson
2019-03-16Warn for unquoted argument to 'source', etc.Ulf Magnusson
2019-03-14Comment nitUlf Magnusson
2019-03-14Put two blank lines between top-level functions/classesUlf Magnusson
2019-03-14Refactor and optimize type parsing a bitUlf Magnusson
2019-03-14Clarify shutil lazy importUlf Magnusson
2019-03-10Import 'platform' and 'subprocess' as neededUlf Magnusson
2019-03-08Fix typo in kconfig_filenames docUlf Magnusson
2019-03-06Code formatting nitUlf Magnusson
2019-03-06Give more helpful error messages when files are missingUlf Magnusson
2019-02-23Fix spelling in commentUlf Magnusson
2019-02-23Shorten Symbol/Choice.referenced()Ulf Magnusson
2019-02-23Shorten __repr__() and __str__() code a bitUlf Magnusson
2019-02-20Document that kconfig_filenames keeps absolute paths as-isUlf Magnusson
2019-01-15Update copyright years for 2019Ulf Magnusson
2018-12-24Warn for '# CONFIG_FOO is not set' when FOO is referenced but undefinedUlf Magnusson
2018-12-24menuconfig: Prompt for save if a different .config would be savedUlf Magnusson
2018-12-15Simplify _decoding_error() a bitUlf Magnusson
2018-12-15Fix user-defined preprocessor function example codeUlf Magnusson
2018-12-15Improve error for missing endchoice/endif/endmenuUlf Magnusson
2018-12-15Store file.readline in _readline instead of having _fileUlf Magnusson
2018-12-15Tighten up _next_line()Ulf Magnusson
2018-12-15Check isspace() before EOF in _parse_help()Ulf Magnusson
2018-12-09Clarify that load_config()'s filename argument defaults to NoneUlf Magnusson
2018-12-08_save_old() code nitsUlf Magnusson
2018-12-08Simplify 'verbose' check in write_config()Ulf Magnusson
2018-12-08Preserve symlinks when writing .config.old filesUlf Magnusson
2018-12-08Make {load,write}_config(filename=None) implement the standard behaviorUlf Magnusson
2018-12-08Save existing configuration to .<filename>.old in write_config()Ulf Magnusson
2018-12-07Rename 'val_sym' to 'sym' in str_value()Ulf Magnusson
2018-12-07Remove _internal_error()Ulf Magnusson
2018-12-01Flag removed symbols as changed in sync_deps()Ulf Magnusson
2018-12-01Tighten up help text parsingUlf Magnusson
2018-11-26Reorder some tuples to put y firstUlf Magnusson
2018-11-26Speed up more token membership testsUlf Magnusson