summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-25Support <, > relational operators with tristatesUlf Magnusson
2018-01-24Mention the reltest scriptUlf Magnusson
2018-01-24Make 2.4.0 releasev2.4.0Ulf Magnusson
2018-01-24Enable universal newlines mode for Python 2Ulf Magnusson
2018-01-24Make 2.3.0 releasev2.3.0Ulf Magnusson
2018-01-24Warn if a symbol with unsatisfied deps is selectedUlf Magnusson
2018-01-23Mention loading of multiple .config filesUlf Magnusson
2018-01-22Make 2.2.4 releasev2.2.4Ulf Magnusson
2018-01-22Add some more detail to the module docstringUlf Magnusson
2018-01-22Simplify escape()Ulf Magnusson
2018-01-22Mention user_value in the load_config() docstringUlf Magnusson
2018-01-22Fix outdated comments referencing user_str/tri_valueUlf Magnusson
2018-01-22Add more detail to the write_autoconf() docstringUlf Magnusson
2018-01-22Add more detail to the write_config() docstringUlf Magnusson
2018-01-21Whitespace nitsUlf Magnusson
2018-01-21Linkify test suiteUlf Magnusson
2018-01-20Make 2.2.3 releasev2.2.3Ulf Magnusson
2018-01-20Getting fasterUlf Magnusson
2018-01-20Micro-optimize _T_HELP parsingUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-19Simplify loop in _T_HELPUlf Magnusson
2018-01-19Always rstrip() when dedentingUlf Magnusson
2018-01-19Rearrange _T_HELP codeUlf Magnusson
2018-01-19Simplify _deindent()Ulf Magnusson
2018-01-18Mention how invalidation is avoided for constant symbolsUlf Magnusson
2018-01-18Make 2.2.2 releasev2.2.2Ulf Magnusson
2018-01-18Fix 'source "missing"' error message for Python 3Ulf Magnusson
2018-01-18Make PyPI's README formatter happyUlf Magnusson
2018-01-18Make 2.2.1 releasev2.2.1Ulf Magnusson
2018-01-18Use absolute link for kconfiglib-2-changes.txtUlf Magnusson
2018-01-18Use absolute links in READMEUlf Magnusson
2018-01-18Clarify when symbols get the default n valueUlf Magnusson
2018-01-18Rearrange _T_(MENU)CONFIG parsing codeUlf Magnusson
2018-01-17Fix some typosUlf Magnusson
2018-01-17Improve recursive 'source' testUlf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-16Move _rec_invalidate_if_has_prompt() to after _rec_invalidate()Ulf Magnusson
2018-01-16Roll invalidation logic into _is_user_assignable()Ulf Magnusson
2018-01-16Make 2.2.0 releasev2.2.0Ulf Magnusson
2018-01-16_tokenize() non-constant symbol parsing style nitUlf Magnusson
2018-01-16Kconfiglib is easier to modify tooUlf Magnusson
2018-01-16Fix lying implementation commentsUlf Magnusson
2018-01-16Get TRI_TO_STR from Kconfiglib in test suiteUlf Magnusson
2018-01-16Reset _tokens_i just once in _tokenize()Ulf Magnusson
2018-01-16Update copyright year in licenseUlf Magnusson
2018-01-16Do not optimize promptless choice symbolsUlf Magnusson
2018-01-15Use a neater style when returning cached valuesUlf Magnusson
2018-01-15Simplify non-bool/tristate return in tri_value()Ulf Magnusson
2018-01-15Remove redundant backslashUlf Magnusson
2018-01-15Get rid of 'keyword' assignment in _tokenize()Ulf Magnusson