summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-27Hide non-tristate symbols in non-y tristate choicesUlf Magnusson
2017-09-26Micro-optimize _tokenize()Ulf Magnusson
2017-09-26Simplify Symbol._make_conf() conditionalUlf Magnusson
2017-09-25Fix 'default' on non-visible choice symbolsUlf Magnusson
2017-09-25Remove redundant str()Ulf Magnusson
2017-09-25Remove unhelpful invalidation commentsUlf Magnusson
2017-09-25Don't set defaults that will always be overwrittenUlf Magnusson
2017-09-25Rename _sym_lookup() to _lookup_sym()Ulf Magnusson
2017-09-25Simplify another conditional with 'in'Ulf Magnusson
2017-09-25Only compile .config matching regexes onceUlf Magnusson
2017-09-25Make 'menuconfig' generate a _T_CONFIG tokenUlf Magnusson
2017-09-25Simplify some conditionals with 'in'Ulf Magnusson
2017-09-25Add comment motivating _already_writtenUlf Magnusson
2017-09-25Get rid of _BOOL_STRUlf Magnusson
2017-09-25Prefix module- and class-internal names with _Ulf Magnusson
2017-09-24README formatting nitUlf Magnusson
2017-09-24Fix malformed link in READMEUlf Magnusson
2017-09-24Pass 'license' param to setuptools.setup()v1.0.2Ulf Magnusson
2017-09-24Use --user with pip in the example commandUlf Magnusson
2017-09-24Make 1.0.1 releasev1.0.1Ulf Magnusson
2017-09-24Use os.access() in get_defconfig_filename()Ulf Magnusson
2017-09-24Fix defconfig srctree absolute/relative mixup bugUlf Magnusson
2017-09-24Handle path cleanups in a cleaner wayUlf Magnusson
2017-09-24Remove defaulted open() "r" argumentUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson
2017-09-24Add _parse_cond() helper for some 'if <y>' casesUlf Magnusson
2017-09-23Make the PyPI link point to the Kconfiglib pageUlf Magnusson
2017-09-23Fix README typoUlf Magnusson
2017-09-23Linkify another kconfiglib.py in the READMEUlf Magnusson
2017-09-23Add installation instructions for PyPIv1.0.0Ulf Magnusson
2017-09-23Modernize and update installation filesUlf Magnusson
2017-09-23Use a separate LICENSE.txt for the ISC licenseUlf Magnusson
2017-09-23README formatting nitUlf Magnusson
2017-09-23Switch README format to reStructuredTextUlf Magnusson
2017-09-22Fix README typoUlf Magnusson
2017-09-22Explain why _make_and() can return NoneUlf Magnusson
2017-09-22Explain the expression structure clearerUlf Magnusson
2017-09-22Simplify _expr_to_str()Ulf Magnusson
2017-09-21Simplify expression representationUlf Magnusson
2017-09-21README formatting nitUlf Magnusson
2017-09-21Improve README formattingUlf Magnusson
2017-09-21Mention support for non-*nix platformsUlf Magnusson
2017-09-21Another README nitUlf Magnusson
2017-09-21README nitUlf Magnusson
2017-09-21Fix minor README nitsUlf Magnusson
2017-09-21Touch up the README a bitUlf Magnusson
2017-09-21Massively reduce test suite memory usageUlf Magnusson
2017-09-21Use non-numbered {} with format()Ulf Magnusson
2017-09-20_parse_properties() nitUlf Magnusson
2017-09-20Simplify 'end_line' handlingUlf Magnusson