summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-05-19Warn for incompatible uses of 'option env=...'Ulf Magnusson
2018-05-19Micro-optimize help text parsing some moreUlf Magnusson
2018-05-18Get rid of _dedent_rstrip()Ulf Magnusson
2018-05-18Warn if prompt contains leading or trailing whitespaceUlf Magnusson
2018-05-18Restore compatibility with $UNAME_RELEASEUlf Magnusson
2018-05-18Refactor help text parsing loopUlf Magnusson
2018-05-17Move help text parsing into a separate functionUlf Magnusson
2018-05-17Remove SRCARCH-related gotcha from module docstringUlf Magnusson
2018-05-17Factor out adding of promptsUlf Magnusson
2018-05-17Factor out symbol type settingUlf Magnusson
2018-05-17Conditional reversal nitUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-01Force encoding to UTF-8 by default on Python 3Ulf Magnusson
2018-05-01Make warnings available in a listUlf Magnusson
2018-05-01Make disable_warnings() disable all warningsUlf Magnusson
2018-04-25Give filename and context for UnicodeDecodeErrorUlf Magnusson
2018-04-25Print a warning for malformed .config linesUlf Magnusson
2018-04-19Add Choice.direct_dep fieldUlf Magnusson
2018-04-11Add helper for splitting expressionsUlf Magnusson
2018-04-06Move sanity checking to after _finalize_tree()Ulf Magnusson
2018-04-05Set is_menuconfig True on the top menuUlf Magnusson
2018-04-04Code consistency nitUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Use expr_str() to print selected/implied symbolsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-24Warn if a choice symbol is selected or impliedUlf Magnusson
2018-03-24_check_choice_sanity() style nitUlf Magnusson
2018-03-24Rename _name_and_loc_str() to _name_and_loc()Ulf Magnusson
2018-03-24Refactor _warn_select_unsatisfied_deps()Ulf Magnusson
2018-03-24Remove redundant int/hex user value 'is None' checkUlf Magnusson
2018-03-23Warn if user (.config) value is outside of 'range'Ulf Magnusson
2018-03-22Remove redundant int/hex user value validity checkUlf Magnusson
2018-03-20Use iglob() rather than glob()Ulf Magnusson
2018-03-20Get rid of local 'prompt' variableUlf Magnusson
2018-03-20Add parent deps to the right in _T_IFUlf Magnusson
2018-03-20_parse_properties() nitUlf Magnusson
2018-03-20Clean up some parent dependency conditionalsUlf Magnusson
2018-03-20Reorder _parse_block() parametersUlf Magnusson
2018-03-19Clean up _int_hex_value_is_sane()Ulf Magnusson
2018-03-19Clean up _expr_depends_on() a bitUlf Magnusson
2018-03-19Simplify _has_auto_menu_dep()Ulf Magnusson
2018-03-19Remove empty prompt text check in _flatten()Ulf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-03-11Add minimal configuration file generation supportUlf Magnusson
2018-03-11Properly remember y user values for choice symbolsUlf Magnusson
2018-03-05Use comments instead of docstrings for internal functionsUlf Magnusson
2018-03-05Move 'val' initialization a bit later in tri_value()Ulf Magnusson
2018-03-05Remove _get_* prefix from internal worker functionsUlf Magnusson