summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-28menuconfig: Improve comment re. multiply-defined choice symbolsUlf Magnusson
2018-11-28menuconfig: Fix variable name typo in commentUlf Magnusson
2018-11-28menuconfig: Only list duplicated choice symbols onceUlf Magnusson
2018-11-26Make 10.27.0 releasev10.27.0Ulf Magnusson
2018-11-26Recommend Python 3Ulf Magnusson
2018-11-26Reorder some tuples to put y firstUlf Magnusson
2018-11-26Speed up more token membership testsUlf Magnusson
2018-11-25Whitespace nitUlf Magnusson
2018-11-25Speed up some token testsUlf Magnusson
2018-11-25Move _TOKEN_TO_TYPE conversion into _set_type()Ulf Magnusson
2018-11-24Make 10.26.0 releasev10.26.0Ulf Magnusson
2018-11-24Use constants when _tokens_i is knownUlf Magnusson
2018-11-24Make 10.25.0 releasev10.25.0Ulf Magnusson
2018-11-24Simplify eval_string() a bitUlf Magnusson
2018-11-24Optimize fetching of initial token on lineUlf Magnusson
2018-11-23Make 10.24.0 releasev10.24.0Ulf Magnusson
2018-11-23Clarify that select/imply is a no-op for choice symbolsUlf Magnusson
2018-11-23Flag extra trailing tokens in all contextsUlf Magnusson
2018-11-23Get rid of _next_token() and _peek_token()Ulf Magnusson
2018-11-21Disable test dependent on dict ordering on Python 3.5 and earlierUlf Magnusson
2018-11-21Make 10.23.0 releasev10.23.0Ulf Magnusson
2018-11-21menuconfig: Mention that menus can be 'menuconfig' symbolsUlf Magnusson
2018-11-21Make quotes consistent in parse error messagesUlf Magnusson
2018-11-21menuconfig: Print '----' instead of '---> (empty)'Ulf Magnusson
2018-11-21Link Zephyr's kconfig.py from merge_config.py exampleUlf Magnusson
2018-11-21Remove message re. Kconfiglib 10 backwards compat. breakUlf Magnusson
2018-11-21Use 'foo.__class__ is Bar' instead of 'isinstance(foo, Bar)'Ulf Magnusson
2018-11-18Make 10.22.1 releasev10.22.1Ulf Magnusson
2018-11-18sync_deps() docstring format nitUlf Magnusson
2018-11-18menuconfig: Never snap scroll back to max_scrollUlf Magnusson
2018-11-18menuconfig: Tighten up _shown_nodes() a bitUlf Magnusson
2018-11-18menuconfig: Get rid of a temporary list in the jump-to implemenationUlf Magnusson
2018-11-17Link Kconfig tips page in READMEUlf Magnusson
2018-11-17Make 10.22.0 releasev10.22.0Ulf Magnusson
2018-11-17Add support for KCONFIG_ALLCONFIGUlf Magnusson
2018-11-17Kconfig formatting nit in docstringUlf Magnusson
2018-11-17Remove outdated comment in eval_string()Ulf Magnusson
2018-11-07Make 10.21.0 releasev10.21.0Ulf Magnusson
2018-11-07menuconfig: Support HOME and END in the jump-to dialogUlf Magnusson
2018-11-07Add a fast path for string parsingUlf Magnusson
2018-11-06Comment nitUlf Magnusson
2018-11-06Always strip trailing whitespace in 'MenuNode.help' and __str__()Ulf Magnusson
2018-11-06Whitespace nitUlf Magnusson
2018-11-04Comment grammar nitUlf Magnusson
2018-11-04Make 10.20.0 releasev10.20.0Ulf Magnusson
2018-11-04menuconfig: Move cursor to choice selection when entering choicesUlf Magnusson
2018-11-03Make UNKNOWN falsyUlf Magnusson
2018-11-02Make 10.19.1 releasev10.19.1Ulf Magnusson
2018-11-02menuconfig: Fix crash when toggling symbols without a typeUlf Magnusson
2018-11-02Fix removal of multiple consecutive 'if' nodesUlf Magnusson