summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2019-06-09Move self._line setting into _tokenize()Ulf Magnusson
2019-06-07Make 12.3.0 releasev12.3.0Ulf Magnusson
2019-06-07genconfig: Support generating lists of files and environment vars.Ulf Magnusson
2019-06-06Make 12.2.1 releasev12.2.1Ulf Magnusson
2019-06-06Make 12.2.0 releasev12.2.0Ulf Magnusson
2019-06-06Update various comments now that menuconfig is Python 2-compatibleUlf Magnusson
2019-06-04Make 12.1.0 releasev12.1.0Ulf Magnusson
2019-06-04Mention that the load_config() message is different for replace=FalseUlf Magnusson
2019-06-03Get rid of bare 'except:' in _save_old()Ulf Magnusson
2019-06-03Improve warning control API (with backwards compatibility)Ulf Magnusson
2019-06-03Have load_config() and write_(min_)config() return messagesUlf Magnusson
2019-06-03Add kconfiglib.VERSIONUlf Magnusson
2019-06-01Fix obscure crash with rsource and $srctree pointing to a symlinkUlf Magnusson
2019-05-31Comment nitsUlf Magnusson
2019-05-31Leave unchanged output files untouchedUlf Magnusson
2019-05-29Split out helper for writing symbols in write_config()Ulf Magnusson
2019-05-29Use os.replace() if available in _save_old()Ulf Magnusson
2019-05-28Explain why node_iter() is not a good fit for write_config()Ulf Magnusson
2019-05-28Add '# end of <menu>' after menus in .configUlf Magnusson
2019-05-28Touch up write_autoconf() a bitUlf Magnusson
2019-05-28Comment location nitUlf Magnusson
2019-05-27KconfigError-related documentation nitsUlf Magnusson
2019-05-27Shorten MenuNode.__str__() a bitUlf Magnusson
2019-05-27Fix "the the" docstring typoUlf Magnusson
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